Daniel Stenberg
|
b701ea36a7
moved the Curl_raw_ functions into the new lib/rawstr.c file for easier curlx_
|
16 years ago |
Yang Tse
|
4e909ee8b1
ntoa() and inet_ntoa_r() no longer used
|
16 years ago |
Yang Tse
|
ac18b471d2
libcurl internal base64.h header file renamed to curl_base64.h
|
16 years ago |
Yang Tse
|
bbe2386bff
libcurl internal md5.h header file renamed to curl_md5.h
|
16 years ago |
Michal Marek
|
d13be06aaa
Removed the generated ca-bundle.h file. The verbatim value of $ca and
|
16 years ago |
Daniel Stenberg
|
d0edb47896
Patrick Monnerat modified the LDAP code and approach in curl. Starting now,
|
17 years ago |
Daniel Stenberg
|
b3461bab1d
Implemented the parts of Patrick Monnerat's OS/400 patch that introduces
|
17 years ago |
Daniel Stenberg
|
54967d2a3a
Thomas J. Moore provided a patch that introduces Kerberos5 support in
|
17 years ago |
Daniel Stenberg
|
7f70dbcad5
Rob Crittenden added support for NSS (Network Security Service) for the
|
18 years ago |
Daniel Stenberg
|
2147284cad
James Housley brought support for SCP transfers
|
18 years ago |
Daniel Stenberg
|
3ea8a4d220
Dmitriy Sergeyev provided a patch that made the SOCKS[45] code work better as
|
18 years ago |
Yang Tse
|
77b3bc239d
First step trying to avoid the multiple header inclusion and recursion nightmare.
|
18 years ago |
Dan Fandrich
|
c6fc5a1a26
Moved strdup replacement from src/main.c into src/strdup.c so it's available
|
18 years ago |
Daniel Stenberg
|
686d90745b
First curl_multi_socket() commit. Should primarily be considered as an internal
|
18 years ago |
Daniel Stenberg
|
37a6a0bb3e
Moved the sockaddr_storage definition to lib/sockaddr.h and only include that
|
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
|
de8947f92f
security.h is removed
|
19 years ago |
Daniel Stenberg
|
e7cefd684b
Removed all uses of strftime() since it uses the localised version of the
|
20 years ago |
Daniel Stenberg
|
e3fa7d021e
Renamed easy.h and multi.h to easyif.h and multiif.h to make sure they don't
|
20 years ago |
Daniel Stenberg
|
1a05a90f1c
David Phillips' FD_SETSIZE fix
|
20 years ago |
Daniel Stenberg
|
f71b3f48a1
Replaced the former date parser with a rewrite. No more yacc/bison needed.
|
20 years ago |
Gunter Knauf
|
592658e874
added Makefile.inc which can be included from other makefiles to reduce maintaining.
|
20 years ago |