| Commit message (Expand) | Author | Age | Files | Lines |
* | more variable type fixing for the huge posts | Daniel Stenberg | 2004-03-12 | 1 | -1/+1 |
* | some more size_t usage, and two added typecasts when converting from size_t | Daniel Stenberg | 2004-03-03 | 1 | -7/+7 |
* | fixed some more size_t/int/long warnings and removed a few CMC comments | Daniel Stenberg | 2004-02-27 | 1 | -23/+6 |
* | Clear up int/long/size_t/ssize_t usage a bit | Daniel Stenberg | 2004-02-26 | 1 | -21/+22 |
* | Dan Fandrich's cleanup patch to make pedantic compiler options cause less | Daniel Stenberg | 2004-01-29 | 1 | -0/+3 |
* | updated year in the copyright string | Daniel Stenberg | 2004-01-07 | 1 | -1/+1 |
* | Default Content-Type for formparts has changed to "application/octet-stream". | Daniel Stenberg | 2003-11-13 | 1 | -2/+2 |
* | use CURLDEBUG instead of MALLOCDEBUG for preprocessor conditions | Daniel Stenberg | 2003-06-26 | 1 | -1/+1 |
* | treat uploaded .html files as text/html by default | Daniel Stenberg | 2003-04-15 | 1 | -1/+1 |
* | Changed how boundary strings are generated. This new way uses 28 dashes | Daniel Stenberg | 2003-04-04 | 1 | -13/+11 |
* | removed the local variables for emacs and vim, use the new sample.emacs | Daniel Stenberg | 2003-01-29 | 1 | -8/+0 |
* | copyright year update in the source header | Daniel Stenberg | 2003-01-16 | 1 | -1/+1 |
* | let the Curl_FormReader() return 0 when it reaches end of data to that the | Daniel Stenberg | 2002-11-29 | 1 | -1/+1 |
* | kromJx@crosswinds.net's fix that now uses checkprefix() instead of | Daniel Stenberg | 2002-10-28 | 1 | -1/+1 |
* | prevent compiler warning | Daniel Stenberg | 2002-10-28 | 1 | -1/+1 |
* | updated source code boilerplate/header | Daniel Stenberg | 2002-09-03 | 1 | -7/+7 |
* | Chris Combes added CURLFORM_BUFFER, CURLFORM_BUFFERPTR, CURLFORM_BUFFERLENGTH | Daniel Stenberg | 2002-06-12 | 1 | -42/+130 |
* | added disable-[protocol] support, largely provided by Miklos Nemeth | Daniel Stenberg | 2002-06-11 | 1 | -0/+4 |
* | curl_formadd() now returns 'CURLFORMcode' instead of int, to better enable | Daniel Stenberg | 2002-05-21 | 1 | -57/+44 |
* | This makes formposting with a specified file missing fail. curl_easy_perform | Daniel Stenberg | 2002-04-15 | 1 | -11/+19 |
* | Tor Arntsen's fix for "CGI_Lite" compliance! | Daniel Stenberg | 2002-04-03 | 1 | -3/+3 |
* | copyright string (year) update | Daniel Stenberg | 2002-03-19 | 1 | -1/+1 |
* | made it pass stricter compiler flags with less warnings | Daniel Stenberg | 2002-03-19 | 1 | -10/+14 |
* | now supports all options in arrays, except the CURLFORM_ARRAY itself | Daniel Stenberg | 2002-03-13 | 1 | -36/+27 |
* | Added support for CURLFORM_FILENAME to set the filename field of a file | Daniel Stenberg | 2002-03-11 | 1 | -49/+72 |
* | ARGH the CRLF I removed recently was not only done after the initial | Daniel Stenberg | 2002-02-06 | 1 | -0/+3 |
* | removed three loust fprintf()s | Daniel Stenberg | 2002-01-29 | 1 | -4/+1 |
* | #505514, as correctly pointed out by Antonio (anton@concord.ru), trying to | Daniel Stenberg | 2002-01-19 | 1 | -3/+6 |
* | Marcus Webster's newly added CURLFORM_CONTENTHEADER | Daniel Stenberg | 2001-12-14 | 1 | -15/+44 |
* | Marcus Webster reported and fixed this read-one-byte-too-many problem... | Daniel Stenberg | 2001-11-08 | 1 | -1/+1 |
* | minor fix to support multiple files in one formadd() call | Daniel Stenberg | 2001-10-29 | 1 | -9/+10 |
* | looks nicer and is better compatible with older vim versions | Sterling Hughes | 2001-10-11 | 1 | -2/+2 |
* | hm, I edited away the fine functionality and with this edit test case 9 | Daniel Stenberg | 2001-10-03 | 1 | -7/+8 |
* | Georg Huettenegger's curl_formadd fixes | Daniel Stenberg | 2001-10-03 | 1 | -168/+303 |
* | Added formatting sections for emacs and vim | Sterling Hughes | 2001-09-07 | 1 | -0/+8 |
* | Georg Huettenegger's fixes and improvements to curl_formadd() | Daniel Stenberg | 2001-08-28 | 1 | -161/+363 |
* | Georg Huettenegger's patch curl-7.8.1-pre5-patch-20010819 | Daniel Stenberg | 2001-08-21 | 1 | -4/+463 |
* | added a few consts and a few typecasts to please picky compiler options | Daniel Stenberg | 2001-08-14 | 1 | -11/+11 |
* | curl_formparse() should no longer have any size-limit in the data section | Daniel Stenberg | 2001-08-13 | 1 | -2/+10 |
* | Curl_FormFree renamed to Curl_formclean, as it turns out VMS for example | Daniel Stenberg | 2001-08-06 | 1 | -3/+5 |
* | Anton Kalmykov's fix for dealing with form names with spaces! | Daniel Stenberg | 2001-06-25 | 1 | -1/+1 |
* | made the test-program in the bottom compile/build, remember to link with | Daniel Stenberg | 2001-06-05 | 1 | -3/+8 |
* | curl_formfree() can be called with a NULL argument | Daniel Stenberg | 2001-04-06 | 1 | -0/+6 |
* | Internal symbols that aren't static are now prefixed with 'Curl_' | Daniel Stenberg | 2001-01-05 | 1 | -32/+20 |
* | dual-license fix | Daniel Stenberg | 2001-01-03 | 1 | -28/+11 |
* | added curl_formfree() | Daniel Stenberg | 2000-11-17 | 1 | -1/+23 |
* | removed the header that confuses PHP | Daniel Stenberg | 2000-10-09 | 1 | -1/+9 |
* | added memory debugging include file | Daniel Stenberg | 2000-10-09 | 1 | -0/+5 |
* | #include "setup.h" moved first of all includes | Daniel Stenberg | 2000-08-24 | 1 | -1/+2 |
* | Torsten Foertsch's improvements | Daniel Stenberg | 2000-07-25 | 1 | -17/+19 |