aboutsummaryrefslogtreecommitdiffstats
path: root/slirp/misc.c
AgeCommit message (Expand)AuthorFilesLines
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-1/+1
2011-07-23slirp: Forward ICMP echo requests via unprivileged socketsJan Kiszka1-0/+13
2011-07-23slirp: Put forked exec into separate process groupJan Kiszka1-1/+2
2011-03-29add a service to reap zombies, use it in SLIRPPaolo Bonzini1-1/+4
2010-11-21slirp: Remove unused code for bad sprintfStefan Weil1-42/+0
2010-03-16monitor: Separate "default monitor" and "current monitor" cleanlyMarkus Armbruster1-1/+1
2010-02-10don't dereference NULL after failed strdupJim Meyering1-1/+1
2009-12-25slirp/misc.c: fix warning with _FORTIFY_SOURCEKirill A. Shutemov1-8/+2
2009-12-03Don't leak file descriptorsKevin Wolf1-2/+2
2009-06-29slirp: Use internal state in interfaceJan Kiszka1-2/+1
2009-06-29slirp: Factor out internal state structureJan Kiszka1-2/+3
2009-06-29slirp: Clean up timeout handling around slirp_select_fill/pollJan Kiszka1-2/+0
2009-06-29slirp: Factor out one-time initializationJan Kiszka1-17/+0
2009-06-29slirp: Cleanup and basic reanimation of debug codeJan Kiszka1-0/+4
2009-06-29slirp: Drop dead codeJan Kiszka1-525/+0
2009-06-29slirp: Add info usernet for dumping connection statesJan Kiszka1-0/+86
2009-06-29slirp: Rework internal configurationJan Kiszka1-4/+5
2009-06-13Fix mingw32 build warningsBlue Swirl1-1/+5
2009-04-05Fix some win32 compile warningsblueswir11-1/+5
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-20/+10
2009-03-05monitor: Rework API (Jan Kiszka)aliguori1-2/+2
2009-01-13Fix 64 bit issue in slirpblueswir11-33/+0
2009-01-08Redirect slirp traffic to/from qemu character device (Gleb Natapov)aliguori1-1/+1
2008-09-15Use common objects for qemu-img and qemu-nbdaliguori1-14/+0
2008-09-14Fix warnings that would be caused by gcc flag -Wwrite-stringsblueswir11-2/+2
2008-08-21Fix OpenBSD linker warningsblueswir11-2/+3
2008-05-10Special-case CTL_ALIAS instead of CTL_DNS in udp loopback test.balrog1-1/+1
2007-11-13Revert an accidental change in previous commit.balrog1-0/+2
2007-11-13Prevent cpsr_write/_read be put out of line in op.o (fixes a segfault on some...balrog1-2/+0
2007-11-11removed warningbellard1-0/+2
2007-10-30Declare function before use, reduces compiler warning noise.ths1-0/+2
2007-10-26 Use const and static as needed, disable unused codeblueswir11-13/+10
2007-10-26Make Slirp statistics gathering and output conditional to LOG_ENABLEDblueswir11-0/+11
2007-09-17find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths1-30/+30
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths1-86/+86
2006-05-03separate alias_addr (10.0.2.2) from our_addr (Ed Swierk)bellard1-4/+2
2006-04-23Fix slirp redirection on systems without a useful host IP address.pbrook1-9/+10
2004-12-12slirp fix for -smb command (Initial patch by Juergen Keil)bellard1-4/+8
2004-10-10openpty fixbellard1-4/+4
2004-09-05allow inetd like program execbellard1-2/+18
2004-07-12win32 compilebellard1-4/+4
2004-04-22initial user mode network supportbellard1-0/+925