aboutsummaryrefslogtreecommitdiff
path: root/slirp/misc.c
AgeCommit message (Expand)Author
2015-11-12slirp: Fix type casts and format strings in debug codeStefan Weil
2015-06-22qerror: Move #include out of qerror.hMarkus Armbruster
2014-08-24slirp/misc: Use the GLib memory allocation APIszhanghailiang
2014-04-25slirp: Remove default_mon usageCole Robinson
2013-10-02slirp: call socket_set_fast_reuse instead of setting SO_REUSEADDRSebastian Ottlik
2013-08-22aio / timers: Untangle include filesAlex Bligh
2013-05-18remove some double-includesMichael Tokarev
2013-04-02oslib-posix: rename socket_set_nonblock() to qemu_set_nonblock()Stefan Hajnoczi
2013-03-22MinGW: Replace setsockopt by qemu_setsocketoptStefan Weil
2012-12-19monitor: move include files to include/monitor/Paolo Bonzini
2012-11-10slirp: remove unused function u_sleepBlue Swirl
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