History log of /curl/tests/server/tftpd.c (Results 126 – 132 of 132)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 90559bed 16-Sep-2005 Daniel Stenberg

renamed sendfile() since some systems have a system call named like this -
now the functions are named sendtftp() and recvtftp() instead.


# 973a18cf 16-Sep-2005 Daniel Stenberg

In the Solaris 7 header files for tftp, the th_stuff struct member is an
unsigned short. Trying a typecast here to fix.


# 3c666ce5 16-Sep-2005 Daniel Stenberg

prevent warnings on re-defining MIN


# da3ecc91 16-Sep-2005 Daniel Stenberg

use int "subscripts" to prevent warnings from picky compilers


# 09c8f558 16-Sep-2005 Daniel Stenberg

use internal *printf() clones


# 528a149d 15-Sep-2005 Daniel Stenberg

ifdef for includes, added checking for two not previously checked files (one
being necessary for solaris builds)


# cd5de5c0 15-Sep-2005 Daniel Stenberg

First version of the TFTP server. Basic functionality is there.


123456