summaryrefslogtreecommitdiff
path: root/lib/formdata.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* - Added CURLFORM_STREAM as a supported option to curl_formadd() to allow anDaniel Stenberg2008-03-311-54/+102
* removed space after if and while before the parenthesis for better source codeDaniel Stenberg2007-11-051-101/+101
* Enabled a few more gcc warnings with --enable-debug. Renamed a fewDan Fandrich2007-09-271-4/+4
* Fixed some minor type mismatches and missing consts mainly found by splint.Dan Fandrich2007-08-271-9/+9
* Patrick Monnerat updated the _FORM_DEBUG-enabled code, and I updated commentsDaniel Stenberg2007-08-051-19/+25
* Better deal with NULL pointers.Daniel Stenberg2007-03-311-8/+14
* Removed inclusion of <sys/types.h> and <sys/stat.h> in .c-filesGisle Vanem2007-02-261-3/+0
* update copyright year noticeYang Tse2007-01-271-1/+1
* - David McCreedy provided libcurl changes for doing HTTP communication onDaniel Stenberg2007-01-141-25/+81
* Avoid Metaware's High-C warning "'=' encountered where '==' may have been int...Gisle Vanem2006-08-291-12/+12
* Yves Lejeune fixed so that replacing Content-Type: when doing multipartDaniel Stenberg2006-07-271-4/+13
* David McCreedy fixed a build error when building libcurl with HTTP disabled,Daniel Stenberg2006-07-201-3/+3
* fix minor compiler warningYang Tse2006-06-281-2/+2
* Michael Wallner added curl_formget(), which allows an application to extractDaniel Stenberg2006-06-241-2/+58
* Fixed signed/unsigned convertion errors in Salford-C.Gisle Vanem2006-04-261-1/+1
* Yang Tse: fix compilation errors when SSL is not disabled and HTTP isDaniel Stenberg2005-11-241-2/+10
* corrected copyright yearDaniel Stenberg2005-05-021-1/+1
* Cory Nelson's work on nuking compiler warnings when building on x64 withDaniel Stenberg2005-04-261-2/+2
* C ensures that static variables are initialized to 0Dan Fandrich2004-12-221-1/+1
* moved the lseek() and stat() magic defines to setup.h and now take advantageDaniel Stenberg2004-12-161-1/+1
* Add 'const' to immutable arrays.Dan Fandrich2004-12-151-2/+2
* Paul Nolan fix to make libcurl build nicely on Windows CEDaniel Stenberg2004-11-021-0/+2
* Mohun Biswas found out that formposting a zero-byte file didn't work veryDaniel Stenberg2004-10-241-2/+6
* if basename was found, check for a prototype and if none was found, provideDaniel Stenberg2004-10-081-0/+5
* removed tabs and trailing whitespace from sourceDaniel Stenberg2004-10-061-15/+15
* Only include libgen.h if we have a basename as well.Daniel Stenberg2004-10-051-1/+1
* let our basename() be staticDaniel Stenberg2004-10-051-1/+1
* someone should hit meDaniel Stenberg2004-10-011-1/+1
* fixed the basename() replacement, reported by GisleDaniel Stenberg2004-10-011-3/+4