summaryrefslogtreecommitdiff
path: root/tests/server/tftpd.c
Commit message (Expand)AuthorAgeFilesLines
* killed trailing whitespaceDaniel Stenberg2006-01-031-11/+11
* Andres Garcia made the TFTP test server build with mingw ("I also had to copyDaniel Stenberg2006-01-031-8/+42
* Fixed lcc compiler warnings.Dan Fandrich2005-12-191-2/+2
* Fixed some compiler warnings on lcc.Dan Fandrich2005-12-131-0/+1
* Fix compiler warningYang Tse2005-12-081-2/+2
* Yang Tse: fixed compiler warningDaniel Stenberg2005-12-061-1/+1
* Another Yang Tse warning cleanup raid!Daniel Stenberg2005-12-051-2/+2
* seems to work for test 271 on Linux now!Daniel Stenberg2005-09-191-11/+19
* renamed sendfile() since some systems have a system call named like this -Daniel Stenberg2005-09-161-6/+6
* In the Solaris 7 header files for tftp, the th_stuff struct member is anDaniel Stenberg2005-09-161-1/+2
* prevent warnings on re-defining MINDaniel Stenberg2005-09-161-0/+1
* use int "subscripts" to prevent warnings from picky compilersDaniel Stenberg2005-09-161-2/+2
* use internal *printf() clonesDaniel Stenberg2005-09-161-0/+4
* ifdef for includes, added checking for two not previously checked files (oneDaniel Stenberg2005-09-151-3/+24
* First version of the TFTP server. Basic functionality is there.Daniel Stenberg2005-09-151-0/+865