aboutsummaryrefslogtreecommitdiffstats
path: root/slirp/socket.c
AgeCommit message (Expand)AuthorFilesLines
2010-04-20slirp: fix structure initialization in tcp_listen()Juha Riihimäki1-0/+1
2010-03-07slirp: remove dead initialization, spotted by clangBlue Swirl1-4/+0
2009-12-03Don't leak file descriptorsKevin Wolf1-1/+1
2009-08-27slirp: Read host DNS config on demandEd Swierk1-1/+2
2009-06-29slirp: Factor out internal state structureJan Kiszka1-14/+23
2009-06-29slirp: Cleanup and basic reanimation of debug codeJan Kiszka1-1/+2
2009-06-29slirp: Drop dead codeJan Kiszka1-53/+0
2009-06-29slirp: Prepare for persistent socket state flagsJan Kiszka1-8/+14
2009-06-29slirp: Bind support for host forwarding rulesJan Kiszka1-5/+5
2009-06-29slirp: Rework internal configurationJan Kiszka1-8/+5
2009-06-13Fix mingw32 build warningsBlue Swirl1-1/+6
2009-03-16Delete some unused macros detected with -Wp,-Wunused-macros useblueswir11-1/+0
2009-03-07Sparse fixes: NULL use, header order, ANSI prototypes, staticblueswir11-36/+16
2009-01-08Redirect slirp traffic to/from qemu character device (Gleb Natapov)aliguori1-21/+80
2008-12-13Remove unnecessary trailing newlinesblueswir11-1/+0
2008-12-05Make struct iovec universally availablealiguori1-0/+1
2008-10-01Fix warning about variables used uninitializedblueswir11-0/+4
2008-08-30Fix some warnings that would be generated by gcc -Wredundant-declsblueswir11-1/+0
2008-05-10Special-case CTL_ALIAS instead of CTL_DNS in udp loopback test.balrog1-2/+3
2007-10-26 Use const and static as needed, disable unused codeblueswir11-11/+15
2007-09-17find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths1-11/+11
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths1-72/+72
2006-05-03separate alias_addr (10.0.2.2) from our_addr (Ed Swierk)bellard1-1/+1
2006-04-25Solaris port (Ben Taylor)bellard1-0/+3
2006-03-11Set SO_REUSEADDR before calling bind().pbrook1-1/+1
2004-11-24socket send fixbellard1-2/+6
2004-11-21fixed invalid received lengthbellard1-2/+6
2004-10-07windows fixes (Gregory Alexander)bellard1-8/+18
2004-07-12win32 compilebellard1-1/+1
2004-04-22initial user mode network supportbellard1-0/+696