| Commit message (Expand) | Author | Age | Files | Lines |
* | Guillaume Cottenceau's patch that adds CURLOPT_UNRESTRICTED_AUTH that | Daniel Stenberg | 2003-03-31 | 1 | -1/+2 |
* | Juan F. Codagnone pointed out a missing thing from the march 2 fix | Daniel Stenberg | 2003-03-16 | 1 | -1/+2 |
* | Added typecast to please the MSVC compiler. | Daniel Stenberg | 2003-03-03 | 1 | -1/+1 |
* | Init postdata properly before issuing a request, so that there isn't any | Daniel Stenberg | 2003-03-02 | 1 | -0/+2 |
* | Fixes to bring back the the "Expect: 100-continue" functionality. If the | Daniel Stenberg | 2003-02-24 | 1 | -1/+1 |
* | removed the local variables for emacs and vim, use the new sample.emacs | Daniel Stenberg | 2003-01-29 | 1 | -9/+0 |
* | copyright year update in the source header | Daniel Stenberg | 2003-01-16 | 1 | -1/+1 |
* | The initial HTTP request can now be sent in multiple parts, as part of the | Daniel Stenberg | 2002-12-10 | 1 | -39/+102 |
* | A normal POST now provides data to the main transfer loop via the usual | Daniel Stenberg | 2002-12-09 | 1 | -15/+43 |
* | The fread() callback pointer and associated pointer is now stored in the | Daniel Stenberg | 2002-12-09 | 1 | -18/+18 |
* | only use Content-Length: header if not transfering data chunked | Daniel Stenberg | 2002-12-01 | 1 | -15/+28 |
* | Moved the compareheader function into this file and added Curl_ prefix | Daniel Stenberg | 2002-11-28 | 1 | -8/+75 |
* | Dan Becker fixed a minor memory leak on persistent connnections using | Daniel Stenberg | 2002-11-26 | 1 | -0/+4 |
* | moved the bools in the connectdata struct into the substruct named | Daniel Stenberg | 2002-11-11 | 1 | -1/+1 |
* | Now supports "Transfer-Encoding: chunked" for HTTP PUT operations where the | Daniel Stenberg | 2002-11-11 | 1 | -2/+13 |
* | Jeff Lawson fixed a few problems with connection re-use that remained when | Daniel Stenberg | 2002-10-10 | 1 | -2/+2 |
* | make sure we free rangeline before we re-assign it to a new allocated | Daniel Stenberg | 2002-09-25 | 1 | -0/+3 |
* | removed use of extra unneeded variable | Daniel Stenberg | 2002-09-23 | 1 | -6/+3 |
* | better deal with HTTP(S) servers that respond with no headers at all, test | Daniel Stenberg | 2002-09-13 | 1 | -2/+4 |
* | Lukasz Czekierda correctly pointed out that curl used a bad Host: header | Daniel Stenberg | 2002-09-11 | 1 | -2/+11 |
* | updated source code boilerplate/header | Daniel Stenberg | 2002-09-03 | 1 | -7/+7 |
* | James Gallagher's Content-Encoding work | Daniel Stenberg | 2002-09-02 | 1 | -0/+3 |
* | SOCKS5 support added (contributed by a still unnamed person). Not properly | Daniel Stenberg | 2002-08-30 | 1 | -1/+1 |
* | Andrew Francis removed the need for/use of MSVC pragmas | Daniel Stenberg | 2002-08-26 | 1 | -1/+1 |
* | added disable-[protocol] support, largely provided by Miklos Nemeth | Daniel Stenberg | 2002-06-11 | 1 | -0/+2 |
* | make sure data->set.postfields is non-NULL before doing strlen() on the | Daniel Stenberg | 2002-06-11 | 1 | -2/+3 |
* | T. Bharath made the request size add up as it is documented to do. | Daniel Stenberg | 2002-06-03 | 1 | -1/+1 |
* | renamed the TIMECOND defines to be CURL_ prefixed | Daniel Stenberg | 2002-04-22 | 1 | -3/+3 |
* | This makes formposting with a specified file missing fail. curl_easy_perform | Daniel Stenberg | 2002-04-15 | 1 | -1/+7 |
* | the HTTP request is a CURLINFO_HEADER_OUT | Daniel Stenberg | 2002-04-12 | 1 | -1/+1 |
* | Jean-Philippe Barrette-LaPierre provided his patch that introduces | Daniel Stenberg | 2002-04-12 | 1 | -11/+6 |
* | error code cleanup, use the new SEND/RECV errors | Daniel Stenberg | 2002-04-10 | 1 | -2/+2 |
* | copyright string (year) update | Daniel Stenberg | 2002-03-19 | 1 | -1/+1 |
* | if CURLOPT_POSTFIELDS isn't set, but CURLOPT_POST is, we will assume that | Daniel Stenberg | 2002-03-14 | 1 | -43/+45 |
* | Philip Gladstone's size problem in add_buffer_send() | Daniel Stenberg | 2002-02-18 | 1 | -1/+1 |
* | corrected the Expect: ignore, made Content-Type: possible to skip | Daniel Stenberg | 2002-02-17 | 1 | -6/+13 |
* | don't add 2 to the post size, that was a previous mistake because there | Daniel Stenberg | 2002-02-07 | 1 | -1/+1 |
* | append a CRLF pair after the content-type line | Daniel Stenberg | 2002-01-29 | 1 | -0/+3 |
* | no longer add CRLF _after_ POST data, it should not be needed. Pedro Neves | Daniel Stenberg | 2002-01-27 | 1 | -2/+1 |
* | Somewhat ugly fix to deal with non-blocking sockets. We just loop and try | Daniel Stenberg | 2002-01-16 | 1 | -4/+24 |
* | Curl_read() now returns a negative return code if EWOULDBLOCK or similar | Daniel Stenberg | 2002-01-14 | 1 | -2/+7 |
* | failf() calls should not have newlines in the message string! | Daniel Stenberg | 2001-12-11 | 1 | -5/+5 |
* | corrected the comment above gmtime_r | Daniel Stenberg | 2001-12-07 | 1 | -2/+0 |
* | added gmtime_r check | Daniel Stenberg | 2001-12-07 | 1 | -1/+1 |
* | Klevtsov Vadim's time condition fix | Daniel Stenberg | 2001-11-16 | 1 | -1/+1 |
* | my proxytunnel fix accidentally ruined the normal https connects | Daniel Stenberg | 2001-11-13 | 1 | -7/+7 |
* | made CURLOPT_HTTPPROXYTUNNEL work for plain HTTP as well | Daniel Stenberg | 2001-11-12 | 1 | -12/+17 |
* | new Curl_ConnectHTTPProxyTunnel() function, needs a **lot** of testing!!! | Daniel Stenberg | 2001-11-12 | 1 | -33/+113 |
* | Added better checking of return codes when we send data to sockets/connections | Daniel Stenberg | 2001-10-31 | 1 | -33/+51 |
* | now counts header size return from server and if nothing is returned from a | Daniel Stenberg | 2001-10-19 | 1 | -0/+7 |