summaryrefslogtreecommitdiff
path: root/lib/version.c
Commit message (Expand)AuthorAgeFilesLines
* - Use libssh2_version() to present the libssh2 version in case the libssh2Daniel Stenberg2009-03-131-2/+9
* Use SIZEOF_OFF_T definition from config fileYang Tse2008-08-261-10/+2
* Get rid of ENABLE_64BIT symbol definition and usage.Yang Tse2008-08-211-1/+10
* s/SIZEOF_CURL_OFF_T/CURL_SIZEOF_CURL_OFF_T/gYang Tse2008-08-111-1/+1
* if () => if()Daniel Stenberg2007-11-071-3/+3
* Remove leading space in curl_version_info ss_version field.Patrick Monnerat2007-08-241-3/+9
* added basic ldaps support; for now its ifdef'd with HAVE_LDAP_SSL unless we k...Gunter Knauf2007-08-161-0/+3
* Fix a potential buffer overflow bug in lib/version.cPatrick Monnerat2007-08-151-2/+3
* James Housley did lots of work and introduced SFTP downloads.Daniel Stenberg2006-11-241-0/+1
* James Housley brought support for SCP transfersDaniel Stenberg2006-11-021-0/+25
* Use '_LIBICONV_VERSION' instead of variable '_libiconv_version'Gisle Vanem2006-08-151-2/+12
* Added version info for iconv.Gisle Vanem2006-08-041-0/+15
* CURL_VERSION_CONV is returned by curl_version_info if libcurl has been builtDaniel Stenberg2006-04-191-1/+4
* David Shaw finally removed all traces of Gopher and we are now officiallyDaniel Stenberg2006-01-161-3/+0
* John Kelly added TFTP support to libcurl. A bunch of new error codes wasDaniel Stenberg2005-09-021-0/+3
* GnuTLS support added. There's now a "generic" SSL layer that we use all overDaniel Stenberg2005-04-071-81/+11
* curl_version_info() returns the feature bit CURL_VERSION_SSPIDaniel Stenberg2005-03-111-1/+4
* Christopher R. Palmer made it possible to build libcurl with theDaniel Stenberg2005-03-101-1/+3
* Make some more arrays of pointers const.Dan Fandrich2004-12-201-1/+1
* to prevent compier warnings, we only declare len if we have codeDaniel Stenberg2004-06-241-0/+5
* Replaced all uses of sprintf() with the safer snprintf(). It is just aDaniel Stenberg2004-06-241-40/+38
* Simon Josefsson added a idn_free() function in libidn 0.4.5 as a reaction toDaniel Stenberg2004-05-241-5/+11
* removed the unused 'len' variable, made use of the ptr pointer even if noDaniel Stenberg2004-05-061-5/+3
* typecast the unsigned long to plain long to prevent compiler warningsDaniel Stenberg2004-05-061-1/+1
* added libidn awarenessDaniel Stenberg2004-04-261-1/+15
* we must not only support long long for Largefile to work, we must haveDaniel Stenberg2004-03-081-1/+1
* set CURL_VERSION_LARGEFILE if we support large filesDaniel Stenberg2004-03-011-0/+3
* prevent warning from that picky MIPSpro compilerDaniel Stenberg2004-02-051-5/+5
* added the missing ares numerical version initialiserDaniel Stenberg2004-02-031-0/+1
* now provides c-ares version info in both version callsDaniel Stenberg2004-02-021-2/+19
* updated year in the copyright stringDaniel Stenberg2004-01-071-1/+1
* use the HAVE_KRB4 define instead of just KRB4Daniel Stenberg2003-12-021-2/+2
* Markus Moeller's SPNEGO patch applied, with my edits, additions and minorDaniel Stenberg2003-09-191-2/+5
* typecase to please the compiler godsDaniel Stenberg2003-08-291-1/+1
* Set the CURL_VERSION_ASYNCHDNS bit if USE_ARES is defined.Daniel Stenberg2003-08-111-0/+3
* include GSS in the debug string if available, support a few new flagDaniel Stenberg2003-06-261-0/+11
* removed the local variables for emacs and vim, use the new sample.emacsDaniel Stenberg2003-01-291-8/+0
* copyright year update in the source headerDaniel Stenberg2003-01-161-1/+1
* get an argument and add a 'age' field to the structDaniel Stenberg2002-09-301-11/+13
* enhanced curl_version_infoDaniel Stenberg2002-09-261-2/+9
* extended curl_version_info() with more info on related sub-librariesDaniel Stenberg2002-09-251-10/+49
* Wez Furlong's curl_version_info() function added, still needs someDaniel Stenberg2002-09-251-0/+47
* updated source code boilerplate/headerDaniel Stenberg2002-09-031-7/+7
* adjusted to more HTTP-strict version strings and to offer LIBZ infoDaniel Stenberg2002-09-021-15/+8
* copyright string (year) updateDaniel Stenberg2002-03-191-1/+1
* Kevin Roth's SSLeay() patch, slight edited by me. Works with OpenSSL 0.9.5Daniel Stenberg2002-01-161-9/+17
* looks nicer and is better compatible with older vim versionsSterling Hughes2001-10-111-2/+2
* Added formatting sections for emacs and vimSterling Hughes2001-09-071-0/+8
* on albert chin's comment I remade the fix to set '\0' instead of 0 sinceDaniel Stenberg2001-04-241-4/+4
* Added zero termination, as the OpenSSL version string was written withoutDaniel Stenberg2001-04-231-0/+2