support media=cdrom for if=none
[qemu] / slirp /
2007-10-30 thsDeclare function before use, reduces compiler warning...
2007-10-26 blueswir1 Add const etc. to places forgotten from the previous...
2007-10-26 blueswir1 Use const and static as needed, disable unused code
2007-10-26 blueswir1Make Slirp statistics gathering and output conditional...
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-09-13 thsMove network related includes to vl.c to help SLIRP...
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.
2007-02-20 thsAdd -bootp option for slirp, by Anthony Liguori.
2007-01-17 thsSlirp UDP fix, by Jason Wessel.
2006-12-23 thsFix build warning on Windows.
2006-12-21 thsEnable TCP_NODELAY, by Daniel Jacobowitz.
2006-05-10 bellardsuppressed unaligned accesses
2006-05-03 bellardUDP broadcast translation error (Mark Jonckheere)
2006-05-03 bellardseparate alias_addr (10.0.2.2) from our_addr (Ed Swierk)
2006-05-02 bellard> 32 KB packet handling (Ed Swierk)
2006-05-01 bellarddo not delay TCP acks (Ed Swierk)
2006-05-01 bellardset TCP_MSS to 1460 (Ed Swierk)
2006-05-01 bellardfixed IP packet rassembly logic (Ed Swierk)
2006-05-01 bellardfixed realloc logic (Ed Swierk)
2006-04-30 bellardremoved warnings
2006-04-25 bellardSolaris port (Ben Taylor)
2006-04-23 pbrookFix slirp redirection on systems without a useful host...
2006-04-16 pbrookDowngrade DNS failure to a warning.
2006-04-16 pbrookSet slirp client hostname.
2006-03-11 pbrookSet SO_REUSEADDR before calling bind().
2005-09-03 bellardimproved user net performances
2005-07-03 bellardwin32 compile fix
2005-06-05 bellard64 bit fixes (initial patch by Gwenole Beauchesne)
2005-01-10 bellardwindows header fix
2004-12-12 bellardslirp fix for -smb command (Initial patch by Juergen...
2004-11-24 bellardsocket send fix
2004-11-21 bellardfixed invalid received length
2004-11-14 bellardremoved warning
2004-10-10 bellardopenpty fix
2004-10-09 bellardwin32 fix
2004-10-07 bellardwindows fixes (Gregory Alexander)
2004-10-03 bellardhack for bootp support
2004-09-30 bellardfull system SPARC emulation (Blue Swirl)
2004-09-30 bellardgive a new address at DHCPREQUEST too (useful if the...
2004-09-18 bellardremoved warning
2004-09-13 bellardmemory leak fix (Juergen Keil)
2004-09-05 bellardallow inetd like program exec
2004-08-25 bellardport redirection support
2004-08-25 bellardremoved gettimeofday usage
2004-08-24 bellardTFTP support (Magnus Damm)
2004-07-12 bellardwin32 compile
2004-07-12 bellardremoved unused includes - BSD port
2004-07-05 bellardforgot fclose()
2004-06-04 bellarddhcp packet size fix (aka pump fix)
2004-06-03 bellardheader fix
2004-05-22 bellardadded missing copyright file
2004-05-04 bellardfixed dhcp for windows client
2004-04-26 bellardavoid errno variable name
2004-04-22 bellardinitial user mode network support