summaryrefslogtreecommitdiff
path: root/lib/formdata.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* whitespace cleanup: no space first in conditionalsDaniel Stenberg2011-04-271-28/+28
* source cleanup: unify look, style and indent levelsDaniel Stenberg2011-04-271-245/+2
* CURL_DOES_CONVERSIONS: cleanupDaniel Stenberg2011-04-201-34/+5
* fix compiler warningYang Tse2010-11-081-2/+2
* formdata: provide error messageDaniel Stenberg2010-10-201-51/+21
* remove the CVSish $Id$ linesDaniel Stenberg2010-03-241-1/+0
* wrap long lines and do some indent policingDaniel Stenberg2010-01-221-2/+3
* Make usage of calloc()'s arguments consistent with rest of code baseYang Tse2009-11-181-3/+3
* Check for basename() is now done the same as other function checksYang Tse2009-10-181-4/+4
* Attempt to silence bogus compiler warning: "Potential null pointer dereference"Yang Tse2009-10-081-1/+1
* Moved Curl_rand() and Curl_srand() code from formdata.c and formdata.hYang Tse2009-09-171-27/+1
* Replaced use of standard C library rand()/srand() by our own pseudo-random nu...Patrick Monnerat2009-06-151-5/+30
* initialize fread callback pointer to avoid compiler warningYang Tse2009-06-091-0/+1
* libcurl's memory.h renamed to curl_memory.hYang Tse2009-04-211-2/+2
* malloc+memset => callocDaniel Stenberg2008-12-201-2/+1
* Avoid creating garbage on an OOM errorDan Fandrich2008-11-181-1/+4
* Added .xml as one of the few common file extensions known by the multipartDan Fandrich2008-11-141-3/+4
* fix an OOM problem detected by Jim MeyeringDaniel Stenberg2008-11-141-3/+7
* added a NULL pointer check for the name field as it can in fact be NULL whenDaniel Stenberg2008-10-201-2/+5
* ntoa() and inet_ntoa_r() no longer usedYang Tse2008-09-241-7/+7
* remove unnecessary typecasting of malloc()Yang Tse2008-09-061-6/+5
* remove unnecessary typecasting of calloc()Yang Tse2008-09-061-2/+2
* Made some variables const which eliminated some castsDan Fandrich2008-09-021-1/+1
* Library internal only C preprocessor macros FORMAT_OFF_T and FORMAT_OFF_TUYang Tse2008-08-161-1/+1
* For congruency sake with the naming of other CURL_XXXXXX_CURL_OFF_T macros,Yang Tse2008-08-151-1/+1
* Fixed test 554 to pass the torture test.Dan Fandrich2008-07-081-1/+1