summaryrefslogtreecommitdiff
path: root/slirp/tftp.h
AgeCommit message (Expand)AuthorFilesLines
2012-12-19janitor: add guards to headersPaolo Bonzini1-0/+4
2012-09-13slirp: Handle more than 65535 blocks in TFTP transfersHervé Poussineau1-0/+1
2012-09-13slirp: improve TFTP performanceHervé Poussineau1-0/+1
2011-02-25slirp: Remove some type casts caused by bad declaration of x.tp_bufStefan Weil1-1/+1
2010-07-25slirp: Replace u_int8_t, u_int16_t, u_int32_t, u_int64_t by standard int typesStefan Weil1-7/+7
2009-06-29slirp: Factor out internal state structureJan Kiszka1-0/+10
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths1-2/+2
2007-02-20Add OACK support to slirp TFTP server, by Anthony Liguori.ths1-0/+1
2004-08-25port redirection supportbellard1-2/+0
2004-08-24TFTP support (Magnus Damm)bellard1-0/+34