Age | Commit message (Expand) | Author |
2012-04-10 | test servers: build adjustment | Yang Tse |
2011-06-11 | write: add return code checks when used | Daniel Stenberg |
2011-04-05 | Changed some nonportable types | Dan Fandrich |
2010-12-17 | tftpd: avoid buffer overflow report from glibc | Paul Howarth |
2010-11-19 | test servers: fix strict aliasing compiler warnings | Yang Tse |
2010-03-24 | remove the CVSish $Id$ lines | Daniel Stenberg |
2010-02-22 | convert Curl_ultous() and Curl_ultouc() functions to curlx_ultous() and | Yang Tse |
2010-02-19 | fix compiler warning | Yang Tse |
2010-02-18 | fix compiler warning | Yang Tse |
2010-02-14 | Overhauled test suite getpart() function. Fixing potential out of bounds | Yang Tse |
2010-02-04 | Validate server port argument | Yang Tse |
2010-02-02 | avoid possibility of using obsoleted stuff | Yang Tse |
2010-01-23 | PKTSIZE might have been already defined in arpa/tftp.h | Yang Tse |
2010-01-08 | Remove extra line feed | Yang Tse |
2010-01-08 | sws and tftpd command line option naming adjustments | Yang Tse |
2009-12-03 | Fix 'uploaded' file descriptor leak | Yang Tse |
2009-12-02 | signal handling to cleanup on SIGINT and 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-23 | Enhance some debug messages for initialization failures. | Yang Tse |
2009-09-17 | Attempt to silence bogus compiler warning: "Potential null pointer dereference" | Yang Tse |
2009-06-11 | fix compiler warning | Yang Tse |
2009-05-02 | Use build-time configured curl_socklen_t instead of socklen_t | Yang Tse |
2009-04-27 | Include <arpa/inet.h> if HAVE_ARPA_INET_H is defined | Yang Tse |
2009-04-24 | test 1099: "TFTP get first a non-existing file then an existing" added disabled | Daniel Stenberg |
2009-04-09 | add back most likely acciedently removed function name justtimeout to fix aut... | Gunter Knauf |
2009-04-08 | Avoid warnings when HAVE_ALRM and SIGALRM are not defined. | Gisle Vanem |
2008-10-23 | moved some definitions from tftp.h to tftpd.c | Yang Tse |
2008-10-23 | fix compiler warning | Yang Tse |
2008-10-14 | attempt to fix compiler warning: | Yang Tse |
2008-10-03 | revert change introduced in tftpd.c revision 1.44 | Yang Tse |
2008-10-02 | fix compiler warning: `variable' might be clobbered by `longjmp' or `vfork' | Yang Tse |
2008-09-26 | Avoid the use of the '? :' operator inside the call to our | 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-04 | fix print formatting string directives | Yang Tse |
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-04-23 | improve synchronization between test harness runtests.pl script | 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 | 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 |
2007-11-15 | Replace isupper with our uppercase macro version | Yang Tse |
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-09-27 | Enabled a few more gcc warnings with --enable-debug. Renamed a few | Dan Fandrich |
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 |