Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-10-20 | formdata: provide error message | Daniel Stenberg | |
When failing to build form post due to an error, the code now does a proper failf(). Previously libcurl would report an error like "failed creating formpost data" when a file wasn't possible to open which was not easy for users to figure out. I also lower cased a function name to be named more curl-style and removed some unnecessary code. | |||
2010-03-24 | remove the CVSish $Id$ lines | Daniel Stenberg | |
2009-09-17 | Moved Curl_rand() and Curl_srand() code from formdata.c and formdata.h | Yang Tse | |
into curl_rand.c and curl_rand.h | |||
2009-06-15 | Replaced use of standard C library rand()/srand() by our own pseudo-random ↵ | Patrick Monnerat | |
number generator. | |||
2008-03-31 | - Added CURLFORM_STREAM as a supported option to curl_formadd() to allow an | Daniel Stenberg | |
application to provide data for a multipart with the read callback. Note that the size needs to be provided with CURLFORM_CONTENTSLENGTH when the stream option is used. This feature is verified by the new test case 554. This feature was sponsored by Xponaut. | |||
2007-01-27 | update copyright year notice | Yang Tse | |
2007-01-14 | - David McCreedy provided libcurl changes for doing HTTP communication on | Daniel Stenberg | |
non-ASCII platforms. It does add some complexity, most notably with more #ifdefs, but I want to see this supported added and I can't see how we can add it without the extra stuff added. | |||
2006-07-27 | Yves Lejeune fixed so that replacing Content-Type: when doing multipart | Daniel Stenberg | |
formposts work exactly the way you want it (and the way you'd assume it works) | |||
2004-06-14 | Allow formposting of files larger than what fits in memory by not reading the | Daniel Stenberg | |
file until it is actually being uploaded. Make sure we build and still work with HTTP disabled - the SSL code might use the boundary string for some random seeding. | |||
2004-05-12 | improved cleaning up in case of memory allocation failures | Daniel Stenberg | |
2004-05-11 | clear up memory on failure a little better | Daniel Stenberg | |
2004-04-23 | Replaced Curl_FormReadOneLine with Curl_formpostheader as that is the only use | Daniel Stenberg | |
for it. It saves one extra copy of the header. I also added comments for several functions in formdata.c | |||
2004-03-12 | more variable type fixing for the huge posts | Daniel Stenberg | |
2004-02-26 | Clear up int/long/size_t/ssize_t usage a bit | Daniel Stenberg | |
2004-01-22 | use the proper type for formposts, not the deprecated one | Daniel Stenberg | |
2004-01-07 | updated year in the copyright string | Daniel Stenberg | |
2003-01-16 | copyright year update in the source header | Daniel Stenberg | |
2002-09-03 | updated source code boilerplate/header | Daniel Stenberg | |
2002-06-12 | Chris Combes added CURLFORM_BUFFER, CURLFORM_BUFFERPTR, CURLFORM_BUFFERLENGTH | Daniel Stenberg | |
2002-04-15 | This makes formposting with a specified file missing fail. curl_easy_perform | Daniel Stenberg | |
will then return CURLE_READ_ERROR. | |||
2002-03-19 | copyright string (year) update | Daniel Stenberg | |
2002-03-11 | Added support for CURLFORM_FILENAME to set the filename field of a file | Daniel Stenberg | |
part. | |||
2001-12-14 | Marcus Webster's newly added CURLFORM_CONTENTHEADER | Daniel Stenberg | |
2001-08-28 | Georg Huettenegger's fixes and improvements to curl_formadd() | Daniel Stenberg | |
2001-08-21 | Georg Huettenegger's patch curl-7.8.1-pre5-patch-20010819 | Daniel Stenberg | |
2001-08-06 | Curl_FormFree renamed to Curl_formclean, as it turns out VMS for example | Daniel Stenberg | |
requires all global symbols to be *case insentively* unique! curl_formfree is a global function we shouldn't touch. | |||
2001-01-05 | Internal symbols that aren't static are now prefixed with 'Curl_' | Daniel Stenberg | |
2001-01-03 | dual-license fix | Daniel Stenberg | |
2000-06-20 | haxx.nu => haxx.se | Daniel Stenberg | |
2000-01-10 | syncing with local edit | Daniel Stenberg | |
1999-12-29 | Initial revision | Daniel Stenberg | |