aboutsummaryrefslogtreecommitdiff
path: root/slirp/misc.c
AgeCommit message (Expand)Author
2012-03-28slirp: use socket_set_nonblockPaolo Bonzini
2012-02-24slirp/misc: fix gcc __warn_memset_zero_len warningsAlon Levy
2012-02-08slirp: Remove unused variable and unused codeStefan Weil
2011-08-20Use glib memory allocation and free functionsAnthony Liguori
2011-07-23slirp: Forward ICMP echo requests via unprivileged socketsJan Kiszka
2011-07-23slirp: Put forked exec into separate process groupJan Kiszka
2011-03-29add a service to reap zombies, use it in SLIRPPaolo Bonzini
2010-11-21slirp: Remove unused code for bad sprintfStefan Weil
2010-03-16monitor: Separate "default monitor" and "current monitor" cleanlyMarkus Armbruster
2010-02-10don't dereference NULL after failed strdupJim Meyering
2009-12-25slirp/misc.c: fix warning with _FORTIFY_SOURCEKirill A. Shutemov
2009-12-03Don't leak file descriptorsKevin Wolf
2009-06-29slirp: Use internal state in interfaceJan Kiszka
2009-06-29slirp: Factor out internal state structureJan Kiszka
2009-06-29slirp: Clean up timeout handling around slirp_select_fill/pollJan Kiszka
2009-06-29slirp: Factor out one-time initializationJan Kiszka
2009-06-29slirp: Cleanup and basic reanimation of debug codeJan Kiszka
2009-06-29slirp: Drop dead codeJan Kiszka
2009-06-29slirp: Add info usernet for dumping connection statesJan Kiszka
2009-06-29slirp: Rework internal configurationJan Kiszka
2009-06-13Fix mingw32 build warningsBlue Swirl
2009-04-05Fix some win32 compile warningsblueswir1
2009-03-16Delete some unused macros detected with -Wp,-Wunused-macros useblueswir1
2009-03-07Sparse fixes: NULL use, header order, ANSI prototypes, staticblueswir1
2009-03-05monitor: Rework API (Jan Kiszka)aliguori
2009-01-13Fix 64 bit issue in slirpblueswir1
2009-01-08Redirect slirp traffic to/from qemu character device (Gleb Natapov)aliguori
2008-09-15Use common objects for qemu-img and qemu-nbdaliguori
2008-09-14Fix warnings that would be caused by gcc flag -Wwrite-stringsblueswir1
2008-08-21Fix OpenBSD linker warningsblueswir1
2008-05-10Special-case CTL_ALIAS instead of CTL_DNS in udp loopback test.balrog
2007-11-13Revert an accidental change in previous commit.balrog
2007-11-13Prevent cpsr_write/_read be put out of line in op.o (fixes a segfault on some...balrog
2007-11-11removed warningbellard
2007-10-30Declare function before use, reduces compiler warning noise.ths
2007-10-26 Use const and static as needed, disable unused codeblueswir1
2007-10-26Make Slirp statistics gathering and output conditional to LOG_ENABLEDblueswir1
2007-09-17find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths
2006-05-03separate alias_addr (10.0.2.2) from our_addr (Ed Swierk)bellard
2006-04-23Fix slirp redirection on systems without a useful host IP address.pbrook
2004-12-12slirp fix for -smb command (Initial patch by Juergen Keil)bellard
2004-10-10openpty fixbellard
2004-09-05allow inetd like program execbellard
2004-07-12win32 compilebellard
2004-04-22initial user mode network supportbellard