Age | Commit message (Expand) | Author |
2009-12-09 | signal handling to cleanup on SIGINT and SIGTERM, followup | Yang Tse |
2009-11-27 | Log sws IPv version, port and pid when exiting due to SIGINT or SIGTERM. | Yang Tse |
2009-11-26 | Only attempt to clear the server-logs lock when previously set by this same s... | Yang Tse |
2009-11-26 | signal handling to cleanup on SIGINT and SIGTERM | Yang Tse |
2009-11-23 | Enhance some debug messages for initialization failures. | Yang Tse |
2009-09-17 | remove line obsoleted with previous commit | Yang Tse |
2009-09-17 | Attempt to silence bogus compiler warning: "Potential null pointer dereference" | Yang Tse |
2009-08-29 | add cast to silent compiler warning with 64bit systems. | Gunter Knauf |
2009-06-12 | fix compiler warning | Yang Tse |
2009-06-11 | fix compiler warning | Yang Tse |
2009-04-27 | Include <arpa/inet.h> if HAVE_ARPA_INET_H is defined | Yang Tse |
2008-11-25 | If a HTTP request is Basic and num is already >=1000, the HTTP test server | Dan Fandrich |
2008-10-01 | Fixed some compiler warnings with gcc | Dan Fandrich |
2008-09-26 | Avoid the use of the '? :' operator inside the call to our | Yang Tse |
2008-09-26 | attempt to avoid HTTP server startup misdetection on some systems | Yang Tse |
2008-09-21 | fix compiler warning: defined but not used | Yang Tse |
2008-09-20 | fix compiler warning: external definition with no prior declaration | Yang Tse |
2008-09-18 | fix compiler warning: external declaration in primary source file | Yang Tse |
2008-09-04 | fix print formatting string directives | Yang Tse |
2008-08-29 | - When libcurl was doing a HTTP POST and the server would respond with | Daniel Stenberg |
2008-07-30 | Added test case 1051 to test Location: following with PUT, as reported | Dan Fandrich |
2008-04-23 | improve synchronization between test harness runtests.pl script | Yang Tse |
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 |
2008-04-20 | accelerate the writing of server input and response request files | Yang Tse |
2008-02-28 | header inclusion cleanup | Yang Tse |
2008-02-26 | refactor some code out to write_pidfile() in util.c | 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 |
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-09 | also log error message string | 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-02-19 | Oops missing var | Yang Tse |
2007-02-19 | add debug messages for initialization failures | 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 |
2007-02-14 | enhance HTTP server request input writing, | Yang Tse |
2006-11-25 | Venkat Akella found out that libcurl did not like HTTP responses that simply | Daniel Stenberg |
2006-11-13 | Tor Arntsen spotted this mistake | Daniel Stenberg |
2006-10-23 | Avoid trying to compare more than strlen bytes. | Yang Tse |
2006-10-23 | Replace is*() macros with our own IS*() ones. | Yang Tse |
2006-10-11 | Remove redundant __CYGWIN__ symbol check | Yang Tse |
2006-09-12 | Cygwin preprocessor adjustments | Yang Tse |