]> git.proxmox.com Git - qemu.git/history - slirp/tftp.c
rng-egd: remove redundant free
[qemu.git] / slirp / tftp.c
2013-01-10 Andreas FärberMerge branch 'master' of git://git.qemu.org/qemu into...
2012-09-25 Anthony LiguoriMerge remote-tracking branch 'bonzini/nbd-next' into...
2012-09-21 Aurelien JarnoMerge branch 'usb.65' of git://git.kraxel.org/qemu
2012-09-17 Anthony LiguoriMerge remote-tracking branch 'kiszka/queues/slirp'...
2012-09-13 Hervé Poussineauslirp: Implement TFTP Blocksize option
2012-09-13 Jan Kiszkaslirp: Remove unused return value of tftp_send_next_block
2012-09-13 Hervé Poussineauslirp: Handle more than 65535 blocks in TFTP transfers
2012-09-13 Hervé Poussineauslirp: improve TFTP performance
2012-02-23 Kevin WolfMerge qemu-iotests into for-anthony
2011-08-21 Anthony LiguoriMerge remote-tracking branch 'pmaydell/armhw-for-upstre...
2011-08-21 Blue SwirlMerge branch 'queues/slirp' of git://git.kiszka.org...
2011-08-21 Anthony LiguoriUse glib memory allocation and free functions
2011-02-25 Stefan Weilslirp: Remove some type casts caused by bad declaration...
2011-01-31 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2011-01-21 Aurelien JarnoMerge branch 'usb.4' of git://anongit.freedesktop.org...
2011-01-20 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2011-01-17 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2011-01-13 Sergei Gavrikovslirp: Use strcasecmp() to check tftp mode, tsize
2010-10-27 Michael S. TsirkinMerge branch 'pci' into for_anthony
2010-07-26 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2010-07-25 Stefan Weilslirp: Replace u_int8_t, u_int16_t, u_int32_t, u_int64_...
2010-03-07 Blue Swirlslirp: remove dead assignments, spotted by clang
2010-01-13 Milan PlzikQemu's internal TFTP server breaks lock-step-iness...
2010-01-11 Thomas HorstenHandle TFTP ERROR from client
2009-06-29 Jan Kiszkaslirp: tftp: Relax filename format check
2009-06-29 Jan Kiszkaslirp: Factor out internal state structure
2009-06-29 Jan Kiszkaslirp: tftp: Rework filename handling
2009-06-29 Jan Kiszkaslirp: tftp: Refactor tftp_handle_rrq
2009-06-29 Jan Kiszkaslirp: tftp: Clean up tftp_send_error
2009-06-29 Jan Kiszkaslirp: tftp: Cleanup tftp_prefix check
2009-06-29 Jan Kiszkaslirp: Drop dead code
2009-06-29 Jan Kiszkaslirp: Move smb, redir, tftp and bootp parameters and...
2008-09-20 blueswir1Suppress gcc 4.x -Wpointer-sign (included in -Wall...
2008-08-21 blueswir1Fix OpenBSD linker warnings
2007-10-26 blueswir1 Use const and static as needed, disable unused code
2007-09-17 thsfind -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again...
2007-09-16 thsfind -type f | xargs sed -i 's/[\t ]$//g' # on most...
2007-02-20 thsChange -tftp option to take a root directory, by Anthon...
2007-02-20 thsAdd OACK support to slirp TFTP server, by Anthony Liguori.
2004-10-09 bellardwin32 fix
2004-08-25 bellardport redirection support
2004-08-25 bellardremoved gettimeofday usage
2004-08-24 bellardTFTP support (Magnus Damm)