summaryrefslogtreecommitdiffstats
path: root/slirp/tftp.c
Commit message (Expand)AuthorAgeFilesLines
* slirp: tftp, copy sockaddr_sizeMarc-André Lureau2017-04-291-1/+1
* slirp: support dynamic block size for TFTP transfersHervé Poussineau2016-12-211-12/+14
* Use #include "..." for our own headers, <...> for othersMarkus Armbruster2016-07-121-1/+1
* slirp: Remove superfluous memset() calls from the TFTP codeThomas Huth2016-07-031-4/+0Star
* util: move declarations out of qemu-common.hVeronia Bahaa2016-03-221-0/+1
* slirp: Add IPv6 support to the TFTP codeThomas Huth2016-03-151-59/+74
* slirp: Clean up includesPeter Maydell2016-02-041-0/+1
* slirp: Factorizing address translationGuillaume Subiron2016-02-041-3/+3
* Fixed various typosDeepak Kathayat2014-03-251-1/+1
* slirp: Implement TFTP Blocksize optionHervé Poussineau2012-09-141-9/+33
* slirp: Remove unused return value of tftp_send_next_blockJan Kiszka2012-09-131-9/+5Star
* slirp: Handle more than 65535 blocks in TFTP transfersHervé Poussineau2012-09-131-14/+10Star
* slirp: improve TFTP performanceHervé Poussineau2012-09-131-14/+18
* Use glib memory allocation and free functionsAnthony Liguori2011-08-211-3/+3
* slirp: Remove some type casts caused by bad declaration of x.tp_bufStefan Weil2011-02-251-7/+7
* slirp: Use strcasecmp() to check tftp mode, tsizeSergei Gavrikov2011-01-131-2/+2
* slirp: Replace u_int8_t, u_int16_t, u_int32_t, u_int64_t by standard int typesStefan Weil2010-07-251-4/+4
* slirp: remove dead assignments, spotted by clangBlue Swirl2010-03-071-3/+0Star
* Qemu's internal TFTP server breaks lock-step-iness of TFTPMilan Plzik2010-01-141-0/+1
* Handle TFTP ERROR from clientThomas Horsten2010-01-111-0/+23
* slirp: tftp: Relax filename format checkJan Kiszka2009-06-291-3/+5
* slirp: Factor out internal state structureJan Kiszka2009-06-291-37/+28Star
* slirp: tftp: Rework filename handlingJan Kiszka2009-06-291-22/+16Star
* slirp: tftp: Refactor tftp_handle_rrqJan Kiszka2009-06-291-28/+21Star
* slirp: tftp: Clean up tftp_send_errorJan Kiszka2009-06-291-8/+5Star
* slirp: tftp: Cleanup tftp_prefix checkJan Kiszka2009-06-291-8/+7Star
* slirp: Drop dead codeJan Kiszka2009-06-291-1/+1
* slirp: Move smb, redir, tftp and bootp parameters and -net channelJan Kiszka2009-06-291-1/+1
* Suppress gcc 4.x -Wpointer-sign (included in -Wall) warningsblueswir12008-09-201-7/+9
* Fix OpenBSD linker warningsblueswir12008-08-211-3/+4
* Use const and static as needed, disable unused codeblueswir12007-10-261-4/+4
* find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths2007-09-171-12/+12
* find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths2007-09-161-22/+22
* Change -tftp option to take a root directory, by Anthony Liguori.ths2007-02-201-3/+9
* Add OACK support to slirp TFTP server, by Anthony Liguori.ths2007-02-201-0/+83
* win32 fixbellard2004-10-101-1/+1
* port redirection supportbellard2004-08-261-1/+1
* removed gettimeofday usagebellard2004-08-251-19/+13Star
* TFTP support (Magnus Damm)bellard2004-08-241-0/+339