aboutsummaryrefslogtreecommitdiff
path: root/slirp/tftp.c
AgeCommit message (Expand)Author
2011-02-25slirp: Remove some type casts caused by bad declaration of x.tp_bufStefan Weil
2011-01-13slirp: Use strcasecmp() to check tftp mode, tsizeSergei Gavrikov
2010-07-25slirp: Replace u_int8_t, u_int16_t, u_int32_t, u_int64_t by standard int typesStefan Weil
2010-03-07slirp: remove dead assignments, spotted by clangBlue Swirl
2010-01-13Qemu's internal TFTP server breaks lock-step-iness of TFTPMilan Plzik
2010-01-11Handle TFTP ERROR from clientThomas Horsten
2009-06-29slirp: tftp: Relax filename format checkJan Kiszka
2009-06-29slirp: Factor out internal state structureJan Kiszka
2009-06-29slirp: tftp: Rework filename handlingJan Kiszka
2009-06-29slirp: tftp: Refactor tftp_handle_rrqJan Kiszka
2009-06-29slirp: tftp: Clean up tftp_send_errorJan Kiszka
2009-06-29slirp: tftp: Cleanup tftp_prefix checkJan Kiszka
2009-06-29slirp: Drop dead codeJan Kiszka
2009-06-29slirp: Move smb, redir, tftp and bootp parameters and -net channelJan Kiszka
2008-09-20Suppress gcc 4.x -Wpointer-sign (included in -Wall) warningsblueswir1
2008-08-21Fix OpenBSD linker warningsblueswir1
2007-10-26 Use const and static as needed, disable unused codeblueswir1
2007-09-17find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths
2007-02-20Change -tftp option to take a root directory, by Anthony Liguori.ths
2007-02-20Add OACK support to slirp TFTP server, by Anthony Liguori.ths
2004-10-09win32 fixbellard
2004-08-25port redirection supportbellard
2004-08-25removed gettimeofday usagebellard
2004-08-24TFTP support (Magnus Damm)bellard