Yang Tse
|
24b1890710
s/SIZEOF_CURL_OFF_T/CURL_SIZEOF_CURL_OFF_T/g
|
16 years ago |
Daniel Stenberg
|
cbd1a77ec2
if () => if()
|
17 years ago |
Patrick Monnerat
|
d994fcf2b1
Remove leading space in curl_version_info ss_version field.
|
17 years ago |
Gunter Knauf
|
ccba0d10b6
added basic ldaps support; for now its ifdef'd with HAVE_LDAP_SSL unless we know its fully working, and available with all LDAP SDKs.
|
17 years ago |
Patrick Monnerat
|
ca410ec2ca
Fix a potential buffer overflow bug in lib/version.c
|
17 years ago |
Daniel Stenberg
|
a634f64400
James Housley did lots of work and introduced SFTP downloads.
|
18 years ago |
Daniel Stenberg
|
2147284cad
James Housley brought support for SCP transfers
|
18 years ago |
Gisle Vanem
|
31def9e217
Use '_LIBICONV_VERSION' instead of variable '_libiconv_version'
|
18 years ago |
Gisle Vanem
|
cca00a6378
Added version info for iconv.
|
18 years ago |
Daniel Stenberg
|
f191b143e9
CURL_VERSION_CONV is returned by curl_version_info if libcurl has been built
|
18 years ago |
Daniel Stenberg
|
67a83c1b34
David Shaw finally removed all traces of Gopher and we are now officially
|
19 years ago |
Daniel Stenberg
|
56d9624b56
John Kelly added TFTP support to libcurl. A bunch of new error codes was
|
19 years ago |
Daniel Stenberg
|
6e61939382
GnuTLS support added. There's now a "generic" SSL layer that we use all over
|
19 years ago |
Daniel Stenberg
|
84bc23b92f
curl_version_info() returns the feature bit CURL_VERSION_SSPI
|
19 years ago |
Daniel Stenberg
|
d1d35ba85f
Christopher R. Palmer made it possible to build libcurl with the
|
19 years ago |
Dan Fandrich
|
80d301257c
Make some more arrays of pointers const.
|
20 years ago |
Daniel Stenberg
|
8b6b15dccc
to prevent compier warnings, we only declare len if we have code
|
20 years ago |
Daniel Stenberg
|
feb2dd2835
Replaced all uses of sprintf() with the safer snprintf(). It is just a
|
20 years ago |
Daniel Stenberg
|
24420c2191
Simon Josefsson added a idn_free() function in libidn 0.4.5 as a reaction to
|
20 years ago |
Daniel Stenberg
|
af72f198ba
removed the unused 'len' variable, made use of the ptr pointer even if no
|
20 years ago |
Daniel Stenberg
|
3fc831f9eb
typecast the unsigned long to plain long to prevent compiler warnings
|
20 years ago |
Daniel Stenberg
|
9631fa7407
added libidn awareness
|
20 years ago |
Daniel Stenberg
|
3fa4ac080e
we must not only support long long for Largefile to work, we must have
|
20 years ago |
Daniel Stenberg
|
7983ec84a7
set CURL_VERSION_LARGEFILE if we support large files
|
21 years ago |
Daniel Stenberg
|
0c7cb0c10f
prevent warning from that picky MIPSpro compiler
|
21 years ago |
Daniel Stenberg
|
95dd343244
added the missing ares numerical version initialiser
|
21 years ago |
Daniel Stenberg
|
c2967c3c39
now provides c-ares version info in both version calls
|
21 years ago |
Daniel Stenberg
|
053f6c85ef
updated year in the copyright string
|
21 years ago |
Daniel Stenberg
|
800052dc50
use the HAVE_KRB4 define instead of just KRB4
|
21 years ago |
Daniel Stenberg
|
09ccfcdcd4
Markus Moeller's SPNEGO patch applied, with my edits, additions and minor
|
21 years ago |