Commit History

Author SHA1 Message Date
  Yang Tse af41fb79b5 Include <arpa/inet.h> if HAVE_ARPA_INET_H is defined 15 years ago
  Daniel Stenberg 082b0d822c test 1099: "TFTP get first a non-existing file then an existing" added disabled 15 years ago
  Gunter Knauf 2b96c3f5ce add back most likely acciedently removed function name justtimeout to fix autobuild breaks. 15 years ago
  Gisle Vanem 59997ecad5 Avoid warnings when HAVE_ALRM and SIGALRM are not defined. 15 years ago
  Yang Tse 068ba17e21 moved some definitions from tftp.h to tftpd.c 16 years ago
  Yang Tse 4d10c96aa6 fix compiler warning 16 years ago
  Yang Tse e16bccbb91 attempt to fix compiler warning: 16 years ago
  Yang Tse 445e4a9792 revert change introduced in tftpd.c revision 1.44 16 years ago
  Yang Tse 26a651f7ae fix compiler warning: `variable' might be clobbered by `longjmp' or `vfork' 16 years ago
  Yang Tse 57ee847ce7 Avoid the use of the '? :' operator inside the call to our 16 years ago
  Yang Tse b6f29bef06 fix compiler warning: defined but not used 16 years ago
  Yang Tse fe5f448015 fix compiler warning: external definition with no prior declaration 16 years ago
  Yang Tse 8733e087d7 fix print formatting string directives 16 years ago
  Yang Tse 912c29fd8c Undo using the sreadfrom() wrapper to replace recvfrom() in our code, for real ;-) 16 years ago
  Yang Tse 537490e391 Undo using the sreadfrom() wrapper to replace recvfrom() in our code. 16 years ago
  Yang Tse 51e84c77e7 fix compiler warning: implicit conversion from "long" to "int" 16 years ago
  Yang Tse 1b37baf656 Use the sreadfrom() wrapper to replace recvfrom() in our code. 16 years ago
  Yang Tse 96edebf4d9 improve synchronization between test harness runtests.pl script 16 years ago
  Yang Tse ed63d9d4de header inclusion cleanup 16 years ago
  Yang Tse 0d09f342c4 refactor some code out to write_pidfile() in util.c 16 years ago
  Yang Tse bad6410d08 Don't try to compare more than strlen chars 16 years ago
  Yang Tse fecb67b246 Use a long int data type to handle getpid() result 16 years ago
  Yang Tse ed636cbe44 Replace isupper with our uppercase macro version 17 years ago
  Dan Fandrich 65ed696625 Fixed the test TFTP server to support the >10000 test number notation 17 years ago
  Patrick Monnerat c67c54d4b3 Close log/server.input ASAP to avoid lengthy file lock on cygwin 17 years ago
  Dan Fandrich 16b95fc773 Enabled a few more gcc warnings with --enable-debug. Renamed a few 17 years ago
  Yang Tse 31e598d2f3 add debug messages for initialization failures 17 years ago
  Yang Tse 4894ce16fc use macros ERRNO, SET_ERRNO(), SOCKERRNO and SET_SOCKERRNO() for errno handling 17 years ago
  Yang Tse c26ec47e90 compiler warning fix 17 years ago
  Dan Fandrich b0d13fa4cb Leave the TFTPD test server running after a file upload. 17 years ago