aboutsummaryrefslogtreecommitdiff
path: root/tftp.c
AgeCommit message (Expand)AuthorFilesLines
2008-09-20Suppress gcc 4.x -Wpointer-sign (included in -Wall) warningsblueswir11-7/+11
2008-08-21Fix OpenBSD linker warningsblueswir11-3/+4
2007-10-26 Use const and static as needed, disable unused codeblueswir11-4/+4
2007-02-20Change -tftp option to take a root directory, by Anthony Liguori.ths1-3/+8
2007-02-20Add OACK support to slirp TFTP server, by Anthony Liguori.ths1-0/+81
2004-10-09win32 fixbellard1-1/+1
2004-08-25port redirection supportbellard1-1/+1
2004-08-25removed gettimeofday usagebellard1-10/+4
2004-08-24TFTP support (Magnus Damm)bellard1-0/+335