summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Qemu's internal TFTP server breaks lock-step-iness of TFTPMilan Plzik2010-01-131-0/+1
* Handle TFTP ERROR from clientThomas Horsten2010-01-121-0/+23
* slirp: tftp: Relax filename format checkJan Kiszka2009-06-291-3/+5
* slirp: Factor out internal state structureJan Kiszka2009-06-291-37/+28
* slirp: tftp: Rework filename handlingJan Kiszka2009-06-291-22/+16
* slirp: tftp: Refactor tftp_handle_rrqJan Kiszka2009-06-291-28/+21
* slirp: tftp: Clean up tftp_send_errorJan Kiszka2009-06-291-8/+5
* slirp: tftp: Cleanup tftp_prefix checkJan Kiszka2009-06-291-8/+7
* slirp: Drop dead codeJan Kiszka2009-06-291-1/+1
* slirp: Move smb, redir, tftp and bootp parameters and -net channelJan Kiszka2009-06-291-1/+1
* Suppress gcc 4.x -Wpointer-sign (included in -Wall) warningsblueswir12008-09-201-7/+9
* Fix OpenBSD linker warningsblueswir12008-08-211-3/+4
* Use const and static as needed, disable unused codeblueswir12007-10-261-4/+4
* find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths2007-09-171-12/+12
* find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths2007-09-161-22/+22
* Change -tftp option to take a root directory, by Anthony Liguori.ths2007-02-201-3/+9
* Add OACK support to slirp TFTP server, by Anthony Liguori.ths2007-02-201-0/+83
* win32 fixbellard2004-10-091-1/+1
* port redirection supportbellard2004-08-251-1/+1
* removed gettimeofday usagebellard2004-08-251-19/+13
* TFTP support (Magnus Damm)bellard2004-08-241-0/+339