summaryrefslogtreecommitdiffstats
path: root/slirp/tftp.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+5
* slirp: Handle more than 65535 blocks in TFTP transfersHervé Poussineau2012-09-131-14/+10
* slirp: improve TFTP performanceHervé Poussineau2012-09-131-14/+18
* Use glib memory allocation and free functionsAnthony Liguori2011-08-201-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/+0
* Qemu's internal TFTP server breaks lock-step-iness of TFTPMilan Plzik2010-01-131-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/+28
* slirp: tftp: Rework filename handlingJan Kiszka2009-06-291-22/+16
* slirp: tftp: Refactor tftp_handle_rrqJan Kiszka2009-06-291-28/+21
* slirp: tftp: Clean up tftp_send_errorJan Kiszka2009-06-291-8/+5
* slirp: tftp: Cleanup tftp_prefix checkJan Kiszka2009-06-291-8/+7
* 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-091-1/+1
* port redirection supportbellard2004-08-251-1/+1
* removed gettimeofday usagebellard2004-08-251-19/+13
* TFTP support (Magnus Damm)bellard2004-08-241-0/+339
OpenPOWER on IntegriCloud