]> git.proxmox.com Git - mirror_qemu.git/history - slirp/tftp.c
Use #include "..." for our own headers, <...> for others
[mirror_qemu.git] / slirp / tftp.c
2016-07-12 Markus ArmbrusterUse #include "..." for our own headers, <...> for others
2016-07-05 Peter MaydellMerge remote-tracking branch 'remotes/kraxel/tags/pull...
2016-07-04 Peter MaydellMerge remote-tracking branch 'remotes/berrange/tags...
2016-07-04 Peter MaydellMerge remote-tracking branch 'remotes/kraxel/tags/pull...
2016-07-04 Peter MaydellMerge remote-tracking branch 'remotes/thibault/tags...
2016-07-03 Thomas Huthslirp: Remove superfluous memset() calls from the TFTP...
2016-04-08 Peter MaydellMerge remote-tracking branch 'remotes/xtensa/tags/20160...
2016-03-29 Peter MaydellMerge remote-tracking branch 'remotes/cody/tags/block...
2016-03-29 Peter MaydellMerge remote-tracking branch 'remotes/thibault/tags...
2016-03-29 Peter MaydellMerge remote-tracking branch 'remotes/awilliam/tags...
2016-03-24 Peter MaydellMerge remote-tracking branch 'remotes/bonzini/tags...
2016-03-22 Veronia Bahaautil: move declarations out of qemu-common.h
2016-03-16 Peter MaydellMerge remote-tracking branch 'remotes/mst/tags/for_upst...
2016-03-15 Peter MaydellMerge remote-tracking branch 'remotes/bonzini/tags...
2016-03-15 Peter MaydellMerge remote-tracking branch 'remotes/thibault/tags...
2016-03-15 Thomas Huthslirp: Add IPv6 support to the TFTP code
2016-02-08 Peter MaydellMerge remote-tracking branch 'remotes/mst/tags/for_upst...
2016-02-04 Peter Maydellslirp: Clean up includes
2016-02-04 Peter MaydellMerge remote-tracking branch 'remotes/mcayland/tags...
2016-02-04 Peter MaydellMerge remote-tracking branch 'remotes/jasowang/tags...
2016-02-04 Guillaume Subironslirp: Factorizing address translation
2014-04-28 Peter MaydellMerge remote-tracking branch 'remotes/otubo/seccomp...
2014-03-25 Peter MaydellMerge remote-tracking branch 'remotes/awilliam/tags...
2014-03-25 Peter MaydellMerge remote-tracking branch 'remotes/stefanha/tags...
2014-03-25 Peter MaydellMerge remote-tracking branch 'remotes/stefanha/tags...
2014-03-25 Deepak KathayatFixed various typos
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)