]> git.proxmox.com Git - mirror_qemu.git/history - slirp/tftp.c
find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex.
[mirror_qemu.git] / slirp / tftp.c
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)