aboutsummaryrefslogtreecommitdiff
path: root/tests/server/getpart.c
AgeCommit message (Collapse)Author
2008-08-17libcurl internal base64.h header file renamed to curl_base64.hYang Tse
2008-02-28header inclusion cleanupYang Tse
2007-01-23Ignore XML DOCTYPEs and declarations.Dan Fandrich
2007-01-23Convert (most of) the test data files into genuine XML. A handful stillDan 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-04prevent compiler warning since we use base64.h from libcurl which now hasDaniel Stenberg
function(s) using SessionHandle pointers
2006-10-27Update copyright year, since the file has been modifiedYang Tse
2006-10-23Replace is*() macros with our own IS*() ones.Yang Tse
2005-04-18Modified the FTP server to use the new 'sockfilt' program to do all the socketDaniel 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-31Updated the copyright year since changes have been this year.Daniel Stenberg
2005-02-24Fixed some compiler warnings. Fixed a low incidence memory leak in the test ↵Dan Fandrich
server.
2005-02-22Curl_base64_decode() now returns an allocated bufferDaniel Stenberg
2004-11-29include setup.h firstDaniel Stenberg
2004-11-29zero terminate the buffer spitout() returns, as the sws.c code depends onDaniel Stenberg
that!
2004-11-29Enable test cases to provide sections base64-encoded to be able to testDaniel Stenberg
with binary data.
2004-03-23minor variable type cleanupsDaniel Stenberg
2004-03-10use size_t for string lengthsDaniel Stenberg
2004-02-20fix protos to prevent warningsDaniel Stenberg
2003-09-03Peter Pentchev found two problems. One realloc problem that could allocateDaniel 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-08Gisle Vanem fixed a single-byte overflowDaniel Stenberg
2003-01-23added a default to the switch() in order to prevent a compiler warningDaniel Stenberg
2002-05-17removed compiler warningsDaniel Stenberg
2002-02-22adjusted to work on test case 11 betterDaniel Stenberg
2002-02-22hide debug output from screen, use log/ for logfilesDaniel Stenberg
2002-02-19a minor step forwardsDaniel Stenberg
2002-02-07the initial C code for the new HTTP test serverDaniel Stenberg