aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
AgeCommit message (Collapse)Author
2003-11-24fixesDaniel Stenberg
2003-11-20three more fixesDaniel Stenberg
2003-11-17Maciej W. Rozycki's configure patchDaniel Stenberg
2003-11-15twoDaniel Stenberg
2003-11-13Peter Sylvester found a flaw in the connect code for ipv6-enabled hosts.Daniel Stenberg
I guess it seldomly happens on linux and that's why it wasn't found before. He used Solaris to notice it. I took the opportunity to rewrite the Curl_connecthost() slightly to feature less duplicate code in the two different versions (ipv4/ipv6).
2003-11-11Added CURLOPT_NETRC_FILE.Daniel Stenberg
2003-11-07things happen even during slow days! ;-)Daniel Stenberg
2003-11-06new defines for version infoDaniel Stenberg
2003-11-06thingsDaniel Stenberg
2003-11-04three changes went inDaniel Stenberg
2003-11-017.10.8!Daniel Stenberg
2003-10-31ftp goes UTCDaniel Stenberg
2003-10-31numerical options checkDaniel Stenberg
2003-10-30curl --head now reports info "headers" on file:// URLs as wellDaniel Stenberg
2003-10-29David Hull made the file: URL parser also accept the somewhat sloppy fileDaniel Stenberg
syntax: file:/path. I added test case 203 to verify this.
2003-10-28Another glibc resolve name fixDaniel Stenberg
2003-10-26James Bursa found an ERRORBUFFFER overflowDaniel Stenberg
2003-10-24HTTP resume fixDaniel Stenberg
2003-10-24solaris build improvementDaniel Stenberg
2003-10-24runtests -t introducedDaniel Stenberg
2003-10-24disable-eprt, fixed CA cert verficationDaniel Stenberg
2003-10-22we continue to improve thingsDaniel Stenberg
2003-10-21updated for mingw32Daniel Stenberg
2003-10-19better error output on SSL errors when receiving data - Georg Horn patchDaniel Stenberg
2003-10-187.10.8-pre4Daniel Stenberg
2003-10-17Dominick Meglio implemented CURLOPT_MAXFILESIZE and --max-filesize.Daniel Stenberg
2003-10-17verbose auth infoDaniel Stenberg
2003-10-16subjectAltName and passwd changesDaniel Stenberg
2003-10-15now libcurl runs better multi-threaded on windowsDaniel Stenberg
2003-10-14duphandle fixDaniel Stenberg
2003-10-14Gisle Vanem brought IPv6-support to curl on WindowsDaniel Stenberg
2003-10-13Giuseppe Attardi's ares+multi problem of 12-oct-2003Daniel Stenberg
2003-10-13debian bug report #212086Daniel Stenberg
2003-10-12Dirk modifide the share-locking for DNS lookupsDaniel Stenberg
2003-10-09resume fixDaniel Stenberg
2003-10-09sws fix, inet_pton fixDaniel Stenberg
2003-10-087.10.8-pre3 commitDaniel Stenberg
2003-10-08- Frank Ticheler provided a patch that fixes how libcurl connects to multipleDaniel Stenberg
addresses, if one of them fails (ipv4-code).
2003-10-07Neil Dunbar and subjectAltNamesDaniel Stenberg
2003-10-07http post fixDaniel Stenberg
2003-10-05builds better on BeOSDaniel Stenberg
2003-10-04curlx.c example addedDaniel Stenberg
2003-10-04- Vincent Bronner pointed out that if you set CURLOPT_COOKIE for a transferDaniel Stenberg
and then set it to NULL in a subsequent one, the previous cookie was still sent off!
2003-10-04Jon Turner fixDaniel Stenberg
2003-10-04fixed ares-resolves and ip-only namesDaniel Stenberg
2003-10-03proto fixDaniel Stenberg
2003-10-02James MacMillan's patch makes curl build on QNC 6.2.x.Daniel Stenberg
2003-09-22ip version selector, SPNEGO feature added to -V outputDaniel Stenberg
2003-09-217.10.8-pre2Daniel Stenberg
2003-09-21another segfault with multi+ares+non-existing hostnameDaniel Stenberg