Age | Commit message (Expand) | Author |
2004-02-13 | make the path const | Daniel Stenberg |
2004-02-12 | no need to run make test in the data dir anymore | Daniel Stenberg |
2004-02-12 | provide a source path to the servers to make them find the tests when run | Daniel Stenberg |
2004-02-12 | stop doing the weirdo symlinks | Daniel Stenberg |
2004-02-09 | Modified the default HTTP Accept: header to only be Accept: */* | Daniel Stenberg |
2004-02-09 | Removed, this was only used to work out what went wrong with test 91, and | Daniel Stenberg |
2004-02-09 | return 'res' to better discover test failures and to stop compiler warnings | Daniel Stenberg |
2004-02-09 | Uninitialized variable set. | Daniel Stenberg |
2004-02-05 | added the missing stdin section | Daniel Stenberg |
2004-02-05 | Made a test that sends data on stdin to PUT, with a given length and | Daniel Stenberg |
2004-02-05 | changed the test() function to return type int | Daniel Stenberg |
2004-02-02 | added test 97, a simple test with -d post and a replacede content-type | Daniel Stenberg |
2004-01-30 | when we receive a request overflow, we still dump the incoming request to | Daniel Stenberg |
2004-01-30 | added lib510.c for callback POST using chunked encoding | Daniel Stenberg |
2004-01-30 | added test 510, callback-based POST using chunked encoding | Daniel Stenberg |
2004-01-29 | adjusted to the corrected chunked transfer-encoding extra trailing CRLF | Daniel Stenberg |
2004-01-28 | Chunked-transfers should have an additional CRLF after the final 0 CRLF | Daniel Stenberg |
2004-01-28 | added the extra newline that this needs to succeed | Daniel Stenberg |
2004-01-27 | send a connection: close in the initial reply to see if things differ | Daniel Stenberg |
2004-01-27 | CONNECT response headers are now passed back as "regular" headers | Daniel Stenberg |
2004-01-21 | removed Basic in the initial response to see if it makes any difference | Daniel Stenberg |
2004-01-16 | added this test, this is basicly a copy of test 91 but we return the first | Daniel Stenberg |
2004-01-16 | removed unused stuff | Daniel Stenberg |
2004-01-13 | we no longer distribute the non-working tests 400 - 403 | Daniel Stenberg |
2004-01-13 | use the *correct* header! | Daniel Stenberg |
2004-01-13 | modified the TODO, we already do persistant tests | Daniel Stenberg |
2004-01-13 | added our standard header | Daniel Stenberg |
2004-01-13 | added standard source header | Daniel Stenberg |
2004-01-13 | fix the include path to point to the libcurl's source dir too for the setup.h | Daniel Stenberg |
2004-01-13 | include setup.h from the lib dir instead to get even more private stuff | Daniel Stenberg |
2004-01-12 | Peter Sylvester brought code that now allows a callback to modified the URL | Daniel Stenberg |
2004-01-12 | better skip reasons, longer waiting for startup of servers (due to slow/loaded | Daniel Stenberg |
2004-01-07 | updated year in the copyright string | Daniel Stenberg |
2004-01-05 | David J Meyer's large file support. | Daniel Stenberg |
2003-12-17 | Check the error code AFTER the protocol and data. Only changed to perhaps | Daniel Stenberg |
2003-12-16 | modified and corrected test 506 | Daniel Stenberg |
2003-11-25 | test 95 added, verifies my fix for bug report #848371 | Daniel Stenberg |
2003-11-25 | requires a SSL-capable client | Daniel Stenberg |
2003-11-24 | test proxy CONNECT requiring basic auth but we don't provide any | Daniel Stenberg |
2003-11-24 | new way to trick sws to return special data on CONNECT | Daniel Stenberg |
2003-11-24 | disable ftps-tests for now, we must make them work with the updated ftps | Daniel Stenberg |
2003-11-20 | request a file over proxy without credentials, and get a 407 back | Daniel Stenberg |
2003-11-13 | -n disables valgrind now | Daniel Stenberg |
2003-11-06 | Define TRUE and FALSE unless already present. I've moved away those | Daniel Stenberg |
2003-10-31 | back to GMT again | Daniel Stenberg |
2003-10-31 | my own system had a bad valgrind, so check that it works at least somewhat | Daniel Stenberg |
2003-10-30 | updated for the cut off GMT string | Daniel Stenberg |
2003-10-30 | only use siginterrupt() if it really exists on the platform | Daniel Stenberg |
2003-10-29 | Stop using stunnel.pm, we pass in the path from the main script instead. | Daniel Stenberg |
2003-10-29 | David Hull made the file: URL parser also accept the somewhat sloppy file | Daniel Stenberg |