summaryrefslogtreecommitdiff
path: root/lib/formdata.c
Commit message (Expand)AuthorAgeFilesLines
* copyright: update all copyright lines and remove year rangesDaniel Stenberg2023-01-031-1/+1
* mime: relax easy/mime structures bindingPatrick Monnerat2022-11-281-2/+2
* lib: fix some type mismatches and remove unneeded typecastsRose2022-11-081-8/+6
* misc: typo and grammar fixesAyesh Karunaratne2022-10-271-2/+2
* formdata: typecast the va_arg return valueDaniel Stenberg2022-09-131-1/+1
* formdata: fix warning: 'CURLformoption' is promoted to 'int'zhanghu2022-09-131-2/+4
* copyright: make repository REUSE compliantmax.mehl2022-06-131-0/+2
* lib: remove support for CURL_DOES_CONVERSIONSDaniel Stenberg2022-02-041-13/+1
* formdata: avoid size_t => long typecast overflowsDaniel Stenberg2022-01-131-2/+7
* formdata: avoid "Argument cannot be negative" warningDaniel Stenberg2021-07-011-4/+10
* formdata: correct typecast in curl_mime_data callDaniel Stenberg2021-06-301-2/+2
* curl.se: new homeDaniel Stenberg2020-11-041-1/+1
* terminology: call them null-terminated stringsDaniel Stenberg2020-06-281-2/+2
* source cleanup: remove all custom typedef structsDaniel Stenberg2020-05-151-8/+8
* mime: latch last read callback status.Patrick Monnerat2020-03-071-8/+4
* formdata/mime: copyright year range updateDaniel Stenberg2020-03-021-1/+1
* Revert "mime: latch last read callback status."Daniel Stenberg2020-03-021-9/+5
* mime: latch last read callback status.Patrick Monnerat2020-03-021-5/+9
* mime: acknowledge CURL_DISABLE_MIMEDaniel Stenberg2019-05-131-6/+6
* build: fix "clarify calculation precedence" warningsMarcel Raad2019-05-121-1/+1
* curl-compilers: enable -Wimplicit-fallthrough=4 for GCCMarcel Raad2018-08-211-1/+2
* Silence GCC 8 cast-function-type warningsMarcel Raad2018-08-111-1/+3
* formdata: Remove unused macro HTTPPOST_CONTENTTYPE_DEFAULTRikard Falkeborn2018-08-091-4/+0
* cppcheck: fix warningsMarian Klymov2018-06-111-2/+1
* checksrc: make sure sizeof() is used *with* parenthesesDaniel Stenberg2018-05-211-1/+1
* formdata: use the mime-content type functionDaniel Stenberg2018-02-051-56/+8
* mime: keep "text/plain" content type if user-specified.Patrick Monnerat2017-10-121-1/+1
* form/mime: field names are not allowed to contain zero-valued bytes.Patrick Monnerat2017-09-221-5/+32
* code style: use spaces around plusesDaniel Stenberg2017-09-111-2/+2
* code style: use spaces around equals signsDaniel Stenberg2017-09-111-3/+3
* mime: drop internal FILE * support.Patrick Monnerat2017-09-061-2/+10
* mime: unified to use the typedef'd mime structs everywhereDaniel Stenberg2017-09-051-5/+5
* mime: remove support "-" stdin pseudo-file name in curl_mime_filedata().Patrick Monnerat2017-09-031-1/+4
* mime: new MIME API.Patrick Monnerat2017-09-021-739/+106
* formdata: fix -Wcomma warningMarcel Raad2017-05-111-1/+1
* formboundary: convert assert into run-time checkDaniel Stenberg2017-05-091-1/+2
* rand: treat fake entropy the same regardless of endiannessJay Satiro2017-05-081-24/+15
* lib: remove unused codeMarcel Raad2017-04-261-3/+0
* Improve code readbilitySylvestre Ledru2017-03-131-58/+55
* build: fix gcc7 implicit fallthrough warningsAlexis La Goutte2017-03-031-0/+1
* formdata: check for EOF when reading from stdinDaniel Stenberg2017-02-231-2/+2
* formdata: use NULL, not 0, when returning pointersDaniel Stenberg2016-12-251-1/+1
* checksrc: warn for assignments within if() expressionsDaniel Stenberg2016-12-141-6/+6
* checksrc: stricter no-space-before-paren enforcementDaniel Stenberg2016-12-131-2/+2
* checksrc: move open braces to comply with function declaration styleDaniel Stenberg2016-11-241-1/+2
* checksrc: code style: use 'char *name' styleDaniel Stenberg2016-11-241-9/+9
* Curl_rand: fixed and moved to rand.cDaniel Stenberg2016-11-141-2/+7
* strcasecompare: is the new name for strequal()Daniel Stenberg2016-10-311-6/+6
* formpost: avoid silent snprintf() truncationDaniel Stenberg2016-10-081-10/+25
* formpost: trying to attach a directory no longer crashesDaniel Stenberg2016-10-041-7/+8