aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-01-04just narrowed some text to fit within 80 colsDaniel Stenberg
2005-01-04Removed _WIN32_WINNT to support IPv6 under Win-2K.Gisle Vanem
2005-01-03Marty Kuhrt's VMS updateDaniel Stenberg
2005-01-02reverted the bad naming of the implib namesDaniel Stenberg
2005-01-02Alex Neblett's minor updateDaniel Stenberg
2004-12-26nah, don't use the system's getpass() function since it too often is limitedDaniel Stenberg
to 8(!) or similar lengths passwords
2004-12-25issue 54 - this takes sweatDaniel Stenberg
2004-12-25Test case 241 fails on all systems that support IPv6 but that don't have theDaniel Stenberg
host name 'ip6-localhost' in /etc/hosts (or similar) since the test case uses that host name to test the IPv6 name to address resolver.
2004-12-25--protocols, license, src/config.h.inDaniel Stenberg
2004-12-25./src/config.h.in is now removed from CVS. It is copied from theDaniel Stenberg
lib/config.h.in file by buildconf
2004-12-25My reimplementation and cleanup of the getpass source code. We officially noDaniel Stenberg
longer use Angus Mackay's getpass code due to the weirdo license his code was donated to us under.
2004-12-24mention the new --protocolsDaniel Stenberg
2004-12-24David Shaw added --protocols, and thus the --feature no longer mentions whatDaniel Stenberg
protocols that are disabled.
2004-12-23Added LDAP library issue.Dan Fandrich
2004-12-23recent changesDaniel Stenberg
and Merry Christmas!
2004-12-23David Shaw fixed the disable variables so that curl-config --feature worksDaniel Stenberg
correctly!
2004-12-22issue 47 in next release?Daniel Stenberg
2004-12-22Rune Kleveland fixed a minor memory leak for received cookies with the (rare)Daniel Stenberg
version attribute set.
2004-12-22Marcin Konicki provided two configure fixes and a source fix to make curlDaniel Stenberg
build out-of-the-box on BeOS.
2004-12-22C ensures that static variables are initialized to 0Dan Fandrich
2004-12-22added CURLINFO_HTTP_CONNECTCODEDaniel Stenberg
2004-12-22uh, fixed!Daniel Stenberg
2004-12-22Added: 4 protocols we _could_ support and the CONNECT HTTP/1.0 detail we mightDaniel Stenberg
fix one day.
2004-12-21more about error codesDaniel Stenberg
2004-12-21test enforced chunked encoding with PUT on a local fileDaniel Stenberg
2004-12-21Added test case 217 that verified CURLINFO_HTTP_CONNECTCODE, and I made theDaniel Stenberg
-w option support 'http_connect' to make it easier to verify!
2004-12-21oops, variables first then codeDaniel Stenberg
2004-12-21Prevent failf() from using the va_list variable more than once.Daniel Stenberg
See bug report #1088962 and Single Unix Specification: http://www.opengroup.org/onlinepubs/007908799/xsh/vfprintf.html
2004-12-21mention how the FTP code should be fixed one dayDaniel Stenberg
2004-12-21include sys/types.h before sys/select.hDaniel Stenberg
2004-12-21set debug curl too when -c is usedDaniel Stenberg
2004-12-21How do I list the root dir of an FTP server?Daniel Stenberg
2004-12-20Fixed a compile warning introduced by making the protocol table const. ThisDan Fandrich
involves a binary-compatible change to the API struct curl_version_info_data
2004-12-20Make some more arrays of pointers const.Dan Fandrich
2004-12-20gcc 2.7 can't handle a few warning options that gcc 2.95 can.Dan Fandrich
2004-12-20start working on 7.12.4Daniel Stenberg
2004-12-20and we start all over againDaniel Stenberg
2004-12-207.12.3Daniel Stenberg
2004-12-19OpenSSL updates; get CA_BUNDLE from env. Assume noGisle Vanem
Kerberos, have <pkcs12.h>, <engine.h> and built-in engines.
2004-12-19Remove 'data' initialiser.Gisle Vanem
2004-12-19clarified a few changesDaniel Stenberg
2004-12-19fixed the solaris pkcs12 build problemDaniel Stenberg
2004-12-19if the pkcs12.h header exists, include it already in urldata.h to work aroundDaniel Stenberg
a precedence problem with the zlib header. See CHANGES for details.
2004-12-19check for openssl/pkcs12.hDaniel Stenberg
2004-12-18Samuel Listopad added support for PKCS12 formatted certificates.Daniel Stenberg
2004-12-18Samuel Listopad fixed -E to support "C:/path" (with forward slash) as well.Daniel Stenberg
2004-12-18mention the new cookie api plansDaniel Stenberg
2004-12-18Jean-Marc Ranger pointed out that the returned data doesn't survive a callDaniel Stenberg
to curl_multi_remove_handle() either.
2004-12-17Renamed a variable to avoid conflict with a C++ reserved word.Dan Fandrich
2004-12-17Watcom has strtoll().Gisle Vanem