#
4ec93161 |
| 23-Oct-2006 |
Yang Tse |
Replace is*() macros with our own IS*() ones.
|
Revision tags: curl-7_15_6-prepipeline, curl-7_15_5, curl-7_15_4, curl-7_15_3, curl-7_15_2, curl-7_15_1, curl-7_15_0, curl-7_14_1, c-ares-1_3_0, curl-7_14_0 |
|
#
14424f70 |
| 18-Apr-2005 |
Daniel Stenberg |
Modified the FTP server to use the new 'sockfilt' program to do all the socket level stuff. The FTP server communicates with sockfilt using perl's open2(). This enables easier IPv6 support an
Modified the FTP server to use the new 'sockfilt' program to do all the socket level stuff. The FTP server communicates with sockfilt using perl's open2(). This enables easier IPv6 support and hopefully FTP-SSL support in the future. Added four test cases for FTP-ipv6.
show more ...
|
Revision tags: curl-7_13_2 |
|
#
ab4086bc |
| 31-Mar-2005 |
Daniel Stenberg |
Updated the copyright year since changes have been this year.
|
Revision tags: curl-7_13_1 |
|
#
9798432f |
| 24-Feb-2005 |
Dan Fandrich |
Fixed some compiler warnings. Fixed a low incidence memory leak in the test server.
|
#
527f70e5 |
| 22-Feb-2005 |
Daniel Stenberg |
Curl_base64_decode() now returns an allocated buffer
|
Revision tags: before_ftp_statemachine, curl-7_13_0, curl-7_12_3 |
|
#
9bb4a95e |
| 29-Nov-2004 |
Daniel Stenberg |
include setup.h first
|
#
c073625f |
| 29-Nov-2004 |
Daniel Stenberg |
zero terminate the buffer spitout() returns, as the sws.c code depends on that!
|
#
0eb84147 |
| 29-Nov-2004 |
Daniel Stenberg |
Enable test cases to provide sections base64-encoded to be able to test with binary data.
|
Revision tags: curl-7_12_2, curl-7_12_1, pre-aifix, curl-7_12_0, curl-7_11_2, c-ares-1_2_0 |
|
#
0fd88d7c |
| 23-Mar-2004 |
Daniel Stenberg |
minor variable type cleanups
|
Revision tags: curl-7_11_1 |
|
#
93f96835 |
| 10-Mar-2004 |
Daniel Stenberg |
use size_t for string lengths
|
#
236337ce |
| 20-Feb-2004 |
Daniel Stenberg |
fix protos to prevent warnings
|
Revision tags: curl-7_11_0, curl-7_10_8 |
|
#
f193ab4b |
| 03-Sep-2003 |
Daniel Stenberg |
Peter Pentchev found two problems. One realloc problem that could allocate too little data, and one case of not zero-terminating the returned string. I chose a slightly different patch t
Peter Pentchev found two problems. One realloc problem that could allocate too little data, and one case of not zero-terminating the returned string. I chose a slightly different patch than the one Peter provided.
show more ...
|
Revision tags: curl-7_10_7 |
|
#
12e78a08 |
| 08-Aug-2003 |
Daniel Stenberg |
Gisle Vanem fixed a single-byte overflow
|
Revision tags: curl-7_10_6, curl-7_10_5, curl-7_10_4 |
|
#
f7bb4e61 |
| 23-Jan-2003 |
Daniel Stenberg |
added a default to the switch() in order to prevent a compiler warning
|
Revision tags: curl-7_10_3, curl-7_10_2, curl-7_10_1, curl-7_10, curl-7_9_8 |
|
#
0c00eb93 |
| 17-May-2002 |
Daniel Stenberg |
removed compiler warnings
|
Revision tags: curl-7_9_7, curl-7_9_7-pre2, curl-7_9_6, curl-7_9_5, curl-7_9_5-pre4 |
|
#
41dd5121 |
| 22-Feb-2002 |
Daniel Stenberg |
adjusted to work on test case 11 better
|
#
7d043f46 |
| 22-Feb-2002 |
Daniel Stenberg |
hide debug output from screen, use log/ for logfiles
|
Revision tags: curl-7_9_5-pre2 |
|
#
485edb77 |
| 19-Feb-2002 |
Daniel Stenberg |
a minor step forwards
|
#
3d4511da |
| 07-Feb-2002 |
Daniel Stenberg |
the initial C code for the new HTTP test server
|