| Commit message (Expand) | Author | Age | Files | Lines |
* | Allow formposting of files larger than what fits in memory by not reading the | Daniel Stenberg | 2004-06-14 | 1 | -7/+15 |
* | improved cleaning up in case of memory allocation failures | Daniel Stenberg | 2004-05-12 | 1 | -0/+2 |
* | clear up memory on failure a little better | Daniel Stenberg | 2004-05-11 | 1 | -0/+2 |
* | Replaced Curl_FormReadOneLine with Curl_formpostheader as that is the only use | Daniel Stenberg | 2004-04-23 | 1 | -5/+6 |
* | more variable type fixing for the huge posts | Daniel Stenberg | 2004-03-12 | 1 | -1/+1 |
* | Clear up int/long/size_t/ssize_t usage a bit | Daniel Stenberg | 2004-02-26 | 1 | -18/+15 |
* | use the proper type for formposts, not the deprecated one | Daniel Stenberg | 2004-01-22 | 1 | -1/+1 |
* | updated year in the copyright string | Daniel Stenberg | 2004-01-07 | 1 | -1/+1 |
* | copyright year update in the source header | Daniel Stenberg | 2003-01-16 | 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 | -0/+4 |
* | This makes formposting with a specified file missing fail. curl_easy_perform | Daniel Stenberg | 2002-04-15 | 1 | -2/+4 |
* | copyright string (year) update | Daniel Stenberg | 2002-03-19 | 1 | -1/+1 |
* | Added support for CURLFORM_FILENAME to set the filename field of a file | Daniel Stenberg | 2002-03-11 | 1 | -1/+4 |
* | Marcus Webster's newly added CURLFORM_CONTENTHEADER | Daniel Stenberg | 2001-12-14 | 1 | -0/+1 |
* | Georg Huettenegger's fixes and improvements to curl_formadd() | Daniel Stenberg | 2001-08-28 | 1 | -0/+11 |
* | Georg Huettenegger's patch curl-7.8.1-pre5-patch-20010819 | Daniel Stenberg | 2001-08-21 | 1 | -0/+7 |
* | Curl_FormFree renamed to Curl_formclean, as it turns out VMS for example | Daniel Stenberg | 2001-08-06 | 1 | -1/+1 |
* | Internal symbols that aren't static are now prefixed with 'Curl_' | Daniel Stenberg | 2001-01-05 | 1 | -13/+9 |
* | dual-license fix | Daniel Stenberg | 2001-01-03 | 1 | -59/+11 |
* | haxx.nu => haxx.se | Daniel Stenberg | 2000-06-20 | 1 | -5/+8 |
* | syncing with local edit | Daniel Stenberg | 2000-01-10 | 1 | -2/+2 |
* | Initial revision | Daniel Stenberg | 1999-12-29 | 1 | -0/+103 |