Age | Commit message (Expand) | Author |
2010-01-23 | adjust preprocessor symbol definition check relative to resolver specialty | Yang Tse |
2010-01-22 | alphabetically sort the list of supported protocols | Daniel Stenberg |
2010-01-21 | Chris Conroy brought support for RTSP transfers, and with it comes 8(!) new | Daniel Stenberg |
2009-12-12 | introducing IMAP, POP3 and SMTP support (still lots of polish left to do) | Daniel Stenberg |
2009-06-10 | Adjusted to take in account that... | Yang Tse |
2009-03-13 | - Use libssh2_version() to present the libssh2 version in case the libssh2 | Daniel Stenberg |
2008-08-26 | Use SIZEOF_OFF_T definition from config file | Yang Tse |
2008-08-21 | Get rid of ENABLE_64BIT symbol definition and usage. | Yang Tse |
2008-08-11 | s/SIZEOF_CURL_OFF_T/CURL_SIZEOF_CURL_OFF_T/g | Yang Tse |
2007-11-07 | if () => if() | Daniel Stenberg |
2007-08-24 | Remove leading space in curl_version_info ss_version field. | Patrick Monnerat |
2007-08-16 | added basic ldaps support; for now its ifdef'd with HAVE_LDAP_SSL unless we k... | Gunter Knauf |
2007-08-15 | Fix a potential buffer overflow bug in lib/version.c | Patrick Monnerat |
2006-11-24 | James Housley did lots of work and introduced SFTP downloads. | Daniel Stenberg |
2006-11-02 | James Housley brought support for SCP transfers | Daniel Stenberg |
2006-08-15 | Use '_LIBICONV_VERSION' instead of variable '_libiconv_version' | Gisle Vanem |
2006-08-04 | Added version info for iconv. | Gisle Vanem |
2006-04-19 | CURL_VERSION_CONV is returned by curl_version_info if libcurl has been built | Daniel Stenberg |
2006-01-16 | David Shaw finally removed all traces of Gopher and we are now officially | Daniel Stenberg |
2005-09-02 | John Kelly added TFTP support to libcurl. A bunch of new error codes was | Daniel Stenberg |
2005-04-07 | GnuTLS support added. There's now a "generic" SSL layer that we use all over | 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 |
2004-12-20 | Make some more arrays of pointers const. | Dan Fandrich |
2004-06-24 | to prevent compier warnings, we only declare len if we have code | Daniel Stenberg |
2004-06-24 | Replaced all uses of sprintf() with the safer snprintf(). It is just a | Daniel Stenberg |
2004-05-24 | Simon Josefsson added a idn_free() function in libidn 0.4.5 as a reaction to | Daniel Stenberg |
2004-05-06 | removed the unused 'len' variable, made use of the ptr pointer even if no | Daniel Stenberg |
2004-05-06 | typecast the unsigned long to plain long to prevent compiler warnings | Daniel Stenberg |
2004-04-26 | added libidn awareness | Daniel Stenberg |
2004-03-08 | we must not only support long long for Largefile to work, we must have | Daniel Stenberg |
2004-03-01 | set CURL_VERSION_LARGEFILE if we support large files | Daniel Stenberg |
2004-02-05 | prevent warning from that picky MIPSpro compiler | Daniel Stenberg |
2004-02-03 | added the missing ares numerical version initialiser | Daniel Stenberg |
2004-02-02 | now provides c-ares version info in both version calls | Daniel Stenberg |
2004-01-07 | updated year in the copyright string | Daniel Stenberg |
2003-12-02 | use the HAVE_KRB4 define instead of just KRB4 | Daniel Stenberg |
2003-09-19 | Markus Moeller's SPNEGO patch applied, with my edits, additions and minor | Daniel Stenberg |
2003-08-29 | typecase to please the compiler gods | Daniel Stenberg |
2003-08-11 | Set the CURL_VERSION_ASYNCHDNS bit if USE_ARES is defined. | Daniel Stenberg |
2003-06-26 | include GSS in the debug string if available, support a few new flag | Daniel Stenberg |
2003-01-29 | removed the local variables for emacs and vim, use the new sample.emacs | Daniel Stenberg |
2003-01-16 | copyright year update in the source header | Daniel Stenberg |
2002-09-30 | get an argument and add a 'age' field to the struct | Daniel Stenberg |
2002-09-26 | enhanced curl_version_info | Daniel Stenberg |
2002-09-25 | extended curl_version_info() with more info on related sub-libraries | Daniel Stenberg |
2002-09-25 | Wez Furlong's curl_version_info() function added, still needs some | Daniel Stenberg |
2002-09-03 | updated source code boilerplate/header | Daniel Stenberg |
2002-09-02 | adjusted to more HTTP-strict version strings and to offer LIBZ info | Daniel Stenberg |
2002-03-19 | copyright string (year) update | Daniel Stenberg |