summaryrefslogtreecommitdiff
path: root/lib/formdata.c
Commit message (Expand)AuthorAgeFilesLines
* fixup formdata: only use prevtype if Curl_mime_contenttype() is NULLbagder/mime-contenttypeDaniel Stenberg2018-02-051-3/+4
* formdata: use the mime-content type functionDaniel Stenberg2018-02-041-55/+6
* 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
* internals: rename the SessionHandle struct to Curl_easyDaniel Stenberg2016-06-221-4/+4
* lib: include curl_printf.h as one of the last headersDaniel Stenberg2016-04-291-2/+1
* code: style updatesDaniel Stenberg2016-04-031-5/+5
* formdata: use appropriate fopen() macrosDaniel Stenberg2016-04-031-3/+3
* formdata.c: Fixed compilation warningSteve Holme2016-03-181-1/+1
* formpost: fix memory leaks in AddFormData error branchesDaniel Stenberg2016-02-291-11/+25
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
* formdata: Check if length is too large for memoryJay Satiro2015-12-071-4/+11
* formadd: support >2GB files on windowsDaniel Stenberg2015-11-021-17/+24
* curl.h: s/HTTPPOST_/CURL_HTTPOST_Daniel Stenberg2015-10-311-0/+8
* build: fix failures with -Wcast-align and -WerrorTatsuhiro Tsujikawa2015-09-261-1/+1
* checksrc: detect fopen() for text without the FOPEN_* macrosDaniel Stenberg2015-06-021-2/+2
* curl_memory: make curl_memory.h the second-last header file loadedDan Fandrich2015-03-241-2/+2
* free: instead of Curl_safefree()Daniel Stenberg2015-03-161-12/+12
* Bug #149: Deletion of unnecessary checks before a few calls of cURL functionsMarkus Elfring2015-03-161-2/+1
* Bug #149: Deletion of unnecessary checks before calls of the function "free"Markus Elfring2015-03-161-7/+5
* mprintf.h: remove #ifdef CURLDEBUGDaniel Stenberg2015-03-031-4/+2
* curl_easy_duphandle: CURLOPT_COPYPOSTFIELDS read out of boundsDaniel Stenberg2014-11-051-43/+9
* code cleanup: we prefer 'CURLcode result'Daniel Stenberg2014-10-241-8/+6
* FormAdd: precaution against memdup() of NULL pointerDaniel Stenberg2014-10-081-1/+1
* formdata: removed unnecessary USE_SSLEAY useDaniel Stenberg2014-09-131-5/+1
* formdata: Must use Curl_safefree instead of freeDan Fandrich2014-02-091-1/+1
* formdata: Fixed memory leak on OOM conditionDan Fandrich2014-02-081-1/+3
* formpost: use semicolon in multipart/mixedDaniel Stenberg2014-02-071-2/+2