Skip to content
  1. Oct 03, 2017
  2. Oct 01, 2017
  3. Sep 28, 2017
  4. Sep 23, 2017
  5. Sep 22, 2017
  6. Sep 21, 2017
  7. Sep 15, 2017
  8. Sep 12, 2017
  9. Sep 11, 2017
  10. Sep 10, 2017
  11. Sep 07, 2017
  12. Sep 05, 2017
  13. Sep 04, 2017
  14. Sep 03, 2017
    • Patrick Monnerat's avatar
      mime: use size_t instead of ssize_t in public API interface. · efd93014
      Patrick Monnerat authored
      To support telling a string is nul-terminated, symbol CURL_ZERO_TERMINATED
      has been introduced.
      
      Documentation updated accordingly.
      
      symbols in versions updated. Added form API symbols deprecation info.
      efd93014
    • Patrick Monnerat's avatar
      mime: remove support "-" stdin pseudo-file name in curl_mime_filedata(). · 1a3f4c19
      Patrick Monnerat authored
      This feature is badly supported in Windows: as a replacement, a caller has
      to use curl_mime_data_cb() with fread, fseek and possibly fclose
      callbacks to process opened files.
      
      The cli tool and documentation are updated accordingly.
      
      The feature is however kept internally for form API compatibility, with
      the known caveats it always had.
      
      As a side effect, stdin size is not determined by the cli tool even if
      possible and this results in a chunked transfer encoding. Test 173 is
      updated accordingly.
      1a3f4c19
  15. Sep 02, 2017
    • Patrick Monnerat's avatar
      mime: tests and examples. · 3baf36ed
      Patrick Monnerat authored
      Additional mime-specific tests.
      Existing tests updated to reflect small differences (Expect: 100-continue,
      data size change due to empty lines, etc).
      Option -F headers= keyword added to tests.
      test1135 disabled until the entry point order change is resolved.
      New example smtp-mime.
      Examples postit2 and multi-post converted from form API to mime API.
      3baf36ed
    • Patrick Monnerat's avatar
      mime: use in curl cli tool instead of form API. · fec7a858
      Patrick Monnerat authored
      Extended -F option syntax to support multipart mail messages.
      -F keyword headers= added to include custom headers in parts.
      Documentation upgraded.
      fec7a858
    • Patrick Monnerat's avatar
      mime: new MIME API. · ce0881ed
      Patrick Monnerat authored
      Available in HTTP, SMTP and IMAP.
      Deprecates the FORM API.
      See CURLOPT_MIMEPOST.
      Lib code and associated documentation.
      ce0881ed
  16. Sep 01, 2017
  17. Aug 31, 2017
  18. Aug 30, 2017
  19. Aug 29, 2017
  20. Aug 28, 2017