Revision tags: curl-7_16_0 |
|
#
3ea8a4d2 |
| 23-Sep-2006 |
Daniel Stenberg |
Dmitriy Sergeyev provided a patch that made the SOCKS[45] code work better as it now will read the full data sent from servers. The SOCKS-related code was also moved to the new lib/socks.c so
Dmitriy Sergeyev provided a patch that made the SOCKS[45] code work better as it now will read the full data sent from servers. The SOCKS-related code was also moved to the new lib/socks.c source file.
show more ...
|
Revision tags: curl-7_15_6-prepipeline, curl-7_15_5 |
|
#
77b3bc23 |
| 28-Jul-2006 |
Yang Tse |
First step trying to avoid the multiple header inclusion and recursion nightmare. Reintroduce checking for HAVE_MSG_NOSIGNAL in configure script, so that we don't depend on header inclusion
First step trying to avoid the multiple header inclusion and recursion nightmare. Reintroduce checking for HAVE_MSG_NOSIGNAL in configure script, so that we don't depend on header inclusion order for a valid check.
show more ...
|
#
c6fc5a1a |
| 11-Jul-2006 |
Dan Fandrich |
Moved strdup replacement from src/main.c into src/strdup.c so it's available in libcurl as well, if necessary.
|
Revision tags: curl-7_15_4 |
|
#
686d9074 |
| 10-Apr-2006 |
Daniel Stenberg |
First curl_multi_socket() commit. Should primarily be considered as an internal code rearrange to fit the future better.
|
Revision tags: curl-7_15_3, curl-7_15_2, curl-7_15_1 |
|
#
37a6a0bb |
| 11-Nov-2005 |
Daniel Stenberg |
Moved the sockaddr_storage definition to lib/sockaddr.h and only include that in files that actually need the struct.
|
Revision tags: curl-7_15_0 |
|
#
56d9624b |
| 02-Sep-2005 |
Daniel Stenberg |
John Kelly added TFTP support to libcurl. A bunch of new error codes was added. TODO: add them to docs. add TFTP server to test suite. add TFTP to list of protocols whereever those are mentio
John Kelly added TFTP support to libcurl. A bunch of new error codes was added. TODO: add them to docs. add TFTP server to test suite. add TFTP to list of protocols whereever those are mentioned.
show more ...
|
Revision tags: curl-7_14_1, c-ares-1_3_0, curl-7_14_0 |
|
#
6e619393 |
| 07-Apr-2005 |
Daniel Stenberg |
GnuTLS support added. There's now a "generic" SSL layer that we use all over internally, with code provided by sslgen.c. All SSL-layer-specific code is then written in ssluse.c (for OpenSSL)
GnuTLS support added. There's now a "generic" SSL layer that we use all over 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
show more ...
|
Revision tags: curl-7_13_2 |
|
#
de8947f9 |
| 14-Mar-2005 |
Daniel Stenberg |
security.h is removed
|
Revision tags: curl-7_13_1 |
|
#
e7cefd68 |
| 11-Feb-2005 |
Daniel Stenberg |
Removed all uses of strftime() since it uses the localised version of the week day names and month names and servers don't like that.
|
Revision tags: before_ftp_statemachine, curl-7_13_0 |
|
#
e3fa7d02 |
| 11-Jan-2005 |
Daniel Stenberg |
Renamed easy.h and multi.h to easyif.h and multiif.h to make sure they don't shadow our public headers with the former names.
|
Revision tags: curl-7_12_3 |
|
#
1a05a90f |
| 19-Nov-2004 |
Daniel Stenberg |
David Phillips' FD_SETSIZE fix
|
Revision tags: curl-7_12_2 |
|
#
f71b3f48 |
| 15-Sep-2004 |
Daniel Stenberg |
Replaced the former date parser with a rewrite. No more yacc/bison needed.
|
Revision tags: curl-7_12_1 |
|
#
592658e8 |
| 03-Jul-2004 |
Gunter Knauf |
added Makefile.inc which can be included from other makefiles to reduce maintaining.
|