aboutsummaryrefslogtreecommitdiff
path: root/lib/formdata.c
AgeCommit message (Expand)Author
2020-05-15source cleanup: remove all custom typedef structsDaniel Stenberg
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-02mime: latch last read callback status.Patrick Monnerat
2019-05-13mime: acknowledge CURL_DISABLE_MIMEDaniel Stenberg
2019-05-12build: fix "clarify calculation precedence" warningsMarcel Raad
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-06-11cppcheck: fix warningsMarian Klymov
2018-05-21checksrc: make sure sizeof() is used *with* parenthesesDaniel Stenberg
2018-02-05formdata: use the mime-content type functionDaniel Stenberg
2017-10-12mime: keep "text/plain" content type if user-specified.Patrick Monnerat
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-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
2015-12-07formdata: Check if length is too large for memoryJay Satiro
2015-11-02formadd: support >2GB files on windowsDaniel Stenberg
2015-10-31curl.h: s/HTTPPOST_/CURL_HTTPOST_Daniel Stenberg
2015-09-26build: fix failures with -Wcast-align and -WerrorTatsuhiro Tsujikawa
2015-06-02checksrc: detect fopen() for text without the FOPEN_* macrosDaniel Stenberg
2015-03-24curl_memory: make curl_memory.h the second-last header file loadedDan Fandrich