| Commit message (Expand) | Author | Age | Files | Lines |
* | Paul Nolan fix to make libcurl build nicely on Windows CE | Daniel Stenberg | 2004-11-02 | 1 | -0/+2 |
* | Mohun Biswas found out that formposting a zero-byte file didn't work very | Daniel Stenberg | 2004-10-24 | 1 | -2/+6 |
* | if basename was found, check for a prototype and if none was found, provide | Daniel Stenberg | 2004-10-08 | 1 | -0/+5 |
* | removed tabs and trailing whitespace from source | Daniel Stenberg | 2004-10-06 | 1 | -15/+15 |
* | Only include libgen.h if we have a basename as well. | Daniel Stenberg | 2004-10-05 | 1 | -1/+1 |
* | let our basename() be static | Daniel Stenberg | 2004-10-05 | 1 | -1/+1 |
* | someone should hit me | Daniel Stenberg | 2004-10-01 | 1 | -1/+1 |
* | fixed the basename() replacement, reported by Gisle | Daniel Stenberg | 2004-10-01 | 1 | -3/+4 |
* | - Based on Fedor Karpelevitch's formpost path basename patch, file parts in | Daniel Stenberg | 2004-10-01 | 1 | -2/+77 |
* | Replaced all uses of sprintf() with the safer snprintf(). It is just a | Daniel Stenberg | 2004-06-24 | 1 | -1/+1 |
* | Source cleanups. The major one being that we now _always_ use a Curl_addrinfo | Daniel Stenberg | 2004-06-24 | 1 | -54/+0 |
* | Allow formposting of files larger than what fits in memory by not reading the | Daniel Stenberg | 2004-06-14 | 1 | -59/+114 |
* | provide curl_formfree() even when http is disabled, it does nothing then | Daniel Stenberg | 2004-06-13 | 1 | -0/+6 |
* | build again with disabled http | Daniel Stenberg | 2004-06-10 | 1 | -1/+1 |
* | when built with HTTP disabled, provide a curl_formadd() function anyway to | Daniel Stenberg | 2004-06-09 | 1 | -1/+11 |
* | deleted trailing whitespace | Daniel Stenberg | 2004-06-03 | 1 | -40/+40 |
* | mark a value as alloced when strdup()ed to prevent memory leaks | Daniel Stenberg | 2004-05-13 | 1 | -1/+3 |
* | improved cleaning up in case of memory allocation failures | Daniel Stenberg | 2004-05-12 | 1 | -14/+54 |
* | Left-over from before the return-code fix. This is probably the code that | Daniel Stenberg | 2004-05-12 | 1 | -1/+1 |
* | clear up memory on failure a little better | Daniel Stenberg | 2004-05-11 | 1 | -32/+42 |
* | Make this source code use our internal *printf(). | Daniel Stenberg | 2004-05-11 | 1 | -50/+50 |
* | James Bursa added better error checking for failer memory calls when | Daniel Stenberg | 2004-05-10 | 1 | -27/+102 |
* | count the formdata size using a 64bit size if avaialble | Daniel Stenberg | 2004-05-07 | 1 | -1/+1 |
* | removed more leftovers from the formparse function | Daniel Stenberg | 2004-05-04 | 1 | -32/+1 |
* | removed curl_formparse() from the library | Daniel Stenberg | 2004-05-04 | 1 | -227/+0 |
* | only a minor comment/format change | Daniel Stenberg | 2004-04-23 | 1 | -9/+8 |
* | Replaced Curl_FormReadOneLine with Curl_formpostheader as that is the only use | Daniel Stenberg | 2004-04-23 | 1 | -44/+54 |
* | 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 |