Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-04-18 | ignore sockfilt | Daniel Stenberg | |
2005-04-18 | safety measure to avoid using -1 as socket | Daniel Stenberg | |
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-03-28 | modified some log outputs, added comment about auth required as used in | Daniel Stenberg | |
test 154 | |||
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-12-14 | make sure the ipv6 http server gets its pid stored in a separate file | Daniel Stenberg | |
2004-12-13 | Fixed missing braces warning. | Gisle Vanem | |
2004-12-12 | Missing 'in6addr_any' in MingW's lib. ld bug? | Gisle Vanem | |
2004-12-11 | HTTP IPv6 support added to the test suite | Daniel Stenberg | |
2004-12-09 | ignore the getpart tool | Daniel Stenberg | |
2004-12-09 | close the connection when a bad test number was requested | Daniel Stenberg | |
2004-12-02 | added comment about port number in CONNECT string being used as test number | Daniel Stenberg | |
2004-11-29 | removed comment | 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-11-29 | utility to base encode data passed on stdin | Daniel Stenberg | |
2004-10-07 | use curlx_strnequal() from the private lib sources instead of strncasecmp() | Daniel Stenberg | |
for maximum portability | |||
2004-06-22 | modified some logging output | Daniel Stenberg | |
2004-06-21 | when the client disconnects prematurely, dump the request as received thus | Daniel Stenberg | |
far | |||
2004-06-15 | skip the pid from the logging | Daniel Stenberg | |
2004-05-28 | delete trailing whitespace | Daniel Stenberg | |
2004-05-06 | %ld for long | Daniel Stenberg | |
2004-05-06 | int/long fix | Daniel Stenberg | |
2004-04-30 | include the full size of the sent response in the log | Daniel Stenberg | |
2004-04-21 | log the WAIT command | Daniel Stenberg | |
2004-04-17 | Gisle Vanem: patches to make sws.c compile under MingW/MSVC is | Daniel Stenberg | |
attached. And some cosmetic fixes. | |||
2004-04-16 | remade the logging function to better deal with removed logfiles during | Daniel Stenberg | |
the execution of the tests | |||
2004-03-31 | Added "swsbounce" magic: if this keyword is present in a <data> section it | Daniel Stenberg | |
sets the "swsbounce" magic mode. If there follows a request for the SAME test number and the SAME part number, this mode will make the server bump the part number internally and thus return a different <dataNUM> section than it otherwise would. Test case 153 uses this in case you need an example. It is pretty involved and hard-to-use, but then the situation is pretty special over all. Enjoy. | |||
2004-03-23 | minor variable type cleanups | Daniel Stenberg | |
2004-03-10 | use size_t for string lengths | Daniel Stenberg | |
2004-03-09 | Added -I$(top_srcdir)/include, since lib/setup.h might include files from | Daniel Stenberg | |
the external curl include dir. | |||
2004-03-09 | Andrés García-fix to make it build with mingw | Daniel Stenberg | |
2004-03-05 | Major rewrite of the test HTTP server to allow more fancy features to make | Daniel Stenberg | |
better tests with the issue12-patch applied. This change also includes Andrés García's win32-fixes. Made the logging look better/more readable in sws.log | |||
2004-02-20 | fix protos to prevent warnings | Daniel Stenberg | |
2004-02-20 | added getpart.h for the spitout() proto | Daniel Stenberg | |
2004-02-13 | make the path const | Daniel Stenberg | |
2004-02-12 | provide a source path to the servers to make them find the tests when run | Daniel Stenberg | |
outside the source dir, not needing any symlinks | |||
2004-01-30 | when we receive a request overflow, we still dump the incoming request to | Daniel Stenberg | |
the dump file to make it easier to understand and debug the situation | |||
2004-01-07 | updated year in the copyright string | Daniel Stenberg | |
2003-11-24 | new way to trick sws to return special data on CONNECT | Daniel Stenberg | |
2003-10-30 | only use siginterrupt() if it really exists on the platform | Daniel Stenberg | |
2003-10-09 | portability fix by using setup.h from the lib directory | Daniel Stenberg | |
2003-10-09 | not used anymore | Daniel Stenberg | |
2003-09-15 | make the NTLM part numbers get increased instead of plainly assigned, as | Daniel Stenberg | |
this then makes redirection tests work (as the new test 89) | |||
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-07-19 | fixed the CONNECT thing again | Daniel Stenberg | |