aboutsummaryrefslogtreecommitdiff
path: root/tftp.c
AgeCommit message (Expand)AuthorFilesLines
2014-03-25Fixed various typosv2.0.2v2.0.1v2.0.0-rc3v2.0.0-rc2v2.0.0-rc1v2.0.0Deepak Kathayat1-1/+1
2012-09-14slirp: Implement TFTP Blocksize optionHervé Poussineau1-8/+36
2012-09-13slirp: Remove unused return value of tftp_send_next_blockJan Kiszka1-8/+5
2012-09-13slirp: Handle more than 65535 blocks in TFTP transfersHervé Poussineau1-12/+9
2012-09-13slirp: improve TFTP performanceHervé Poussineau1-8/+12
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-11/+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-4/+5
2009-06-29slirp: Factor out internal state structureJan Kiszka1-37/+28
2009-06-29slirp: tftp: Rework filename handlingJan Kiszka1-21/+16
2009-06-29slirp: tftp: Refactor tftp_handle_rrqJan Kiszka1-27/+21
2009-06-29slirp: tftp: Clean up tftp_send_errorJan Kiszka1-6/+4
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/+11
2008-08-21Fix OpenBSD linker warningsblueswir11-3/+4
2007-10-26 Use const and static as needed, disable unused codeblueswir11-4/+4
2007-02-20Change -tftp option to take a root directory, by Anthony Liguori.ths1-3/+8
2007-02-20Add OACK support to slirp TFTP server, by Anthony Liguori.ths1-0/+81
2004-10-09win32 fixbellard1-1/+1
2004-08-25port redirection supportbellard1-1/+1
2004-08-25removed gettimeofday usagebellard1-10/+4
2004-08-24TFTP support (Magnus Damm)bellard1-0/+335