Age | Commit message (Expand) | Author |
2004-12-13 | Added handling of CURLINFO_SSL_ENGINES; | Gisle Vanem |
2004-12-13 | Handle new type CURLINFO_SLIST. | Gisle Vanem |
2004-12-13 | Added CURLcode CURLE_SSL_ENGINE_INITFAILED, | Gisle Vanem |
2004-12-13 | Fixed missing braces warning. | Gisle Vanem |
2004-12-13 | large file file:// resumes on windows | Daniel Stenberg |
2004-12-13 | Gisle's fix for resuming large file:// files on windows - slightly edited | Daniel Stenberg |
2004-12-13 | Dan Fandrich did minor corrections to his SSL cleanup patch | Daniel Stenberg |
2004-12-13 | Dan Fandrich added libcurl.pc.in to the dist | Daniel Stenberg |
2004-12-12 | when failing to verify a HTTP server, display what curl said on stderr to | Daniel Stenberg |
2004-12-12 | Missing 'in6addr_any' in MingW's lib. ld bug? | Gisle Vanem |
2004-12-11 | modified to use the current error code name, not the obsolete one | Daniel Stenberg |
2004-12-11 | undef more obsolete defines if CURL_NO_OLDIES is defined | Daniel Stenberg |
2004-12-11 | HTTP IPv6 support added to the test suite | Daniel Stenberg |
2004-12-11 | provide an error string when resuming fails - and use the proper error code, | Daniel Stenberg |
2004-12-11 | fixed error message | Daniel Stenberg |
2004-12-11 | Dan Fandrich: | Daniel Stenberg |
2004-12-11 | Dan F's initial pkg-config file (not installed yet) | Daniel Stenberg |
2004-12-11 | mention the maybe-missing initial zero in the vernum output | Daniel Stenberg |
2004-12-10 | Dan Fandrich: added some missing files. "I can't try them so they might still | Daniel Stenberg |
2004-12-10 | Dan Fandrich corrects spelling mistakes | Daniel Stenberg |
2004-12-10 | Dan Fandrich extended the cross compile section and corrected spelling errors | Daniel Stenberg |
2004-12-10 | untabified | Daniel Stenberg |
2004-12-10 | username and IPv6 numerical address URL parser fix | Daniel Stenberg |
2004-12-10 | David Byron's debug build fix | Daniel Stenberg |
2004-12-10 | move the port number extraction to after the extraction of user name/password, | Daniel Stenberg |
2004-12-10 | two new test cases for proxy-CONNECT with NTLM (one doing GET, one doing POST) | Daniel Stenberg |
2004-12-10 | don't try the rewind if no http struct is allocated yet | Daniel Stenberg |
2004-12-10 | configure and curl-config fixes | Daniel Stenberg |
2004-12-10 | Added two chapters: Custom Request Elements and Debug. | Daniel Stenberg |
2004-12-09 | ignore the getpart tool | Daniel Stenberg |
2004-12-09 | close the connection when a bad test number was requested | Daniel Stenberg |
2004-12-09 | Ton Voon provided a configure fix that should fix the notorious (mostly | Daniel Stenberg |
2004-12-09 | Bryan Henderson pointed out in bug report #1081788 that the curl-config | Daniel Stenberg |
2004-12-08 | update the version numbers in the libcurl.plist automaticly on release | Daniel Stenberg |
2004-12-08 | Matt Veenstra updated to 7.12.3. Starting now, we'll update the version number | Daniel Stenberg |
2004-12-08 | Matt Veenstra: | Daniel Stenberg |
2004-12-07 | Rene Bernhardt found and fixed a buffer overrun in the NTLM code, where | Daniel Stenberg |
2004-12-07 | minor updates | Daniel Stenberg |
2004-12-07 | NORECURSE clarification, minor formatting update | Daniel Stenberg |
2004-12-07 | CURLFTPSSL_ALL should make sure that the transfer fails if the data connection | Daniel Stenberg |
2004-12-06 | Fixed so that the final error message is sent to the verbose info "stream" | Daniel Stenberg |
2004-12-06 | Gisle Vanem's fix for better info messages when failing to connect using | Daniel Stenberg |
2004-12-06 | 'crypto_engine' not used. | Gisle Vanem |
2004-12-06 | Replace MINGW32 with built-in __MINGW32__. | Gisle Vanem |
2004-12-06 | HTTP PUT a to a FTP URL with username+password - over HTTP proxy | Daniel Stenberg |
2004-12-05 | Dan Fandrich added the --disable-cookies option to configure to build | Daniel Stenberg |
2004-12-05 | Richard Atterer fixed libcurl's way of dealing with the EPSV | Daniel Stenberg |
2004-12-03 | CURLOPT_FTPSSLAUTH was added in 7.12.2 | Daniel Stenberg |
2004-12-03 | credit where credit is due | Daniel Stenberg |
2004-12-03 | Bug report #1078066: when a chunked transfer was pre-maturely closed exactly | Daniel Stenberg |