summaryrefslogtreecommitdiff
path: root/lib/mime.h
Commit message (Expand)AuthorAgeFilesLines
* mime: when disabled, avoid C99 macroDaniel Stenberg2019-09-181-3/+3
* mime: acknowledge CURL_DISABLE_MIMEDaniel Stenberg2019-05-131-1/+19
* lib: Fix typos in commentsDaniel Gustafsson2019-03-221-1/+1
* mime: put the boundary buffer into the curl_mime structDaniel Stenberg2019-02-121-2/+5
* formdata: use the mime-content type functionDaniel Stenberg2018-02-051-0/+5
* mime: clone mime tree upon easy handle duplication.Patrick Monnerat2018-01-141-1/+2
* mime: improve unbinding top multipart from easy handle.Patrick Monnerat2017-10-081-0/+2
* form/mime: field names are not allowed to contain zero-valued bytes.Patrick Monnerat2017-09-221-1/+0
* mime: drop internal FILE * support.Patrick Monnerat2017-09-061-5/+2
* mime: replace 'struct Curl_mimepart' by 'curl_mimepart' in encoder code.Patrick Monnerat2017-09-051-4/+4
* mime: implement encoders.Patrick Monnerat2017-09-051-1/+21
* mime: unified to use the typedef'd mime structs everywhereDaniel Stenberg2017-09-051-35/+35
* mime: new MIME API.Patrick Monnerat2017-09-021-0/+119