Age | Commit message (Expand) | Author |
2002-11-07 | Bug report #634625 identified how curl returned timeout immediately when | Daniel Stenberg |
2002-11-05 | ipv4-fixes for the new Curl_dns_entry struct and Curl_resolv() proto | Daniel Stenberg |
2002-11-05 | Curl_resolv() now returns a different struct, and it contains a reference | Daniel Stenberg |
2002-10-28 | kromJx@crosswinds.net's fix that now uses checkprefix() instead of | Daniel Stenberg |
2002-10-28 | prevent compiler warnings | Daniel Stenberg |
2002-10-17 | Make the COOKIESESSION work better by creating a list of cookie files files | Daniel Stenberg |
2002-10-10 | Jeff Lawson fixed a few problems with connection re-use that remained when | Daniel Stenberg |
2002-09-27 | Allow a "" proxy explicitly set dont-use-proxy, i.e don't even check the | Daniel Stenberg |
2002-09-25 | Andrés García found out that Curl_protocol_connect() could return an | Daniel Stenberg |
2002-09-25 | Wez Furlong's curl_version_info() function added, still needs some | Daniel Stenberg |
2002-09-11 | Lukasz Czekierda correctly pointed out that curl used a bad Host: header | Daniel Stenberg |
2002-09-09 | minor indent change | 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 | CURLE_SSL_INSECURE is removed again and so is CURLOPT_SSL_INSECURE, we | Daniel Stenberg |
2002-08-30 | SOCKS5 support added (contributed by a still unnamed person). Not properly | Daniel Stenberg |
2002-08-26 | SSL_INSECURE support and usage added | Daniel Stenberg |
2002-08-26 | Andrew Francis removed the need for/use of MSVC pragmas | Daniel Stenberg |
2002-08-13 | Sterling Hughes brings the share interface | Daniel Stenberg |
2002-08-12 | Initial fix to make the multi interface return control while waiting for | Daniel Stenberg |
2002-08-08 | Markus F.X.J. Oberhumer's CURLOPT_NOSIGNAL patch | Daniel Stenberg |
2002-08-05 | re-added the RFC2732-parser that was lost for some reason during the flow | Daniel Stenberg |
2002-07-29 | Removed checks for if set.fpasswd is NULL, as we prevent users from setting | Daniel Stenberg |
2002-06-15 | CURLOPT_BUFFERSIZE allows an application to set a prefered buffer size | Daniel Stenberg |
2002-06-14 | - Yarram Sunil found out that the SocketIsDead() function performed a lot | Daniel Stenberg |
2002-06-11 | put #ifdefs around the sigjmp_buf declaration too, as it should be | Daniel Stenberg |
2002-06-11 | corrected the signal handler | Daniel Stenberg |
2002-06-11 | Now uses sigsetjmp() and siglongjmp() to bail out from slow name lookups in | Daniel Stenberg |
2002-06-11 | removed accidentally added debug-code! | Daniel Stenberg |
2002-06-11 | added disable-[protocol] support, largely provided by Miklos Nemeth | Daniel Stenberg |
2002-05-28 | Cris Bailiff's CAPATH support added | Daniel Stenberg |
2002-05-21 | When re-using a connection, make sure that we use the current host name as | Daniel Stenberg |
2002-05-21 | James Cone's efforts to add another netrc parsing "mode" | Daniel Stenberg |
2002-05-07 | support for ingoring session cookies added | Daniel Stenberg |
2002-05-06 | the code for case CURLOPT_DEBUGDATA code broke the CURLOPT_STDERR one! | Daniel Stenberg |
2002-04-25 | prevent persistant connections to do name resolves | Daniel Stenberg |
2002-04-25 | In order to not get problems with DNS cache pruning, we no longer store | Daniel Stenberg |
2002-04-23 | removed warning about signed/unsigned comparison | Daniel Stenberg |
2002-04-23 | fixes bug report #547484, no_proxy doesn't properly strip off port numbers | Daniel Stenberg |
2002-04-12 | store TIMER_CONNECT even if the connect failed | Daniel Stenberg |
2002-04-12 | corrected the verbose output for connects and fixed the connect time stamp | Daniel Stenberg |
2002-04-12 | Jean-Philippe Barrette-LaPierre provided his patch that introduces | Daniel Stenberg |
2002-04-10 | default proxy port set, as reported by Sebastien Willemijns | Daniel Stenberg |
2002-04-10 | error code cleanup, use the new SEND/RECV errors | Daniel Stenberg |
2002-04-04 | T. Bharath pointed out the flaw in ConnectionExists() for how we didn't | Daniel Stenberg |
2002-03-19 | copyright string (year) update | Daniel Stenberg |
2002-03-14 | CURLOPT_POST deserved a new comment with the new POST-by-callback support | Daniel Stenberg |
2002-03-13 | Setting CURLOPT_PASSWDFUNCTION to NULL now restores the internal function. | Daniel Stenberg |
2002-03-08 | Jean-Philippe Barrette-LaPierre fixed the CURLOPT_PASSWDFUNCTION to make | Daniel Stenberg |
2002-02-28 | Wesley Laxton's CURLOPT_PREQUOTE work | Daniel Stenberg |