Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2003-07-19 | If the data contents contains the word 'swsclose', then this server will | Daniel Stenberg | |
disconnect the client after the response have been sent. This also happens if the respons is zero byte long. In all other cases (unless an error happens), it will now maintain the connection to allow proper persistant connection testing. This was required for the NTLM testing to work so I finally had to fix this. Of course most of the existing HTTP tests will be adjusted to work with this new rule of test file syntax for HTTP tests. Also fixed the log function to deal with varargs for better logging. | |||
2003-07-01 | David Byron's patch that allows a client to make the server quit with a | Daniel Stenberg | |
magic url. | |||
2003-06-11 | basic NTLM support | Daniel Stenberg | |
2003-05-22 | Digest support added | Daniel Stenberg | |
2003-04-03 | Added log output for when the writing of the input HTTP request is successful | Daniel Stenberg | |
or unsuccessful. Used to track down the recent cygwin test suite problems. | |||
2003-03-16 | typecase getpid() to int to prevent compiler warning | Daniel Stenberg | |
2003-03-15 | report pid back in the WE ROOLZ message | Daniel Stenberg | |
2003-03-15 | removed the "banner" when the server is starting | Daniel Stenberg | |
2003-03-15 | Rick Jones' minor thing to build better on HPUX 11 | Daniel Stenberg | |
2003-02-24 | 7.10.4-pre2 commit | Daniel Stenberg | |
2003-01-23 | added a default to the switch() in order to prevent a compiler warning | Daniel Stenberg | |
2003-01-16 | copyright year update in the source header | Daniel Stenberg | |
2003-01-07 | better ignore | Daniel Stenberg | |
2002-12-13 | added support for CONNECT, both good and bad | Daniel Stenberg | |
2002-12-10 | more logging, now logs the full response too, basic support for dealing | Daniel Stenberg | |
with chunked transfer-encoding uploads added | |||
2002-11-22 | this fix seems to make the '305 306' test case combination to run ok finally! | Daniel Stenberg | |
2002-09-03 | updated source code boilerplate/header | Daniel Stenberg | |
2002-08-26 | ignore these | Daniel Stenberg | |
2002-05-21 | Added source header and made it clear that this code was originally donated | Daniel Stenberg | |
to us by Juergen Wilke. | |||
2002-05-17 | removed compiler warnings | Daniel Stenberg | |
2002-04-26 | handles much larger POSTs, replaced snprintf() with sprintf() since this | Daniel Stenberg | |
needs to be more portable and in the test server we can skip the extra safety | |||
2002-03-06 | Ralph Mitchell's minor #include patch to prevent some warnings | Daniel Stenberg | |
2002-02-25 | automake usage and options cleanup | Daniel Stenberg | |
2002-02-25 | We got this web server's embryo from Georg Horn, muchos gracias. | Daniel Stenberg | |
2002-02-25 | automake this dir too | Daniel Stenberg | |
2002-02-25 | use the former logfile name again since the ftp server also uses that... | Daniel Stenberg | |
2002-02-25 | reply/postcmd support for "wait" | Daniel Stenberg | |
2002-02-25 | portability, step one, use a config.h.in file | Daniel Stenberg | |
2002-02-25 | create the pidfile and store the pid on invoke | Daniel Stenberg | |
2002-02-25 | support HUGE requests too | Daniel Stenberg | |
2002-02-22 | 16 tests OK | Daniel Stenberg | |
2002-02-22 | adjusted to work on test case 11 better | Daniel Stenberg | |
2002-02-22 | use -W too | 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-19 | no .. in path | Daniel Stenberg | |
2002-02-07 | added note about persistancy in the server | Daniel Stenberg | |
2002-02-07 | POSTs seems to work somewhat now | Daniel Stenberg | |
2002-02-07 | port number fix, now stores the processed request sent to the server | Daniel Stenberg | |
2002-02-07 | the initial C code for the new HTTP test server | Daniel Stenberg | |