summaryrefslogtreecommitdiff
path: root/lib/mime.c
AgeCommit message (Expand)Author
2021-01-13Merge tag 'curl-7_74_0'nikita
2020-11-04curl.se: new homeDaniel Stenberg
2020-09-14Merge tag 'curl-7_71_1'nikita
2020-06-28terminology: call them null-terminated stringsDaniel Stenberg
2020-06-08socks: remove unreachable breaks in socks.c and mime.cxquery
2020-05-15source cleanup: remove all custom typedef structsDaniel Stenberg
2020-05-14checksrc: enhance the ASTERISKSPACE and update code accordinglyDaniel Stenberg
2020-04-30Merge tag 'curl-7_70_0'nikita
2020-04-19mime: properly check Content-Type even if it has parametersPatrick Monnerat
2020-04-01Merge tag 'curl-7_69_1'nikita
2020-03-07mime: fix the binary encoder to handle large data properlyPatrick Monnerat
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-02Revert "mime: fix the binary encoder to handle large data properly"Daniel Stenberg
2020-03-02mime: fix the binary encoder to handle large data properlyPatrick Monnerat
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-11-06Merge tag 'curl-7_67_0'ng0
2019-09-20mime: make Curl_mime_duppart() assert if called without valid dstDaniel Stenberg
2019-09-18mime: when disabled, avoid C99 macroDaniel Stenberg
2019-05-22Merge tag 'curl-7_65_0' of https://github.com/curl/curlng0
2019-05-13mime: acknowledge CURL_DISABLE_MIMEDaniel Stenberg
2019-05-12build: fix "clarify calculation precedence" warningsMarcel Raad
2019-04-12Merge tag 'curl-7_64_1' of https://github.com/curl/curlng0
2019-02-12mime: put the boundary buffer into the curl_mime structDaniel Stenberg
2018-09-11Merge tag 'curl-7_61_1'Nils Gillmann
2018-08-05Merge tag 'curl-7_61_0'Nils Gillmann
2018-07-28mime: check Curl_rand_hex's return codeDaniel Stenberg
2018-06-11cppcheck: fix warningsMarian Klymov
2018-05-23Merge tag 'curl-7_60_0' (with fixes)Nils Gillmann
2018-05-21checksrc: make sure sizeof() is used *with* parenthesesDaniel Stenberg
2018-04-24mime: avoid NULL pointer dereference riskDaniel Stenberg
2018-04-07build: add picky compiler warning flags for gcc 6 and 7Eric Gallager
2018-03-30Merge tag 'curl-7_59_0' of https://github.com/curl/curlNils Gillmann
2018-03-16cleanup: misc typos in strings and commentsluz.paz
2018-02-05formdata: use the mime-content type functionDaniel Stenberg
2018-01-21Merge branch 'master' of https://github.com/curl/curlng0
2018-01-14mime: clone mime tree upon easy handle duplication.Patrick Monnerat
2017-12-03Merge tag 'curl-7_57_0'ng0
2017-11-21mime: fix "Value stored to 'sz' is never read" scan-build errorDaniel Stenberg
2017-10-24Merge tag 'curl-7_56_1' of https://github.com/curl/curlng0
2017-10-20mime: do not reuse previously computed multipart sizePatrick Monnerat
2017-10-19mime: limit bas64-encoded lines length to 76 charactersPatrick Monnerat
2017-10-13mime: do not call failf() if easy handle is NULL.Patrick Monnerat
2017-10-13mime: fix the content reader to handle >16K data properlyDaniel Stenberg
2017-10-12mime: keep "text/plain" content type if user-specified.Patrick Monnerat
2017-10-09mime: properly unbind mime structure in curl_mime_free().Patrick Monnerat