Age | Commit message (Expand) | Author |
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 |
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 |
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 |
2008-02-18 | Reduce to 20 seconds the time allowed to set SO_REUSEADDR option on sockfilt ... | Yang Tse |
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 |
2008-02-05 | Minor variable type cleanups. | Yang Tse |
2008-02-05 | proper initialization of httprequest, no longer zeroing out twice | Yang Tse |
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 |
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 |
2007-10-24 | Fixed the test TFTP server to support the >10000 test number notation | Dan Fandrich |
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 |
2007-09-27 | Enabled a few more gcc warnings with --enable-debug. Renamed a few | Dan Fandrich |
2007-09-17 | Make the ftp server connect to the address given by curl in the PORT/EPRT | Dan Fandrich |
2007-08-30 | Fixed a few compiler warnings. Try to do a slightly better job of | Dan Fandrich |
2007-08-22 | added a size > buffer size check to make it easier to track this in the | Daniel Stenberg |
2007-08-22 | Upped the buffer size to 17000+ bytes to prepare for the upcoming test 1003 | Daniel Stenberg |
2007-07-12 | start the retry delay at 10 ms, double it for every failed attempt which makes | Daniel Stenberg |
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 |
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 |
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 |
2007-02-17 | getpart implicitly drags in some networking functions, so it needs to be | Dan Fandrich |
2007-02-17 | Better separate the library dependencies into those required by libcurl | Dan Fandrich |
2007-02-17 | Remove C99isms | Dan Fandrich |
2007-02-16 | add debug messages for fopen() failures | Yang Tse |
2007-02-16 | use macros ERRNO, SET_ERRNO(), SOCKERRNO and SET_SOCKERRNO() for errno handling | Yang Tse |
2007-02-16 | use macros ERRNO, SET_ERRNO(), SOCKERRNO and SET_SOCKERRNO() for errno handling | Yang Tse |
2007-02-14 | compiler warning fix | Yang Tse |