summaryrefslogtreecommitdiff
path: root/lib/mime.c
Commit message (Expand)AuthorAgeFilesLines
* checksrc: find bad indentation in conditions without open braceDaniel Stenberg2023-04-281-2/+2
* mime: skip NULL assigns after Curl_safefree()Daniel Stenberg2023-04-131-4/+0
* copyright: update all copyright lines and remove year rangesDaniel Stenberg2023-01-031-1/+1
* mime: relax easy/mime structures bindingPatrick Monnerat2022-11-281-18/+14
* lib: fix some type mismatches and remove unneeded typecastsRose2022-11-081-1/+1
* lib: sanitize conditional exclusion around MIMEPatrick Monnerat2022-09-291-4/+5
* copyright: make repository REUSE compliantmax.mehl2022-06-131-0/+2
* lib: remove exclamation marksDaniel Stenberg2022-04-161-1/+1
* mime: use a define instead of the magic number 24Daniel Stenberg2022-02-131-2/+3
* mime: some more strlen() call removals.Patrick Monnerat2022-02-131-26/+29
* lib: remove support for CURL_DOES_CONVERSIONSDaniel Stenberg2022-02-041-62/+1
* mime: use percent-escaping for multipart form field and file namesPatrick Monnerat2021-11-151-20/+44
* mime: mention CURL_DISABLE_MIME in commentErik Stenlund2021-10-201-1/+2
* lib: avoid fallthrough cases in switch statementsDaniel Gustafsson2021-09-291-6/+7
* tidy-up: make conditional checks more consistentDaniel Stenberg2021-04-221-2/+2
* mime: make sure setting MIMEPOST to NULL resets properlyDaniel Stenberg2021-01-151-1/+2
* curl.se: new homeDaniel Stenberg2020-11-041-1/+1
* terminology: call them null-terminated stringsDaniel Stenberg2020-06-281-1/+1
* socks: remove unreachable breaks in socks.c and mime.cxquery2020-06-081-1/+0
* source cleanup: remove all custom typedef structsDaniel Stenberg2020-05-151-12/+13
* checksrc: enhance the ASTERISKSPACE and update code accordinglyDaniel Stenberg2020-05-141-1/+1
* mime: properly check Content-Type even if it has parametersPatrick Monnerat2020-04-191-2/+19
* mime: fix the binary encoder to handle large data properlyPatrick Monnerat2020-03-071-1/+1
* mime: do not perform more than one read in a rowPatrick Monnerat2020-03-071-49/+147
* mime: latch last read callback status.Patrick Monnerat2020-03-071-3/+36
* formdata/mime: copyright year range updateDaniel Stenberg2020-03-021-1/+1
* Revert "mime: latch last read callback status."Daniel Stenberg2020-03-021-37/+4
* Revert "mime: do not perform more than one read in a row"Daniel Stenberg2020-03-021-147/+49
* Revert "mime: fix the binary encoder to handle large data properly"Daniel Stenberg2020-03-021-1/+1
* mime: fix the binary encoder to handle large data properlyPatrick Monnerat2020-03-021-1/+1
* mime: do not perform more than one read in a rowPatrick Monnerat2020-03-021-49/+147
* mime: latch last read callback status.Patrick Monnerat2020-03-021-4/+37
* mime: make Curl_mime_duppart() assert if called without valid dstDaniel Stenberg2019-09-201-6/+6
* mime: when disabled, avoid C99 macroDaniel Stenberg2019-09-181-0/+7
* mime: acknowledge CURL_DISABLE_MIMEDaniel Stenberg2019-05-131-71/+3
* build: fix "clarify calculation precedence" warningsMarcel Raad2019-05-121-2/+4
* mime: put the boundary buffer into the curl_mime structDaniel Stenberg2019-02-121-12/+2
* mime: check Curl_rand_hex's return codeDaniel Stenberg2018-07-281-2/+7
* cppcheck: fix warningsMarian Klymov2018-06-111-21/+11
* checksrc: make sure sizeof() is used *with* parenthesesDaniel Stenberg2018-05-211-6/+6
* mime: avoid NULL pointer dereference riskDaniel Stenberg2018-04-241-1/+1
* build: add picky compiler warning flags for gcc 6 and 7Eric Gallager2018-04-071-1/+4
* cleanup: misc typos in strings and commentsluz.paz2018-03-161-1/+1
* formdata: use the mime-content type functionDaniel Stenberg2018-02-051-9/+4
* mime: clone mime tree upon easy handle duplication.Patrick Monnerat2018-01-141-1/+80
* mime: fix "Value stored to 'sz' is never read" scan-build errorDaniel Stenberg2017-11-211-2/+0
* mime: do not reuse previously computed multipart sizePatrick Monnerat2017-10-201-1/+1
* mime: limit bas64-encoded lines length to 76 charactersPatrick Monnerat2017-10-191-2/+2
* mime: do not call failf() if easy handle is NULL.Patrick Monnerat2017-10-131-1/+2
* mime: fix the content reader to handle >16K data properlyDaniel Stenberg2017-10-131-2/+1