summaryrefslogtreecommitdiff
path: root/lib/formdata.c
AgeCommit message (Expand)Author
2018-09-11Merge tag 'curl-7_61_1'Nils Gillmann
2018-08-21curl-compilers: enable -Wimplicit-fallthrough=4 for GCCMarcel Raad
2018-08-11Silence GCC 8 cast-function-type warningsMarcel Raad
2018-08-09formdata: Remove unused macro HTTPPOST_CONTENTTYPE_DEFAULTRikard Falkeborn
2018-08-05Merge tag 'curl-7_61_0'Nils Gillmann
2018-06-11cppcheck: fix warningsMarian Klymov
2018-05-21checksrc: make sure sizeof() is used *with* parenthesesDaniel Stenberg
2018-03-30Merge tag 'curl-7_59_0' of https://github.com/curl/curlNils Gillmann
2018-02-05formdata: use the mime-content type functionDaniel Stenberg
2017-10-24Merge tag 'curl-7_56_1' of https://github.com/curl/curlng0
2017-10-12mime: keep "text/plain" content type if user-specified.Patrick Monnerat
2017-10-06Merge tag 'curl-7_56_0'ng0
2017-09-22form/mime: field names are not allowed to contain zero-valued bytes.Patrick Monnerat
2017-09-11code style: use spaces around plusesDaniel Stenberg
2017-09-11code style: use spaces around equals signsDaniel Stenberg
2017-09-06mime: drop internal FILE * support.Patrick Monnerat
2017-09-05mime: unified to use the typedef'd mime structs everywhereDaniel Stenberg
2017-09-03mime: remove support "-" stdin pseudo-file name in curl_mime_filedata().Patrick Monnerat
2017-09-02mime: new MIME API.Patrick Monnerat
2017-08-22Patchset for gnURL microfork:gnurl-7_55_1-1Christian Grothoff
2017-08-22formdata: fix -Wcomma warningMarcel Raad
2017-08-22formboundary: convert assert into run-time checkDaniel Stenberg
2017-08-22rand: treat fake entropy the same regardless of endiannessJay Satiro
2017-08-22lib: remove unused codeMarcel Raad
2017-08-22Improve code readbilitySylvestre Ledru
2017-08-22build: fix gcc7 implicit fallthrough warningsAlexis La Goutte
2017-08-22formdata: check for EOF when reading from stdinDaniel Stenberg
2017-08-22formdata: use NULL, not 0, when returning pointersDaniel Stenberg
2017-08-22checksrc: warn for assignments within if() expressionsDaniel Stenberg
2017-08-22checksrc: stricter no-space-before-paren enforcementDaniel Stenberg
2017-08-22checksrc: move open braces to comply with function declaration styleDaniel Stenberg
2017-08-22checksrc: code style: use 'char *name' styleDaniel Stenberg
2017-08-22Curl_rand: fixed and moved to rand.cDaniel Stenberg
2017-08-22strcasecompare: is the new name for strequal()Daniel Stenberg
2017-08-22formpost: avoid silent snprintf() truncationDaniel Stenberg
2017-08-22formpost: trying to attach a directory no longer crashesDaniel Stenberg
2017-05-11formdata: fix -Wcomma warningMarcel Raad
2017-05-09formboundary: convert assert into run-time checkDaniel Stenberg
2017-05-08rand: treat fake entropy the same regardless of endiannessJay Satiro
2017-04-26lib: remove unused codeMarcel Raad
2017-03-13Improve code readbilitySylvestre Ledru
2017-03-03build: fix gcc7 implicit fallthrough warningsAlexis La Goutte
2017-02-23formdata: check for EOF when reading from stdinDaniel Stenberg
2016-12-25formdata: use NULL, not 0, when returning pointersDaniel Stenberg
2016-12-14checksrc: warn for assignments within if() expressionsDaniel Stenberg
2016-12-13checksrc: stricter no-space-before-paren enforcementDaniel Stenberg
2016-11-24checksrc: move open braces to comply with function declaration styleDaniel Stenberg
2016-11-24checksrc: code style: use 'char *name' styleDaniel Stenberg
2016-11-14Curl_rand: fixed and moved to rand.cDaniel Stenberg
2016-10-31strcasecompare: is the new name for strequal()Daniel Stenberg