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
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