Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-11-25 | a committed bugfix described | Daniel Stenberg | |
2003-11-25 | clarified Maciej W. Rozycki's fix | Daniel Stenberg | |
2003-11-24 | proper ftps:// support added | Daniel Stenberg | |
2003-11-24 | fixes | Daniel Stenberg | |
2003-11-20 | three more fixes | Daniel Stenberg | |
2003-11-17 | Maciej W. Rozycki's configure patch | Daniel Stenberg | |
2003-11-15 | two | Daniel Stenberg | |
2003-11-13 | Peter 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-11 | Added CURLOPT_NETRC_FILE. | Daniel Stenberg | |
2003-11-07 | things happen even during slow days! ;-) | Daniel Stenberg | |
2003-11-06 | new defines for version info | Daniel Stenberg | |
2003-11-06 | things | Daniel Stenberg | |
2003-11-04 | three changes went in | Daniel Stenberg | |
2003-11-01 | 7.10.8! | Daniel Stenberg | |
2003-10-31 | ftp goes UTC | Daniel Stenberg | |
2003-10-31 | numerical options check | Daniel Stenberg | |
2003-10-30 | curl --head now reports info "headers" on file:// URLs as well | Daniel Stenberg | |
2003-10-29 | David Hull made the file: URL parser also accept the somewhat sloppy file | Daniel Stenberg | |
syntax: file:/path. I added test case 203 to verify this. | |||
2003-10-28 | Another glibc resolve name fix | Daniel Stenberg | |
2003-10-26 | James Bursa found an ERRORBUFFFER overflow | Daniel Stenberg | |
2003-10-24 | HTTP resume fix | Daniel Stenberg | |
2003-10-24 | solaris build improvement | Daniel Stenberg | |
2003-10-24 | runtests -t introduced | Daniel Stenberg | |
2003-10-24 | disable-eprt, fixed CA cert verfication | Daniel Stenberg | |
2003-10-22 | we continue to improve things | Daniel Stenberg | |
2003-10-21 | updated for mingw32 | Daniel Stenberg | |
2003-10-19 | better error output on SSL errors when receiving data - Georg Horn patch | Daniel Stenberg | |
2003-10-18 | 7.10.8-pre4 | Daniel Stenberg | |
2003-10-17 | Dominick Meglio implemented CURLOPT_MAXFILESIZE and --max-filesize. | Daniel Stenberg | |
2003-10-17 | verbose auth info | Daniel Stenberg | |
2003-10-16 | subjectAltName and passwd changes | Daniel Stenberg | |
2003-10-15 | now libcurl runs better multi-threaded on windows | Daniel Stenberg | |
2003-10-14 | duphandle fix | Daniel Stenberg | |
2003-10-14 | Gisle Vanem brought IPv6-support to curl on Windows | Daniel Stenberg | |
2003-10-13 | Giuseppe Attardi's ares+multi problem of 12-oct-2003 | Daniel Stenberg | |
2003-10-13 | debian bug report #212086 | Daniel Stenberg | |
2003-10-12 | Dirk modifide the share-locking for DNS lookups | Daniel Stenberg | |
2003-10-09 | resume fix | Daniel Stenberg | |
2003-10-09 | sws fix, inet_pton fix | Daniel Stenberg | |
2003-10-08 | 7.10.8-pre3 commit | Daniel Stenberg | |
2003-10-08 | - Frank Ticheler provided a patch that fixes how libcurl connects to multiple | Daniel Stenberg | |
addresses, if one of them fails (ipv4-code). | |||
2003-10-07 | Neil Dunbar and subjectAltNames | Daniel Stenberg | |
2003-10-07 | http post fix | Daniel Stenberg | |
2003-10-05 | builds better on BeOS | Daniel Stenberg | |
2003-10-04 | curlx.c example added | Daniel Stenberg | |
2003-10-04 | - Vincent Bronner pointed out that if you set CURLOPT_COOKIE for a transfer | Daniel Stenberg | |
and then set it to NULL in a subsequent one, the previous cookie was still sent off! | |||
2003-10-04 | Jon Turner fix | Daniel Stenberg | |
2003-10-04 | fixed ares-resolves and ip-only names | Daniel Stenberg | |
2003-10-03 | proto fix | Daniel Stenberg | |
2003-10-02 | James MacMillan's patch makes curl build on QNC 6.2.x. | Daniel Stenberg | |