Age | Commit message (Expand) | Author |
---|---|---|
2019-03-22 | lib: Fix typos in comments | Daniel Gustafsson |
2019-02-12 | mime: put the boundary buffer into the curl_mime struct | Daniel Stenberg |
2018-02-05 | formdata: use the mime-content type function | Daniel Stenberg |
2018-01-14 | mime: clone mime tree upon easy handle duplication. | Patrick Monnerat |
2017-10-08 | mime: improve unbinding top multipart from easy handle. | Patrick Monnerat |
2017-09-22 | form/mime: field names are not allowed to contain zero-valued bytes. | Patrick Monnerat |
2017-09-06 | mime: drop internal FILE * support. | Patrick Monnerat |
2017-09-05 | mime: replace 'struct Curl_mimepart' by 'curl_mimepart' in encoder code. | Patrick Monnerat |
2017-09-05 | mime: implement encoders. | Patrick Monnerat |
2017-09-05 | mime: unified to use the typedef'd mime structs everywhere | Daniel Stenberg |
2017-09-02 | mime: new MIME API. | Patrick Monnerat |