Age | Commit message (Expand) | Author |
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 |
2007-02-02 | compiler warning fix | Yang Tse |
2007-01-15 | Leave the TFTPD test server running after a file upload. | Dan Fandrich |
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 |
2006-08-14 | Replace exit() with return() in main() | Yang Tse |
2006-07-29 | Fix compiler warnings. | Yang Tse |
2006-07-28 | Replace send() and recv() with swrite() and sread() macros. | Yang Tse |
2006-05-24 | based on Tor Arntsen's fix, this should correct test case 271 to again run | Daniel Stenberg |
2006-01-03 | killed trailing whitespace | Daniel Stenberg |
2006-01-03 | Andres Garcia made the TFTP test server build with mingw ("I also had to copy | Daniel Stenberg |
2005-12-19 | Fixed lcc compiler warnings. | Dan Fandrich |
2005-12-13 | Fixed some compiler warnings on lcc. | Dan Fandrich |
2005-12-08 | Fix compiler warning | Yang Tse |
2005-12-06 | Yang Tse: fixed compiler warning | Daniel Stenberg |
2005-12-05 | Another Yang Tse warning cleanup raid! | Daniel Stenberg |
2005-09-19 | seems to work for test 271 on Linux now! | Daniel Stenberg |
2005-09-16 | renamed sendfile() since some systems have a system call named like this - | Daniel Stenberg |
2005-09-16 | In the Solaris 7 header files for tftp, the th_stuff struct member is an | Daniel Stenberg |
2005-09-16 | prevent warnings on re-defining MIN | Daniel Stenberg |
2005-09-16 | use int "subscripts" to prevent warnings from picky compilers | Daniel Stenberg |
2005-09-16 | use internal *printf() clones | Daniel Stenberg |
2005-09-15 | ifdef for includes, added checking for two not previously checked files (one | Daniel Stenberg |
2005-09-15 | First version of the TFTP server. Basic functionality is there. | Daniel Stenberg |