Age | Commit message (Expand) | Author |
2003-04-30 | if there's a cookiehost allocated, free that too | Daniel Stenberg |
2003-04-11 | ah, move the zero byte too or havoc will occur | Daniel Stenberg |
2003-04-11 | support ? as separator instead of / even if not protocol was given | Daniel Stenberg |
2003-04-11 | show a verbose warning message in case cookie-saving fails, after | Daniel Stenberg |
2003-04-10 | Vlad Krupin's URL parsing patch to fix the URL parsing when the URL has no | Daniel Stenberg |
2003-03-31 | move the ssl config clone call to before the connectionexists call and then | Daniel Stenberg |
2003-03-31 | Fixup after talks with Richard Bramante. We should now make better | Daniel Stenberg |
2003-03-31 | Guillaume Cottenceau's patch that adds CURLOPT_UNRESTRICTED_AUTH that | Daniel Stenberg |
2003-03-31 | Frankie Fong filed bug report #708708 which identified a problem with | Daniel Stenberg |
2003-03-25 | white space and indent fix | Daniel Stenberg |
2003-03-24 | Richard Bramante's provided a fix for a handle re-use problem seen when you | Daniel Stenberg |
2003-03-21 | Hopefully this change addresses these two bug reports: 707003 and 706624. | Daniel Stenberg |
2003-03-11 | Use ssize_t instead of 'int' to make the 64 bit sparc compiler happier. | Daniel Stenberg |
2003-02-28 | include the engine stuff | Daniel Stenberg |
2003-02-24 | Kjetil Jacobsen found out that setting CURLOPT_MAXCONNECTS to a value higher | Daniel Stenberg |
2003-02-04 | added the sharing of DNS cache | Jean-Philippe Barette-LaPierre |
2003-01-29 | removed the local variables for emacs and vim, use the new sample.emacs | Daniel Stenberg |
2003-01-20 | Markus F.X.J. Oberhumer's patch that reduces memory usage quite a bit by | Daniel Stenberg |
2003-01-20 | given passwords in netrc must be respected accordingly | Daniel Stenberg |
2003-01-16 | copyright year update in the source header | Daniel Stenberg |
2003-01-15 | removed a TAB | Daniel Stenberg |
2003-01-10 | Steve Oliphant pointed out that test case 105 did not work anymore and this | Daniel Stenberg |
2003-01-09 | if userpwd is "username:", this now implies a blank password while only | Daniel Stenberg |
2003-01-08 | updated to use the modified share-types | Daniel Stenberg |
2003-01-07 | Simon Liu's HTTP200ALIASES-patch! | Daniel Stenberg |
2002-12-13 | conn->bits.tcpconnect now keeps track of if this connection is connected | Daniel Stenberg |
2002-12-09 | The fread() callback pointer and associated pointer is now stored in the | Daniel Stenberg |
2002-11-22 | bug fix for the problem Juan Ignacio Herv�s discovered today | Daniel Stenberg |
2002-11-20 | Kjetil Jacobsen's patch that introduces CURLOPT_PRIVATE and CURLINFO_PRIVATE | Daniel Stenberg |
2002-11-11 | moved the bools in the connectdata struct into the substruct named | Daniel Stenberg |
2002-11-11 | The test for DNS cache entries left locked is now only built if | Daniel Stenberg |
2002-11-11 | unlock dns cache entries with a function call instead of a variable fiddle | Daniel Stenberg |
2002-11-11 | Now supports "Transfer-Encoding: chunked" for HTTP PUT operations where the | Daniel Stenberg |
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 |