aboutsummaryrefslogtreecommitdiff
path: root/tests/server/tftpd.c
AgeCommit message (Expand)Author
2008-10-23moved some definitions from tftp.h to tftpd.cYang Tse
2008-10-23fix compiler warningYang Tse
2008-10-14attempt to fix compiler warning:Yang Tse
2008-10-03revert change introduced in tftpd.c revision 1.44Yang Tse
2008-10-02fix compiler warning: `variable' might be clobbered by `longjmp' or `vfork'Yang Tse
2008-09-26Avoid the use of the '? :' operator inside the call to ourYang Tse
2008-09-21fix compiler warning: defined but not usedYang Tse
2008-09-20fix compiler warning: external definition with no prior declarationYang Tse
2008-09-04fix print formatting string directivesYang Tse
2008-07-30Undo using the sreadfrom() wrapper to replace recvfrom() in our code, for rea...Yang Tse
2008-07-30Undo using the sreadfrom() wrapper to replace recvfrom() in our code.Yang Tse
2008-07-21fix compiler warning: implicit conversion from "long" to "int"Yang Tse
2008-07-21Use the sreadfrom() wrapper to replace recvfrom() in our code.Yang Tse
2008-04-23improve synchronization between test harness runtests.pl scriptYang Tse
2008-02-28header inclusion cleanupYang Tse
2008-02-26refactor some code out to write_pidfile() in util.cYang Tse
2008-02-06Don't try to compare more than strlen charsYang Tse
2008-02-06Use a long int data type to handle getpid() resultYang Tse
2007-11-15Replace isupper with our uppercase macro versionYang Tse
2007-10-24Fixed the test TFTP server to support the >10000 test number notationDan Fandrich
2007-10-24Close log/server.input ASAP to avoid lengthy file lock on cygwinPatrick Monnerat
2007-09-27Enabled a few more gcc warnings with --enable-debug. Renamed a fewDan Fandrich
2007-02-19add debug messages for initialization failuresYang Tse
2007-02-16use macros ERRNO, SET_ERRNO(), SOCKERRNO and SET_SOCKERRNO() for errno handlingYang Tse
2007-02-02compiler warning fixYang Tse
2007-01-15Leave the TFTPD test server running after a file upload.Dan Fandrich
2006-10-23Replace is*() macros with our own IS*() ones.Yang Tse
2006-10-11Remove redundant __CYGWIN__ symbol checkYang Tse
2006-09-12Cygwin preprocessor adjustmentsYang Tse
2006-08-14Replace exit() with return() in main()Yang Tse
2006-07-29Fix compiler warnings.Yang Tse
2006-07-28Replace send() and recv() with swrite() and sread() macros.Yang Tse
2006-05-24based on Tor Arntsen's fix, this should correct test case 271 to again runDaniel Stenberg
2006-01-03killed trailing whitespaceDaniel Stenberg
2006-01-03Andres Garcia made the TFTP test server build with mingw ("I also had to copyDaniel Stenberg
2005-12-19Fixed lcc compiler warnings.Dan Fandrich
2005-12-13Fixed some compiler warnings on lcc.Dan Fandrich
2005-12-08Fix compiler warningYang Tse
2005-12-06Yang Tse: fixed compiler warningDaniel Stenberg
2005-12-05Another Yang Tse warning cleanup raid!Daniel Stenberg
2005-09-19seems to work for test 271 on Linux now!Daniel Stenberg
2005-09-16renamed sendfile() since some systems have a system call named like this -Daniel Stenberg
2005-09-16In the Solaris 7 header files for tftp, the th_stuff struct member is anDaniel Stenberg
2005-09-16prevent warnings on re-defining MINDaniel Stenberg
2005-09-16use int "subscripts" to prevent warnings from picky compilersDaniel Stenberg
2005-09-16use internal *printf() clonesDaniel Stenberg
2005-09-15ifdef for includes, added checking for two not previously checked files (oneDaniel Stenberg
2005-09-15First version of the TFTP server. Basic functionality is there.Daniel Stenberg