summaryrefslogtreecommitdiff
path: root/slirp/tftp.c
AgeCommit message (Expand)AuthorFilesLines
2012-09-14slirp: Implement TFTP Blocksize optionHervé Poussineau1-9/+33
2012-09-13slirp: Remove unused return value of tftp_send_next_blockJan Kiszka1-9/+5
2012-09-13slirp: Handle more than 65535 blocks in TFTP transfersHervé Poussineau1-14/+10
2012-09-13slirp: improve TFTP performanceHervé Poussineau1-14/+18
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-3/+3
2011-02-25slirp: Remove some type casts caused by bad declaration of x.tp_bufStefan Weil1-7/+7
2011-01-13slirp: Use strcasecmp() to check tftp mode, tsizeSergei Gavrikov1-2/+2
2010-07-25slirp: Replace u_int8_t, u_int16_t, u_int32_t, u_int64_t by standard int typesStefan Weil1-4/+4
2010-03-07slirp: remove dead assignments, spotted by clangBlue Swirl1-3/+0
2010-01-13Qemu's internal TFTP server breaks lock-step-iness of TFTPMilan Plzik1-0/+1
2010-01-11Handle TFTP ERROR from clientThomas Horsten1-0/+23
2009-06-29slirp: tftp: Relax filename format checkJan Kiszka1-3/+5
2009-06-29slirp: Factor out internal state structureJan Kiszka1-37/+28
2009-06-29slirp: tftp: Rework filename handlingJan Kiszka1-22/+16
2009-06-29slirp: tftp: Refactor tftp_handle_rrqJan Kiszka1-28/+21
2009-06-29slirp: tftp: Clean up tftp_send_errorJan Kiszka1-8/+5
2009-06-29slirp: tftp: Cleanup tftp_prefix checkJan Kiszka1-8/+7
2009-06-29slirp: Drop dead codeJan Kiszka1-1/+1
2009-06-29slirp: Move smb, redir, tftp and bootp parameters and -net channelJan Kiszka1-1/+1
2008-09-20Suppress gcc 4.x -Wpointer-sign (included in -Wall) warningsblueswir11-7/+9
2008-08-21Fix OpenBSD linker warningsblueswir11-3/+4
2007-10-26 Use const and static as needed, disable unused codeblueswir11-4/+4
2007-09-17find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths1-12/+12
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths1-22/+22
2007-02-20Change -tftp option to take a root directory, by Anthony Liguori.ths1-3/+9
2007-02-20Add OACK support to slirp TFTP server, by Anthony Liguori.ths1-0/+83
2004-10-09win32 fixbellard1-1/+1
2004-08-25port redirection supportbellard1-1/+1
2004-08-25removed gettimeofday usagebellard1-19/+13
2004-08-24TFTP support (Magnus Damm)bellard1-0/+339