summaryrefslogtreecommitdiff
path: root/lib/formdata.c
AgeCommit message (Expand)Author
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
2016-10-08formpost: avoid silent snprintf() truncationDaniel Stenberg
2016-10-04formpost: trying to attach a directory no longer crashesDaniel Stenberg
2016-06-22internals: rename the SessionHandle struct to Curl_easyDaniel Stenberg
2016-04-29lib: include curl_printf.h as one of the last headersDaniel Stenberg
2016-04-03code: style updatesDaniel Stenberg
2016-04-03formdata: use appropriate fopen() macrosDaniel Stenberg
2016-03-18formdata.c: Fixed compilation warningSteve Holme
2016-02-29formpost: fix memory leaks in AddFormData error branchesDaniel Stenberg
2016-02-03URLs: change all http:// URLs to https://Daniel Stenberg