summaryrefslogtreecommitdiff
path: root/slirp/tftp.h
AgeCommit message (Expand)Author
2021-08-03Update libslirp to v4.6.1Marc-André Lureau
2020-11-27slirp: update to fix CVE-2020-29129 CVE-2020-29130Marc-André Lureau
2020-07-28slirp: update to latest stable-4.2 branchMarc-André Lureau
2020-04-21slirp: update to fix CVE-2020-1983Marc-André Lureau
2020-03-22slirp: update submodule to v4.2.0+Marc-André Lureau
2019-08-02slirp: update with CVE-2019-14378 fixMarc-André Lureau
2019-05-09Update upstream slirpSamuel Thibault
2019-05-04Update slirp submoduleSamuel Thibault
2019-05-03build-sys: move slirp as git submodule projectMarc-André Lureau
2019-03-07slirp: move sources to src/ subdirectoryMarc-André Lureau
2016-12-21slirp: support dynamic block size for TFTP transfersHervé Poussineau
2016-07-12Clean up decorations and whitespace around header guardsMarkus Armbruster
2016-03-15slirp: Add IPv6 support to the TFTP codeThomas Huth
2014-06-24Increase maximum number of session of the internal TFTP server.Bernhard Übelacker
2012-12-19janitor: add guards to headersPaolo Bonzini
2012-09-13slirp: Handle more than 65535 blocks in TFTP transfersHervé Poussineau
2012-09-13slirp: improve TFTP performanceHervé Poussineau
2011-02-25slirp: Remove some type casts caused by bad declaration of x.tp_bufStefan Weil
2010-07-25slirp: Replace u_int8_t, u_int16_t, u_int32_t, u_int64_t by standard int typesStefan Weil
2009-06-29slirp: Factor out internal state structureJan Kiszka
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths
2007-02-20Add OACK support to slirp TFTP server, by Anthony Liguori.ths
2004-08-25port redirection supportbellard
2004-08-24TFTP support (Magnus Damm)bellard