Age | Commit message (Expand) | Author | Files | Lines |
2011-07-23 | slirp: Forward ICMP echo requests via unprivileged sockets | Jan Kiszka | 7 | -1/+147 |
2011-07-23 | slirp: Put forked exec into separate process group | Jan Kiszka | 1 | -1/+2 |
2011-07-23 | slirp: Replace m_freem with m_free | Jan Kiszka | 7 | -19/+16 |
2011-07-23 | slirp: Strictly associate DHCP/BOOTP and TFTP with virtual host | Jan Kiszka | 1 | -5/+8 |
2011-07-23 | slirp: Fix restricted mode | Jan Kiszka | 3 | -25/+6 |
2011-03-29 | add a service to reap zombies, use it in SLIRP | Paolo Bonzini | 1 | -1/+4 |
2011-03-21 | change all rt_clock references to use millisecond resolution accessors | Paolo Bonzini | 1 | -1/+1 |
2011-03-05 | net: fix trace when debug is activated in slirp | Vincent Palatin | 1 | -1/+1 |
2011-02-25 | slirp: Remove some type casts caused by bad declaration of x.tp_buf | Stefan Weil | 2 | -8/+8 |
2011-02-14 | Fix build from previous commit | Anthony Liguori | 1 | -1/+1 |
2011-02-14 | PATCH] slirp: fix buffer overrun | Bruce Rogers | 1 | -2/+2 |
2011-01-23 | Delete useless 'extern' qualifiers for functions | Blue Swirl | 1 | -1/+1 |
2011-01-13 | slirp: Use strcasecmp() to check tftp mode, tsize | Sergei Gavrikov | 1 | -2/+2 |
2011-01-10 | slirp: fix unaligned access in bootp code | Aurelien Jarno | 1 | -15/+17 |
2010-11-21 | slirp: Remove unused code for bad sprintf | Stefan Weil | 3 | -62/+0 |
2010-10-03 | Use GCC_FMT_ATTR (format checking) | Stefan Weil | 1 | -1/+1 |
2010-10-03 | slirp: Silence warning on Haiku | Andreas Färber | 1 | -1/+3 |
2010-09-17 | Make ARP replies at least 64 bytes long | Hervé Poussineau | 1 | -1/+2 |
2010-09-17 | Accept packets with TTL=1 | Hervé Poussineau | 1 | -1/+1 |
2010-09-04 | Change DPRINTF() to do{}while(0) to avoid compiler warning | Jes Sorensen | 1 | -1/+1 |
2010-07-25 | slirp: Remove declarations which are no longer needed | Stefan Weil | 1 | -33/+0 |
2010-07-25 | slirp: Replace u_int8_t, u_int16_t, u_int32_t, u_int64_t by standard int types | Stefan Weil | 20 | -116/+110 |
2010-07-06 | savevm: Add DeviceState param | Alex Williamson | 1 | -2/+3 |
2010-04-25 | Remove dead assignments in various common files, spotted by clang analyzer | Blue Swirl | 1 | -1/+0 |
2010-04-20 | slirp: fix structure initialization in tcp_listen() | Juha Riihimäki | 1 | -0/+1 |
2010-04-18 | slirp: fix unused return value, spotted by clang | Blue Swirl | 1 | -1/+2 |
2010-03-16 | monitor: Separate "default monitor" and "current monitor" cleanly | Markus Armbruster | 1 | -1/+1 |
2010-03-07 | slirp: remove dead nested assignment, spotted by clang | Blue Swirl | 1 | -2/+1 |
2010-03-07 | slirp: remove dead initialization, spotted by clang | Blue Swirl | 1 | -4/+0 |
2010-03-07 | slirp: remove dead increments, spotted by clang | Blue Swirl | 3 | -2/+4 |
2010-03-07 | slirp: remove dead assignments, spotted by clang | Blue Swirl | 2 | -15/+7 |
2010-02-10 | don't dereference NULL after failed strdup | Jim Meyering | 1 | -1/+1 |
2010-02-07 | Do not use dprintf | malc | 1 | -9/+9 |
2010-01-13 | Qemu's internal TFTP server breaks lock-step-iness of TFTP | Milan Plzik | 1 | -0/+1 |
2010-01-11 | Handle TFTP ERROR from client | Thomas Horsten | 1 | -0/+23 |
2009-12-25 | slirp/misc.c: fix warning with _FORTIFY_SOURCE | Kirill A. Shutemov | 1 | -8/+2 |
2009-12-18 | fix networking on win32 host | Juha Riihimäki | 1 | -7/+7 |
2009-12-03 | Don't leak file descriptors | Kevin Wolf | 5 | -6/+10 |
2009-11-21 | slirp: fix use-after-free | Mark McLoughlin | 1 | -1/+1 |
2009-09-30 | slirp: fix unmatched bracket in if 0 | Michael S. Tsirkin | 1 | -2/+0 |
2009-09-12 | Fix sys-queue.h conflict for good | Blue Swirl | 2 | -10/+10 |
2009-09-05 | Fix Sparse warnings: add "static" | Blue Swirl | 1 | -1/+1 |
2009-08-31 | Fix compiler warnings | Stefan Weil | 1 | -2/+2 |
2009-08-27 | slirp: Read host DNS config on demand | Ed Swierk | 6 | -14/+44 |
2009-08-27 | slirp: Remove our_addr code | Ed Swierk | 2 | -18/+0 |
2009-08-01 | Add missing "static" | Blue Swirl | 1 | -1/+1 |
2009-08-01 | More NULL pointer fixes | Blue Swirl | 1 | -4/+6 |
2009-07-27 | rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIAN | Juan Quintela | 3 | -5/+5 |
2009-07-27 | slirp: Use monotonic clock if available (v2) | Ed Swierk | 3 | -32/+2 |
2009-07-27 | slirp: Remove UDP protocol emulation (talk, cuseeme) | Ed Swierk | 3 | -272/+2 |