Age | Commit message (Expand) | Author |
2005-04-10 | HTTP 304 response with Content-Length: header | Daniel Stenberg |
2005-04-07 | GnuTLS! | Daniel Stenberg |
2005-04-05 | the smell of release | Daniel Stenberg |
2005-04-04 | win resolve crash, win makefile fix | Daniel Stenberg |
2005-04-03 | Hardeep Singh reported a problem doing HTTP POST with Digest. (It was actually | Daniel Stenberg |
2005-03-30 | fix configure's SSL-detection for msys/mingw (from Andres Garcia) | Daniel Stenberg |
2005-03-29 | Better connection keep-alive when POSTing with HTTP Digest or Negotiate. | Daniel Stenberg |
2005-03-29 | proxy multi auth fix, --proxy-anyauth, ftp-ssl and ftp response reading fix | Daniel Stenberg |
2005-03-22 | moved out the changes from 2004 to CHANGES.2004 | Daniel Stenberg |
2005-03-16 | more | Daniel Stenberg |
2005-03-16 | - Tru64 and some IRIX boxes seem to not like test 237 as it is. Their | Daniel Stenberg |
2005-03-15 | new options to testcurl.pl, fixed curl-config and removed compiler warnings | Daniel Stenberg |
2005-03-14 | configure --enable-sspi | Daniel Stenberg |
2005-03-12 | --form-string | Daniel Stenberg |
2005-03-11 | curl_version_info() returns the feature bit CURL_VERSION_SSPI | Daniel Stenberg |
2005-03-10 | Christopher R. Palmer made it possible to build libcurl with the | Daniel Stenberg |
2005-03-09 | configure, socks, debug, getdate | Daniel Stenberg |
2005-03-08 | Dominick Meglio reported that using CURLOPT_FILETIME when transferring a FTP | Daniel Stenberg |
2005-03-07 | valgrind.pm fixed | Daniel Stenberg |
2005-03-04 | Added test case 235 that makes a resumed upload of a file that isn't present | Daniel Stenberg |
2005-03-04 | stand clear for release time | Daniel Stenberg |
2005-03-04 | Dave Dribin made it possible to set CURLOPT_COOKIEFILE to "" to activate | Daniel Stenberg |
2005-03-04 | Rene Rebe fixed a -# crash when more data than expected was retrieved. | Daniel Stenberg |
2005-03-03 | mention buffer overflows fixed | Daniel Stenberg |
2005-02-18 | Ralph Mitchell reported a flaw when you used a proxy with auth, and you | Daniel Stenberg |
2005-02-18 | socket leak, mingw build | Daniel Stenberg |
2005-02-16 | Christopher R. Palmer reported a problem with HTTP-POSTing using "anyauth" | Daniel Stenberg |
2005-02-11 | Removed all uses of strftime() since it uses the localised version of the | Daniel Stenberg |
2005-02-10 | valgrind stuff for test suite, vms build and more | Daniel Stenberg |
2005-02-09 | David Byron fixed his SSL problems, initially mentioned here: | Daniel Stenberg |
2005-02-09 | the new ftp code and Gisle's DICT fix | Daniel Stenberg |
2005-02-08 | inflate and out of memory fixes | Daniel Stenberg |
2005-02-04 | Eric Vergnaud found a use of an uninitialized variable | Daniel Stenberg |
2005-02-01 | 7.13 coming up | Daniel Stenberg |
2005-01-30 | four changes | Daniel Stenberg |
2005-01-29 | Using the multi interface, and doing a requsted a re-used connection that | Daniel Stenberg |
2005-01-29 | conn->ip_addr MUST NOT be used on re-used connections | Daniel Stenberg |
2005-01-29 | multi interface: when a request is denied due to "Maximum redirects followed" | Daniel Stenberg |
2005-01-28 | Connect failures with the multi interface was often returned as "connect() | Daniel Stenberg |
2005-01-28 | KNOWN_BUGS #17 fixed. A DNS cache entry may not remain locked between two | Daniel Stenberg |
2005-01-28 | Stephen More pointed out that CURLOPT_FTPPORT and the -P option didn't work | Daniel Stenberg |
2005-01-25 | Ian Ford asked about support for the FTP command ACCT, and I discovered it is | Daniel Stenberg |
2005-01-25 | David Shaw contributed a fairly complete and detailed autoconf macro you can | Daniel Stenberg |
2005-01-21 | FTP third transfer support overhaul. See CHANGES for details. | Daniel Stenberg |
2005-01-20 | Philippe Hameau found out that -Q "+[command]" didn't work, although some code | Daniel Stenberg |
2005-01-19 | Stephan Bergmann made libcurl return CURLE_URL_MALFORMAT if an FTP URL | Daniel Stenberg |
2005-01-19 | Stephan Bergmann pointed out two flaws in libcurl built with HTTP disabled: | Daniel Stenberg |
2005-01-18 | Cody Jones' enhanced version of Samuel Díaz García's MSVC makefile patch. | Daniel Stenberg |
2005-01-16 | Alex aka WindEagle pointed out that when doing "curl -v dictionary.com", curl | Daniel Stenberg |
2005-01-13 | Inspired by Martijn Koster's patch and example source at | Daniel Stenberg |