aboutsummaryrefslogtreecommitdiff
path: root/lib/mime.h
AgeCommit message (Expand)Author
2020-05-15source cleanup: remove all custom typedef structsDaniel Stenberg
2020-03-07mime: do not perform more than one read in a rowPatrick Monnerat
2020-03-07mime: latch last read callback status.Patrick Monnerat
2020-03-02formdata/mime: copyright year range updateDaniel Stenberg
2020-03-02Revert "mime: latch last read callback status."Daniel Stenberg
2020-03-02Revert "mime: do not perform more than one read in a row"Daniel Stenberg
2020-03-02mime: do not perform more than one read in a rowPatrick Monnerat
2020-03-02mime: latch last read callback status.Patrick Monnerat
2019-09-18mime: when disabled, avoid C99 macroDaniel Stenberg
2019-05-13mime: acknowledge CURL_DISABLE_MIMEDaniel Stenberg
2019-03-22lib: Fix typos in commentsDaniel Gustafsson
2019-02-12mime: put the boundary buffer into the curl_mime structDaniel Stenberg
2018-02-05formdata: use the mime-content type functionDaniel Stenberg
2018-01-14mime: clone mime tree upon easy handle duplication.Patrick Monnerat
2017-10-08mime: improve unbinding top multipart from easy handle.Patrick Monnerat
2017-09-22form/mime: field names are not allowed to contain zero-valued bytes.Patrick Monnerat
2017-09-06mime: drop internal FILE * support.Patrick Monnerat
2017-09-05mime: replace 'struct Curl_mimepart' by 'curl_mimepart' in encoder code.Patrick Monnerat
2017-09-05mime: implement encoders.Patrick Monnerat
2017-09-05mime: unified to use the typedef'd mime structs everywhereDaniel Stenberg
2017-09-02mime: new MIME API.Patrick Monnerat