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