convert windows console chardev to QemuOpts.
[qemu] / slirp / tftp.c
2009-06-29 Jan Kiszkaslirp: tftp: Relax filename format check
2009-06-29 Jan Kiszkaslirp: Factor out internal state structure
2009-06-29 Jan Kiszkaslirp: tftp: Rework filename handling
2009-06-29 Jan Kiszkaslirp: tftp: Refactor tftp_handle_rrq
2009-06-29 Jan Kiszkaslirp: tftp: Clean up tftp_send_error
2009-06-29 Jan Kiszkaslirp: tftp: Cleanup tftp_prefix check
2009-06-29 Jan Kiszkaslirp: Drop dead code
2009-06-29 Jan Kiszkaslirp: Move smb, redir, tftp and bootp parameters and...
2008-09-20 blueswir1Suppress gcc 4.x -Wpointer-sign (included in -Wall...
2008-08-21 blueswir1Fix OpenBSD linker warnings
2007-10-26 blueswir1 Use const and static as needed, disable unused code
2007-09-17 thsfind -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again...
2007-09-16 thsfind -type f | xargs sed -i 's/[\t ]$//g' # on most...
2007-02-20 thsChange -tftp option to take a root directory, by Anthon...
2007-02-20 thsAdd OACK support to slirp TFTP server, by Anthony Liguori.
2004-10-09 bellardwin32 fix
2004-08-25 bellardport redirection support
2004-08-25 bellardremoved gettimeofday usage
2004-08-24 bellardTFTP support (Magnus Damm)