summaryrefslogtreecommitdiff
path: root/lib/formdata.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* copyright year update in the source headerDaniel Stenberg2003-01-161-1/+1
* let the Curl_FormReader() return 0 when it reaches end of data to that theDaniel Stenberg2002-11-291-1/+1
* kromJx@crosswinds.net's fix that now uses checkprefix() instead ofDaniel Stenberg2002-10-281-1/+1
* prevent compiler warningDaniel Stenberg2002-10-281-1/+1
* updated source code boilerplate/headerDaniel Stenberg2002-09-031-7/+7
* Chris Combes added CURLFORM_BUFFER, CURLFORM_BUFFERPTR, CURLFORM_BUFFERLENGTHDaniel Stenberg2002-06-121-42/+130
* added disable-[protocol] support, largely provided by Miklos NemethDaniel Stenberg2002-06-111-0/+4
* curl_formadd() now returns 'CURLFORMcode' instead of int, to better enableDaniel Stenberg2002-05-211-57/+44
* This makes formposting with a specified file missing fail. curl_easy_performDaniel Stenberg2002-04-151-11/+19
* Tor Arntsen's fix for "CGI_Lite" compliance!Daniel Stenberg2002-04-031-3/+3
* copyright string (year) updateDaniel Stenberg2002-03-191-1/+1
* made it pass stricter compiler flags with less warningsDaniel Stenberg2002-03-191-10/+14
* now supports all options in arrays, except the CURLFORM_ARRAY itselfDaniel Stenberg2002-03-131-36/+27
* Added support for CURLFORM_FILENAME to set the filename field of a fileDaniel Stenberg2002-03-111-49/+72
* ARGH the CRLF I removed recently was not only done after the initialDaniel Stenberg2002-02-061-0/+3
* removed three loust fprintf()sDaniel Stenberg2002-01-291-4/+1
* #505514, as correctly pointed out by Antonio (anton@concord.ru), trying toDaniel Stenberg2002-01-191-3/+6
* Marcus Webster's newly added CURLFORM_CONTENTHEADERDaniel Stenberg2001-12-141-15/+44
* Marcus Webster reported and fixed this read-one-byte-too-many problem...Daniel Stenberg2001-11-081-1/+1
* minor fix to support multiple files in one formadd() callDaniel Stenberg2001-10-291-9/+10
* looks nicer and is better compatible with older vim versionsSterling Hughes2001-10-111-2/+2
* hm, I edited away the fine functionality and with this edit test case 9Daniel Stenberg2001-10-031-7/+8
* Georg Huettenegger's curl_formadd fixesDaniel Stenberg2001-10-031-168/+303
* Added formatting sections for emacs and vimSterling Hughes2001-09-071-0/+8
* Georg Huettenegger's fixes and improvements to curl_formadd()Daniel Stenberg2001-08-281-161/+363
* Georg Huettenegger's patch curl-7.8.1-pre5-patch-20010819Daniel Stenberg2001-08-211-4/+463
* added a few consts and a few typecasts to please picky compiler optionsDaniel Stenberg2001-08-141-11/+11
* curl_formparse() should no longer have any size-limit in the data sectionDaniel Stenberg2001-08-131-2/+10
* Curl_FormFree renamed to Curl_formclean, as it turns out VMS for exampleDaniel Stenberg2001-08-061-3/+5
* Anton Kalmykov's fix for dealing with form names with spaces!Daniel Stenberg2001-06-251-1/+1
* made the test-program in the bottom compile/build, remember to link withDaniel Stenberg2001-06-051-3/+8
* curl_formfree() can be called with a NULL argumentDaniel Stenberg2001-04-061-0/+6
* Internal symbols that aren't static are now prefixed with 'Curl_'Daniel Stenberg2001-01-051-32/+20
* dual-license fixDaniel Stenberg2001-01-031-28/+11
* added curl_formfree()Daniel Stenberg2000-11-171-1/+23
* removed the header that confuses PHPDaniel Stenberg2000-10-091-1/+9
* added memory debugging include fileDaniel Stenberg2000-10-091-0/+5
* #include "setup.h" moved first of all includesDaniel Stenberg2000-08-241-1/+2
* Torsten Foertsch's improvementsDaniel Stenberg2000-07-251-17/+19