Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-01-23 | Ignore XML DOCTYPEs and declarations. | Dan Fandrich | |
2007-01-23 | Convert (most of) the test data files into genuine XML. A handful still | Dan Fandrich | |
are not, due mainly to the lack of support for XML character entities (e.g. & => & ). This will make it easier to validate test files using tools like xmllint, as well as edit and view them using XML tools. | |||
2007-01-04 | prevent compiler warning since we use base64.h from libcurl which now has | Daniel Stenberg | |
function(s) using SessionHandle pointers | |||
2006-10-27 | Update copyright year, since the file has been modified | Yang Tse | |
2006-10-23 | Replace is*() macros with our own IS*() ones. | Yang Tse | |
2005-04-18 | Modified the FTP server to use the new 'sockfilt' program to do all the socket | Daniel Stenberg | |
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. | |||
2005-03-31 | Updated the copyright year since changes have been this year. | Daniel Stenberg | |
2005-02-24 | Fixed some compiler warnings. Fixed a low incidence memory leak in the test ↵ | Dan Fandrich | |
server. | |||
2005-02-22 | Curl_base64_decode() now returns an allocated buffer | Daniel Stenberg | |
2004-11-29 | include setup.h first | Daniel Stenberg | |
2004-11-29 | zero terminate the buffer spitout() returns, as the sws.c code depends on | Daniel Stenberg | |
that! | |||
2004-11-29 | Enable test cases to provide sections base64-encoded to be able to test | Daniel Stenberg | |
with binary data. | |||
2004-03-23 | minor variable type cleanups | Daniel Stenberg | |
2004-03-10 | use size_t for string lengths | Daniel Stenberg | |
2004-02-20 | fix protos to prevent warnings | Daniel Stenberg | |
2003-09-03 | Peter Pentchev found two problems. One realloc problem that could allocate | Daniel Stenberg | |
too little data, and one case of not zero-terminating the returned string. I chose a slightly different patch than the one Peter provided. | |||
2003-08-08 | Gisle Vanem fixed a single-byte overflow | Daniel Stenberg | |
2003-01-23 | added a default to the switch() in order to prevent a compiler warning | Daniel Stenberg | |
2002-05-17 | removed compiler warnings | Daniel Stenberg | |
2002-02-22 | adjusted to work on test case 11 better | Daniel Stenberg | |
2002-02-22 | hide debug output from screen, use log/ for logfiles | Daniel Stenberg | |
2002-02-19 | a minor step forwards | Daniel Stenberg | |
2002-02-07 | the initial C code for the new HTTP test server | Daniel Stenberg | |