Age | Commit message (Expand) | Author |
2004-02-20 | we call the macro CURLMAX() isntead of MAX(), just because it turned up | Daniel Stenberg |
2004-02-18 | removed some "jhrg" from comments | Daniel Stenberg |
2004-02-15 | CURLcode/int cleanup to reduce IRIX warnings | Daniel Stenberg |
2004-02-13 | Greg Hewgill found out 'contentlength' wasn't big enough to hold a large file! | Daniel Stenberg |
2004-02-06 | The MIPSPro compiler complains on constructs such as "(void)foo;" so | Daniel Stenberg |
2004-02-02 | set the 'retry' bit to TRUE when the connection is about to be retried, | Daniel Stenberg |
2004-01-30 | make sure the connection is closed when it was detected reset! | Daniel Stenberg |
2004-01-30 | Somewhat crude attempt at fixing the test 91 failures. I commit this now | Daniel Stenberg |
2004-01-28 | Chunked-transfers should have an additional CRLF after the final 0 CRLF | Daniel Stenberg |
2004-01-22 | use curl_off_t instead of off_t! | Daniel Stenberg |
2004-01-21 | use the proper timecond defines, not the obsolete ones! | Daniel Stenberg |
2004-01-07 | updated year in the copyright string | Daniel Stenberg |
2004-01-05 | David J Meyer's large file support. | Daniel Stenberg |
2003-12-18 | redirect from a bad url such as "www.com?moo=foo" to an absolute path didn't | Daniel Stenberg |
2003-12-10 | assert that we get a good index to Curl_transfer() | Daniel Stenberg |
2003-12-03 | Ignore content-length when chunked transfer-encoding is transfered. | Daniel Stenberg |
2003-12-02 | fix compiler warnings | Daniel Stenberg |
2003-12-02 | If HAVE_MSG_NOSIGNAL is set, we use MSG_NOSIGNAL when we call send() and | Daniel Stenberg |
2003-11-24 | FTPS support added as RFC2228 and the murray-ftp-auth-ssl draft describe it | Daniel Stenberg |
2003-11-20 | combine the two identical cases | Daniel Stenberg |
2003-11-06 | unitialized variable fix, reported by both Marty Kuhrt and benjamin gerard | Daniel Stenberg |
2003-10-24 | Resuming a download of an already downloaded document, that is trying to get | Daniel Stenberg |
2003-10-22 | Do the auth stuff at the end-of-headers and not at the start-of-body, as | Daniel Stenberg |
2003-10-18 | fixed gcc -Wshadow warnings | Daniel Stenberg |
2003-10-17 | Dominick Meglio implemented CURLOPT_MAXFILESIZE and --max-filesize. | Daniel Stenberg |
2003-10-16 | password promting support removed from libcurl | Daniel Stenberg |
2003-10-14 | Gisle Vanem's IPv6-on-Windows patch applied! | Daniel Stenberg |
2003-09-03 | Re-arranged code to make the proxy-CONNECT loop able to do some of the | Daniel Stenberg |
2003-08-29 | typecast to prevent compiler warning | Daniel Stenberg |
2003-08-20 | transfer fix for multi interface | Daniel Stenberg |
2003-08-14 | Curl_SSL_InitSessions can return error, so check the return code and bail | Daniel Stenberg |
2003-08-11 | Serge Semashko added CURLOPT_PROXYAUTH support, and now NTLM for proxies | Daniel Stenberg |
2003-08-11 | the new cookie functions that require 'data' passed in | Daniel Stenberg |
2003-08-06 | include "share.h" for the cookie sharing | Daniel Stenberg |
2003-08-05 | ares awareness/usage/support added. If configure --enable-ares is used, we | Daniel Stenberg |
2003-08-04 | Dirk Manske's patch that introduces cookie support to the share interface. | Daniel Stenberg |
2003-07-25 | Removed #include <sys/resource.h>, as pointed out by Henry Bland we don't | Daniel Stenberg |
2003-07-22 | The NTLM functions now take a 'proxy' argument as well. | Daniel Stenberg |
2003-07-15 | Fix to the endless loop of bad Basic authentication as reported in Cris | Daniel Stenberg |
2003-07-04 | Peter Sylvester's patch was applied that introduces the following: | Daniel Stenberg |
2003-06-26 | Adjusted to work properly with the new authentication stuff | Daniel Stenberg |
2003-06-12 | modified | Daniel Stenberg |
2003-06-12 | corrected a comment | Daniel Stenberg |
2003-06-12 | CURLHTTP* renamed to CURLAUTH* and NEGOTIATE is now GSSNEGOTIATE as there's | Daniel Stenberg |
2003-06-11 | fixing details for NTLM | Daniel Stenberg |
2003-06-11 | when we get the auth headers, we still need to read out the full body response | 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-02 | Make the Content-Length info override the Connection: close header, so that | Daniel Stenberg |
2003-06-02 | make a more descriptive error message when CURLE_HTTP_RETURNED_ERROR is | Daniel Stenberg |