]> git.proxmox.com Git - qemu.git/history - slirp/tcp_subr.c
slirp: Replace m_freem with m_free
[qemu.git] / slirp / tcp_subr.c
2011-07-23 Jan Kiszkaslirp: Replace m_freem with m_free
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 increments, spotted by clang
2009-12-03 Kevin WolfDon't leak file descriptors
2009-08-28 Anthony LiguoriMerge commit 'linux-user/linux-user-for-upstream' into...
2009-08-28 Ed Swierkslirp: Read host DNS config on demand
2009-06-29 Jan Kiszkaslirp: Factor out internal state structure
2009-06-29 Jan Kiszkaslirp: Drop statistic code
2009-06-29 Jan Kiszkaslirp: Drop dead code
2009-06-29 Jan Kiszkaslirp: Mark sockets of incoming TCP connections
2009-06-29 Jan Kiszkaslirp: Bind support for host forwarding rules
2009-06-29 Jan Kiszkaslirp: Rework internal configuration
2009-06-29 Jan Kiszkaslirp: Refactor tcp_ctl
2009-03-16 blueswir1Delete some unused macros detected with -Wp,-Wunused...
2009-03-07 blueswir1Sparse fixes: NULL use, header order, ANSI prototypes...
2009-01-26 aliguoriRemove the advertising clause from the slirp license
2009-01-13 blueswir1Fix 64 bit issue in slirp
2009-01-12 blueswir1Fix some SLIRP warnings
2009-01-08 aliguoriRedirect slirp traffic to/from qemu character device...
2008-09-20 blueswir1Suppress gcc 4.x -Wpointer-sign (included in -Wall...
2008-08-21 blueswir1Fix OpenBSD linker warnings
2007-11-01 blueswir1 Fix slirp compilation failure when using a newer gcc
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...
2006-12-21 thsEnable TCP_NODELAY, by Daniel Jacobowitz.
2006-05-03 bellardseparate alias_addr (10.0.2.2) from our_addr (Ed Swierk)
2004-09-18 bellardremoved warning
2004-09-05 bellardallow inetd like program exec
2004-07-12 bellardwin32 compile
2004-04-26 bellardavoid errno variable name
2004-04-22 bellardinitial user mode network support