index
:
curl
gemini-meta
master
cURL mirror with patches applied
Ben
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
server
/
tftpd.c
Age
Commit message (
Expand
)
Author
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
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
[prev]