aboutsummaryrefslogtreecommitdiffstats
path: root/slirp/tftp.c
AgeCommit message (Expand)AuthorFilesLines
2010-03-07slirp: remove dead assignments, spotted by clangBlue Swirl1-3/+0
2010-01-13Qemu's internal TFTP server breaks lock-step-iness of TFTPMilan Plzik1-0/+1
2010-01-11Handle TFTP ERROR from clientThomas Horsten1-0/+23
2009-06-29slirp: tftp: Relax filename format checkJan Kiszka1-3/+5
2009-06-29slirp: Factor out internal state structureJan Kiszka1-37/+28
2009-06-29slirp: tftp: Rework filename handlingJan Kiszka1-22/+16
2009-06-29slirp: tftp: Refactor tftp_handle_rrqJan Kiszka1-28/+21
2009-06-29slirp: tftp: Clean up tftp_send_errorJan Kiszka1-8/+5
2009-06-29slirp: tftp: Cleanup tftp_prefix checkJan Kiszka1-8/+7
2009-06-29slirp: Drop dead codeJan Kiszka1-1/+1
2009-06-29slirp: Move smb, redir, tftp and bootp parameters and -net channelJan Kiszka1-1/+1
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