summaryrefslogtreecommitdiff
path: root/lib/formdata.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* vtls: renamed sslgen.[ch] to vtls.[ch]Daniel Stenberg2013-12-201-1/+1
* vtls: created subdir, moved sslgen.[ch] there, updated all include linesDaniel Stenberg2013-12-201-1/+1
* formadd: wrong pointer for file name when CURLFORM_BUFFERPTR usedDaniel Stenberg2013-08-041-5/+7
* curl_formadd: fix file upload on VMSJohn E. Malmberg2013-07-291-2/+96
* formadd: CURLFORM_FILECONTENT wrongly rejected some option combosDaniel Stenberg2013-07-261-1/+1
* formpost: better random boundariesDaniel Stenberg2013-06-251-27/+8
* AddFormData: prevent only directories from being postedDaniel Stenberg2013-03-041-1/+1
* Curl_FormBoundary: made staticDaniel Stenberg2013-02-141-35/+32
* formpost: support quotes, commas and semicolon in file namesUlion2013-01-221-22/+47
* formadd: reject trying to read a directory where a file is expectedDaniel Stenberg2013-01-191-3/+4
* build: fix circular header inclusion with other packagesYang Tse2013-01-091-1/+1
* Revert changes relative to lib/*.[ch] recent renamingYang Tse2013-01-061-0/+1494
* build: rename 93 lib/*.c filesYang Tse2013-01-031-1494/+0
* build: make use of 93 lib/*.c renamed filesYang Tse2013-01-031-3/+3
* build: make use of 76 lib/*.h renamed filesYang Tse2012-12-281-6/+6
* Fix bad failf() and info() usageYang Tse2012-06-141-2/+2
* formdata.c: OOM handling fixesYang Tse2011-12-211-65/+111
* formdata: ack read callback abortDaniel Stenberg2011-10-161-8/+11
* fix bool variables checking and assignmentYang Tse2011-09-051-1/+1
* CURLFORM_BUFFER: insert filename as documentedDaniel Stenberg2011-08-081-37/+12
* stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.hYang Tse2011-07-261-4/+1
* time.h and sys/time.h inclusion conditionally done in setup_once.hYang Tse2011-07-251-1/+1
* CURLFORM_STREAM: acknowledge CURLFORM_FILENAMEDaniel Stenberg2011-06-171-9/+11
* curl_formget: fix FILE * leakDaniel Stenberg2011-06-131-3/+8
* curl_formget: treat CURLFORM_STREAM betterDaniel Stenberg2011-06-131-3/+7
* unittest: mark all unit tested functionsDaniel Stenberg2011-06-101-0/+4