aboutsummaryrefslogtreecommitdiffstats
path: root/slirp/tftp.c
AgeCommit message (Expand)AuthorFilesLines
2008-09-20Suppress gcc 4.x -Wpointer-sign (included in -Wall) warningsblueswir11-7/+9
2008-08-21Fix OpenBSD linker warningsblueswir11-3/+4
2007-10-26 Use const and static as needed, disable unused codeblueswir11-4/+4
2007-09-17find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths1-12/+12
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths1-22/+22
2007-02-20Change -tftp option to take a root directory, by Anthony Liguori.ths1-3/+9
2007-02-20Add OACK support to slirp TFTP server, by Anthony Liguori.ths1-0/+83
2004-10-09win32 fixbellard1-1/+1
2004-08-25port redirection supportbellard1-1/+1
2004-08-25removed gettimeofday usagebellard1-19/+13
2004-08-24TFTP support (Magnus Damm)bellard1-0/+339