Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
Improve HAVE_LONGLONG symbol description. | |||
2008-08-11 | s/SIZEOF_CURL_OFF_T/CURL_SIZEOF_CURL_OFF_T/g | Yang Tse | |
2007-11-07 | if () => if() | Daniel Stenberg | |
while () => while() and some other minor re-indentings | |||
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 ↵ | Gunter Knauf | |
know its fully working, and available with all LDAP SDKs. Win32 requires to have the trusted CA in local keystore - I've not found yet a way to disable the cert check. | |||
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 | |
to support older iconv versions. | |||
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 | |
to allow/support character conversions | |||
2006-01-16 | David Shaw finally removed all traces of Gopher and we are now officially | Daniel Stenberg | |
not supporting it. It hasn't been functioning for years anyway, so this is just finally stating what already was true. And a cleanup at the same time. | |||
2005-09-02 | John Kelly added TFTP support to libcurl. A bunch of new error codes was | Daniel Stenberg | |
added. TODO: add them to docs. add TFTP server to test suite. add TFTP to list of protocols whereever those are mentioned. | |||
2005-04-07 | GnuTLS support added. There's now a "generic" SSL layer that we use all over | Daniel Stenberg | |
internally, with code provided by sslgen.c. All SSL-layer-specific code is then written in ssluse.c (for OpenSSL) and gtls.c (for GnuTLS). As far as possible, internals should not need to know what SSL layer that is in use. Building with GnuTLS currently makes two test cases fail. TODO.gnutls contains a few known outstanding issues for the GnuTLS support. GnuTLS support is enabled with configure --with-gnutls | |||
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 | |
USE_WINDOWS_SSPI on Windows, and then libcurl will be built to use the native way to do NTLM. SSPI also allows libcurl to pass on the current user and its password in the request. | |||
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 | |
that uses it | |||
2004-06-24 | Replaced all uses of sprintf() with the safer snprintf(). It is just a | Daniel Stenberg | |
precaution to prevent mistakes to lead to buffer overflows. | |||
2004-05-24 | Simon Josefsson added a idn_free() function in libidn 0.4.5 as a reaction to | Daniel Stenberg | |
Gisle's previous mail. We now use this function, and thus we require libidn 0.4.5 or later. No earler version will do. | |||
2004-05-06 | removed the unused 'len' variable, made use of the ptr pointer even if no | Daniel Stenberg | |
extra lib is used to prevent compiler warnings ("variable set but not used") on that case | |||
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 | |
a curl_off_t type that is larger than 4 bytes | |||
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 | |
cleanups. | |||
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 | |
booleans | |||
2003-01-29 | removed the local variables for emacs and vim, use the new sample.emacs | Daniel Stenberg | |
way for emacs, and vim users should provide a similar non-polluting style | |||
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 | |
adjustments and possibly some improvments to feature all those things we could possibly want from this. | |||
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 | |
2002-01-16 | Kevin Roth's SSLeay() patch, slight edited by me. Works with OpenSSL 0.9.5 | Daniel Stenberg | |
now. | |||
2001-10-11 | looks nicer and is better compatible with older vim versions | Sterling Hughes | |
2001-09-07 | Added formatting sections for emacs and vim | Sterling Hughes | |
2001-04-24 | on albert chin's comment I remade the fix to set '\0' instead of 0 since | Daniel Stenberg | |
they're chars | |||
2001-04-23 | Added zero termination, as the OpenSSL version string was written without | Daniel Stenberg | |
it! | |||
2001-04-06 | show openssl 0.9.6a properly | Daniel Stenberg | |