summaryrefslogtreecommitdiff
path: root/lib/formdata.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* - Based on Fedor Karpelevitch's formpost path basename patch, file parts inDaniel Stenberg2004-10-011-2/+77
* Replaced all uses of sprintf() with the safer snprintf(). It is just aDaniel Stenberg2004-06-241-1/+1
* Source cleanups. The major one being that we now _always_ use a Curl_addrinfoDaniel Stenberg2004-06-241-54/+0
* Allow formposting of files larger than what fits in memory by not reading theDaniel Stenberg2004-06-141-59/+114
* provide curl_formfree() even when http is disabled, it does nothing thenDaniel Stenberg2004-06-131-0/+6
* build again with disabled httpDaniel Stenberg2004-06-101-1/+1
* when built with HTTP disabled, provide a curl_formadd() function anyway toDaniel Stenberg2004-06-091-1/+11
* deleted trailing whitespaceDaniel Stenberg2004-06-031-40/+40
* mark a value as alloced when strdup()ed to prevent memory leaksDaniel Stenberg2004-05-131-1/+3
* improved cleaning up in case of memory allocation failuresDaniel Stenberg2004-05-121-14/+54
* Left-over from before the return-code fix. This is probably the code thatDaniel Stenberg2004-05-121-1/+1
* clear up memory on failure a little betterDaniel Stenberg2004-05-111-32/+42
* Make this source code use our internal *printf().Daniel Stenberg2004-05-111-50/+50
* James Bursa added better error checking for failer memory calls whenDaniel Stenberg2004-05-101-27/+102
* count the formdata size using a 64bit size if avaialbleDaniel Stenberg2004-05-071-1/+1
* removed more leftovers from the formparse functionDaniel Stenberg2004-05-041-32/+1
* removed curl_formparse() from the libraryDaniel Stenberg2004-05-041-227/+0
* only a minor comment/format changeDaniel Stenberg2004-04-231-9/+8
* Replaced Curl_FormReadOneLine with Curl_formpostheader as that is the only useDaniel Stenberg2004-04-231-44/+54
* more variable type fixing for the huge postsDaniel Stenberg2004-03-121-1/+1
* some more size_t usage, and two added typecasts when converting from size_tDaniel Stenberg2004-03-031-7/+7
* fixed some more size_t/int/long warnings and removed a few CMC commentsDaniel Stenberg2004-02-271-23/+6
* Clear up int/long/size_t/ssize_t usage a bitDaniel Stenberg2004-02-261-21/+22
* Dan Fandrich's cleanup patch to make pedantic compiler options cause lessDaniel Stenberg2004-01-291-0/+3
* updated year in the copyright stringDaniel Stenberg2004-01-071-1/+1
* Default Content-Type for formparts has changed to "application/octet-stream".Daniel Stenberg2003-11-131-2/+2
* use CURLDEBUG instead of MALLOCDEBUG for preprocessor conditionsDaniel Stenberg2003-06-261-1/+1
* treat uploaded .html files as text/html by defaultDaniel Stenberg2003-04-151-1/+1
* Changed how boundary strings are generated. This new way uses 28 dashesDaniel Stenberg2003-04-041-13/+11
* removed the local variables for emacs and vim, use the new sample.emacsDaniel Stenberg2003-01-291-8/+0