Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-04-23 | improve synchronization between test harness runtests.pl script | Yang Tse | |
and test harness servers to minimize risk of false test failures. http://curl.haxx.se/mail/lib-2008-04/0392.html | |||
2008-04-22 | fix minor memory leak triggered upon test failure | Yang Tse | |
2008-04-22 | Remove fflush() + fsync() previously introduced accelerated writing of | Yang Tse | |
server input and response request files of the test harness sws server. Reintroduce, for test # 1001, the <postcheck> small delay. The delay is needed even with the accelerated writing of server input and response request files in test harness sws server. http://curl.haxx.se/mail/lib-2008-04/0385.html | |||
2008-04-20 | accelerate the writing of server input and response request files | Yang Tse | |
to disk, trying to defeat file and disk write-behind algorithms | |||
2008-03-05 | fix log message used when unable to connect to destination port | Yang Tse | |
2008-02-28 | signal handling to properly cleanup on SIGINT and SIGTERM | Yang Tse | |
2008-02-28 | when terminating do it falling through cleanup code | Yang Tse | |
2008-02-28 | avoid inclusion of setup.h in util.h | Yang Tse | |
2008-02-28 | header inclusion cleanup | Yang Tse | |
2008-02-27 | make comment more precise | Yang Tse | |
2008-02-26 | trial to fix the HP-UX breakage... | Gunter Knauf | |
2008-02-26 | all reads from stdin and writes to stdout will be retried until the | Yang Tse | |
whole operation completes or an unrecoverable condition is detected | |||
2008-02-26 | refactor some code out to write_pidfile() in util.c | Yang Tse | |
2008-02-22 | Revert sockfilt.c back to revision 1.42 | Yang Tse | |
Changes introduced in revision 1.43 were useless | |||
2008-02-20 | Avoid timeout restart when signal caught while awaiting socket and stdin events | Yang Tse | |
2008-02-19 | juggle() actually returns bool. | Yang Tse | |
Remove redundant and unreachable log message. | |||
2008-02-18 | Reduce to 20 seconds the time allowed to set SO_REUSEADDR option on sockfilt ↵ | Yang Tse | |
listener socket. Log some more error descriptions. | |||
2008-02-17 | sockfilt will quit when orphaned | Yang Tse | |
2008-02-06 | Don't try to compare more than strlen chars | Yang Tse | |
2008-02-06 | Use a long int data type to handle getpid() result | Yang Tse | |
2008-02-05 | Fix buffer size specification. | Yang Tse | |
Improve handling of boundary conditions for huge requests. | |||
2008-02-05 | Minor variable type cleanups. | Yang Tse | |
Disable "swsbounce" mode when the received request isn't for the same test and part number. | |||
2008-02-05 | proper initialization of httprequest, no longer zeroing out twice | Yang Tse | |
the whole 150000+ bytes struct, and also removing an equally big additional buffer for pipelining treatment. | |||
2008-01-25 | improve request initialization for test harness HTTP server | Yang Tse | |
2008-01-25 | Dmitry Kurochkin's test harness HTTP server pipelining fix fot test 530 | Yang Tse | |
2008-01-22 | check availability of poll.h header at configuration time, and include | Yang Tse | |
it when sys/poll.h is unavailable | |||
2007-11-15 | Replace isupper with our uppercase macro version | Yang Tse | |
2007-11-08 | Fix comment | Yang Tse | |
2007-10-26 | Detect, log and avoid storing a request with a negative size. | Yang Tse | |
2007-10-25 | Allow test server to handle binary POSTs. | Patrick Monnerat | |
Tests 35, 544 545 added: binary data POSTs. | |||
2007-10-24 | Fixed the test TFTP server to support the >10000 test number notation | Dan Fandrich | |
Added test cases 2002 and 2003 (the latter disabled for now) | |||
2007-10-24 | Close log/server.input ASAP to avoid lengthy file lock on cygwin | Patrick Monnerat | |
2007-10-09 | also log error message string | Yang Tse | |
2007-10-09 | logmsg already appends '\n' | Yang Tse | |
2007-10-04 | On error, close "log/server.response" | Yang Tse | |
2007-10-03 | If TCP_NODELAY is not defined we can't disable the Nagle algorithm | Yang Tse | |
2007-10-02 | Disable the Nagle algorithm and send back responses in small chunks in an | Daniel Stenberg | |
attempt to force smaller bits to get read by clients. | |||
2007-09-27 | Enabled a few more gcc warnings with --enable-debug. Renamed a few | Dan Fandrich | |
variables to avoid shadowing global declarations. | |||
2007-09-17 | Make the ftp server connect to the address given by curl in the PORT/EPRT | Dan Fandrich | |
instead of hard-coding it to 127.0.0.1 | |||
2007-08-30 | Fixed a few compiler warnings. Try to do a slightly better job of | Dan Fandrich | |
cleaning up after an OOM condition in curl_multi_add_handle | |||
2007-08-22 | added a size > buffer size check to make it easier to track this in the | Daniel Stenberg | |
future | |||
2007-08-22 | Upped the buffer size to 17000+ bytes to prepare for the upcoming test 1003 | Daniel Stenberg | |
that verfies ridiculously long server response lines. Also changed sprintf to snprintf in a few places. | |||
2007-07-12 | start the retry delay at 10 ms, double it for every failed attempt which makes | Daniel Stenberg | |
it 10 seconds delay after 11 attempts | |||
2007-07-12 | the timeout was probably too short with max = 1 sec, so lets test with 5 sec. | Gunter Knauf | |
2007-07-12 | added time loop to sockfilt.c in order to wait for SO_REUSEADDR; | Gunter Knauf | |
added go_sleep() to util.c. | |||
2007-04-03 | update copyright year | Yang Tse | |
2007-02-22 | Check for stdbool.h at configuration stage, and include it if available. | Yang Tse | |
Check for lowercase 'bool' type at configuration stage. If not available provide a suitable replacement with a type definition of 'unsigned char' in setup_once.h Move definitions of TRUE and FALSE to setup_once.h | |||
2007-02-19 | Oops missing var | Yang Tse | |
2007-02-19 | add debug messages for initialization failures | Yang Tse | |
2007-02-17 | Move portable error number symbolic name definitions to setup_once.h | Yang Tse | |