Merge branch 'master' of /home/nchip/public_html/qemu into garage-push
[qemu] / slirp / socket.c
2009-03-16 blueswir1Delete some unused macros detected with -Wp,-Wunused...
2009-03-07 blueswir1Sparse fixes: NULL use, header order, ANSI prototypes...
2009-01-08 aliguoriRedirect slirp traffic to/from qemu character device...
2008-12-13 blueswir1Remove unnecessary trailing newlines
2008-12-05 aliguoriMake struct iovec universally available
2008-10-01 blueswir1Fix warning about variables used uninitialized
2008-08-30 blueswir1Fix some warnings that would be generated by gcc -Wredu...
2008-05-10 balrogSpecial-case CTL_ALIAS instead of CTL_DNS in udp loopba...
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...
2006-05-03 bellardseparate alias_addr (10.0.2.2) from our_addr (Ed Swierk)
2006-04-25 bellardSolaris port (Ben Taylor)
2006-03-11 pbrookSet SO_REUSEADDR before calling bind().
2004-11-24 bellardsocket send fix
2004-11-21 bellardfixed invalid received length
2004-10-07 bellardwindows fixes (Gregory Alexander)
2004-07-12 bellardwin32 compile
2004-04-22 bellardinitial user mode network support