summaryrefslogtreecommitdiff
path: root/tests/server
Commit message (Expand)AuthorAgeFilesLines
* copyright this yearDaniel Stenberg2005-04-221-1/+1
* better fix for the socket -1 caseDaniel Stenberg2005-04-181-1/+1
* ignore sockfiltDaniel Stenberg2005-04-181-0/+1
* safety measure to avoid using -1 as socketDaniel Stenberg2005-04-181-4/+11
* Modified the FTP server to use the new 'sockfilt' program to do all the socketDaniel Stenberg2005-04-184-25/+727
* Updated the copyright year since changes have been this year.Daniel Stenberg2005-03-312-2/+2
* modified some log outputs, added comment about auth required as used inDaniel Stenberg2005-03-281-4/+14
* Fixed some compiler warnings. Fixed a low incidence memory leak in the test ...Dan Fandrich2005-02-241-3/+6
* Curl_base64_decode() now returns an allocated bufferDaniel Stenberg2005-02-221-2/+5
* make sure the ipv6 http server gets its pid stored in a separate fileDaniel Stenberg2004-12-141-7/+12
* Fixed missing braces warning.Gisle Vanem2004-12-131-1/+1
* Missing 'in6addr_any' in MingW's lib. ld bug?Gisle Vanem2004-12-121-0/+4
* HTTP IPv6 support added to the test suiteDaniel Stenberg2004-12-111-10/+71
* ignore the getpart toolDaniel Stenberg2004-12-091-0/+1
* close the connection when a bad test number was requestedDaniel Stenberg2004-12-091-0/+1
* added comment about port number in CONNECT string being used as test numberDaniel Stenberg2004-12-021-0/+2
* removed commentDaniel Stenberg2004-11-291-4/+0
* include setup.h firstDaniel Stenberg2004-11-291-0/+2
* zero terminate the buffer spitout() returns, as the sws.c code depends onDaniel Stenberg2004-11-291-3/+6
* Enable test cases to provide sections base64-encoded to be able to testDaniel Stenberg2004-11-294-22/+68
* utility to base encode data passed on stdinDaniel Stenberg2004-11-291-0/+9
* use curlx_strnequal() from the private lib sources instead of strncasecmp()Daniel Stenberg2004-10-072-7/+6
* modified some logging outputDaniel Stenberg2004-06-221-5/+8
* when the client disconnects prematurely, dump the request as received thusDaniel Stenberg2004-06-211-0/+4
* skip the pid from the loggingDaniel Stenberg2004-06-151-2/+2
* delete trailing whitespaceDaniel Stenberg2004-05-281-30/+30
* %ld for longDaniel Stenberg2004-05-061-1/+1
* int/long fixDaniel Stenberg2004-05-061-1/+1
* include the full size of the sent response in the logDaniel Stenberg2004-04-301-1/+4
* log the WAIT commandDaniel Stenberg2004-04-211-1/+3
* Gisle Vanem: patches to make sws.c compile under MingW/MSVC isDaniel Stenberg2004-04-171-24/+49
* remade the logging function to better deal with removed logfiles duringDaniel Stenberg2004-04-161-19/+11
* Added "swsbounce" magic: if this keyword is present in a <data> section itDaniel Stenberg2004-03-311-8/+32
* minor variable type cleanupsDaniel Stenberg2004-03-233-8/+9
* use size_t for string lengthsDaniel Stenberg2004-03-101-6/+7
* Added -I$(top_srcdir)/include, since lib/setup.h might include files fromDaniel Stenberg2004-03-091-1/+23
* Andrés García-fix to make it build with mingwDaniel Stenberg2004-03-091-0/+2
* Major rewrite of the test HTTP server to allow more fancy features to makeDaniel Stenberg2004-03-051-180/+302
* fix protos to prevent warningsDaniel Stenberg2004-02-202-5/+30
* added getpart.h for the spitout() protoDaniel Stenberg2004-02-202-1/+27
* make the path constDaniel Stenberg2004-02-131-1/+1
* provide a source path to the servers to make them find the tests when runDaniel Stenberg2004-02-121-3/+11
* when we receive a request overflow, we still dump the incoming request toDaniel Stenberg2004-01-301-0/+4
* updated year in the copyright stringDaniel Stenberg2004-01-071-1/+1
* new way to trick sws to return special data on CONNECTDaniel Stenberg2003-11-241-0/+7
* only use siginterrupt() if it really exists on the platformDaniel Stenberg2003-10-301-0/+2
* portability fix by using setup.h from the lib directoryDaniel Stenberg2003-10-092-7/+10
* not used anymoreDaniel Stenberg2003-10-091-2/+0
* make the NTLM part numbers get increased instead of plainly assigned, asDaniel Stenberg2003-09-151-6/+8
* Peter Pentchev found two problems. One realloc problem that could allocateDaniel Stenberg2003-09-031-3/+11