Age | Commit message (Expand) | Author |
2003-06-26 | major adjustments to the new authentication support | Daniel Stenberg |
2003-06-12 | CURLHTTP* renamed to CURLAUTH* and NEGOTIATE is now GSSNEGOTIATE as there's | Daniel Stenberg |
2003-06-11 | Initial take at NTLM authentication. It doesn't really work at this point | Daniel Stenberg |
2003-06-10 | Daniel Kouril's patch that adds HTTP negotiation support to libcurl was | Daniel Stenberg |
2003-06-06 | When doing very big GET requests over HTTPS, we need to add some extra | Daniel Stenberg |
2003-05-28 | Posting static data using POST and chunked encoded now also appends the | Daniel Stenberg |
2003-05-27 | Rudy Koento experienced problems with curl's recent habit of POSTing data in | Daniel Stenberg |
2003-05-27 | Another socks5-fix. Make sure that when we use a socks-proxy, it is not the | Daniel Stenberg |
2003-05-22 | warning-free is better | Daniel Stenberg |
2003-05-22 | Better Digest stuff | Daniel Stenberg |
2003-05-22 | Initial Digest support. At least partly working. | Daniel Stenberg |
2003-05-12 | incoming proxy headers shall be sent to the debug function has HEADERs not | Daniel Stenberg |
2003-05-02 | If there is a custom Host: header specified, we use that host name to | Daniel Stenberg |
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 |