index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
slirp
/
tftp.c
Age
Commit message (
Expand
)
Author
2010-01-13
Qemu's internal TFTP server breaks lock-step-iness of TFTP
Milan Plzik
2010-01-11
Handle TFTP ERROR from client
Thomas Horsten
2009-06-29
slirp: tftp: Relax filename format check
Jan Kiszka
2009-06-29
slirp: Factor out internal state structure
Jan Kiszka
2009-06-29
slirp: tftp: Rework filename handling
Jan Kiszka
2009-06-29
slirp: tftp: Refactor tftp_handle_rrq
Jan Kiszka
2009-06-29
slirp: tftp: Clean up tftp_send_error
Jan Kiszka
2009-06-29
slirp: tftp: Cleanup tftp_prefix check
Jan Kiszka
2009-06-29
slirp: Drop dead code
Jan Kiszka
2009-06-29
slirp: Move smb, redir, tftp and bootp parameters and -net channel
Jan Kiszka
2008-09-20
Suppress gcc 4.x -Wpointer-sign (included in -Wall) warnings
blueswir1
2008-08-21
Fix OpenBSD linker warnings
blueswir1
2007-10-26
Use const and static as needed, disable unused code
blueswir1
2007-09-17
find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...
ths
2007-09-16
find -type f | xargs sed -i 's/[\t ]$//g' # on most files
ths
2007-02-20
Change -tftp option to take a root directory, by Anthony Liguori.
ths
2007-02-20
Add OACK support to slirp TFTP server, by Anthony Liguori.
ths
2004-10-09
win32 fix
bellard
2004-08-25
port redirection support
bellard
2004-08-25
removed gettimeofday usage
bellard
2004-08-24
TFTP support (Magnus Damm)
bellard