Age | Commit message (Expand) | Author |
2008-10-03 | revert change introduced in tftpd.c revision 1.44 | Yang Tse |
2008-10-02 | fix compiler warning: dereferencing type-punned pointer will break strict-ali... | Yang Tse |
2008-10-02 | fix compiler warning: `variable' might be clobbered by `longjmp' or `vfork' | Yang Tse |
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-26 | fix potential buffer overflow in test-server logging function | Yang Tse |
2008-09-21 | fix compiler warning: defined but not used | 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-06 | remove unnecessary typecasting of malloc() | 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-08-17 | libcurl internal base64.h header file renamed to curl_base64.h | Yang Tse |
2008-08-07 | Initial support of curlbuild.h and curlrules.h which allows | Yang Tse |
2008-07-30 | Added test case 1051 to test Location: following with PUT, as reported | Dan Fandrich |
2008-07-30 | Undo using the sreadfrom() wrapper to replace recvfrom() in our code, for rea... | Yang Tse |
2008-07-30 | Undo using the sreadfrom() wrapper to replace recvfrom() in our code. | Yang Tse |
2008-07-21 | fix compiler warning: implicit conversion from "long" to "int" | Yang Tse |
2008-07-21 | Use the sreadfrom() wrapper to replace recvfrom() in our code. | Yang Tse |
2008-07-15 | add comment for include paths | Yang Tse |
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-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 |
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 |