| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove blanks before \n in output strings | Stefan Weil | 2011-09-16 | 2 | -5/+5 |
* | Fix include statements for qemu-common.h | Stefan Weil | 2011-09-09 | 1 | -1/+1 |
* | Use new macro QEMU_PACKED for packed structures | Stefan Weil | 2011-09-03 | 2 | -9/+9 |
* | char: rename qemu_chr_write() -> qemu_chr_fe_write() | Anthony Liguori | 2011-08-22 | 1 | -1/+1 |
* | Merge branch 'queues/slirp' of git://git.kiszka.org/qemu | Blue Swirl | 2011-08-21 | 2 | -6/+6 |
|\ |
|
| * | slirp: Fix bit field types in IP header structs | Jan Kiszka | 2011-08-14 | 2 | -6/+6 |
* | | Use glib memory allocation and free functions | Anthony Liguori | 2011-08-20 | 3 | -10/+10 |
|/ |
|
* | slirp: Only start packet expiration for delayed ones | Jan Kiszka | 2011-08-05 | 2 | -3/+3 |
* | slirp: Read current time only once per if_start call | Jan Kiszka | 2011-08-05 | 1 | -4/+1 |
* | slirp: Fix types of IP address parameters | Jan Kiszka | 2011-08-05 | 2 | -10/+10 |
* | Delayed IP packets | Fabien Chouteau | 2011-08-03 | 5 | -37/+69 |
* | Simple ARP table | Fabien Chouteau | 2011-08-03 | 4 | -58/+168 |
* | slirp: Fix unusual "comments" in unused code | Stefan Weil | 2011-07-27 | 1 | -2/+2 |
* | Wrap recv to avoid warnings | Blue Swirl | 2011-07-25 | 3 | -4/+4 |
* | slirp: Forward ICMP echo requests via unprivileged sockets | Jan Kiszka | 2011-07-23 | 7 | -1/+147 |
* | slirp: Put forked exec into separate process group | Jan Kiszka | 2011-07-23 | 1 | -1/+2 |
* | slirp: Replace m_freem with m_free | Jan Kiszka | 2011-07-23 | 7 | -19/+16 |
* | slirp: Strictly associate DHCP/BOOTP and TFTP with virtual host | Jan Kiszka | 2011-07-23 | 1 | -5/+8 |
* | slirp: Fix restricted mode | Jan Kiszka | 2011-07-23 | 3 | -25/+6 |
* | add a service to reap zombies, use it in SLIRP | Paolo Bonzini | 2011-03-29 | 1 | -1/+4 |
* | change all rt_clock references to use millisecond resolution accessors | Paolo Bonzini | 2011-03-21 | 1 | -1/+1 |
* | net: fix trace when debug is activated in slirp | Vincent Palatin | 2011-03-05 | 1 | -1/+1 |
* | slirp: Remove some type casts caused by bad declaration of x.tp_buf | Stefan Weil | 2011-02-25 | 2 | -8/+8 |
* | Fix build from previous commit | Anthony Liguori | 2011-02-14 | 1 | -1/+1 |
* | PATCH] slirp: fix buffer overrun | Bruce Rogers | 2011-02-14 | 1 | -2/+2 |
* | Delete useless 'extern' qualifiers for functions | Blue Swirl | 2011-01-23 | 1 | -1/+1 |
* | slirp: Use strcasecmp() to check tftp mode, tsize | Sergei Gavrikov | 2011-01-13 | 1 | -2/+2 |
* | slirp: fix unaligned access in bootp code | Aurelien Jarno | 2011-01-10 | 1 | -15/+17 |
* | slirp: Remove unused code for bad sprintf | Stefan Weil | 2010-11-21 | 3 | -62/+0 |
* | Use GCC_FMT_ATTR (format checking) | Stefan Weil | 2010-10-03 | 1 | -1/+1 |
* | slirp: Silence warning on Haiku | Andreas Färber | 2010-10-03 | 1 | -1/+3 |
* | Make ARP replies at least 64 bytes long | Hervé Poussineau | 2010-09-17 | 1 | -1/+2 |
* | Accept packets with TTL=1 | Hervé Poussineau | 2010-09-17 | 1 | -1/+1 |
* | Change DPRINTF() to do{}while(0) to avoid compiler warning | Jes Sorensen | 2010-09-04 | 1 | -1/+1 |
* | slirp: Remove declarations which are no longer needed | Stefan Weil | 2010-07-25 | 1 | -33/+0 |
* | slirp: Replace u_int8_t, u_int16_t, u_int32_t, u_int64_t by standard int types | Stefan Weil | 2010-07-25 | 20 | -116/+110 |
* | savevm: Add DeviceState param | Alex Williamson | 2010-07-06 | 1 | -2/+3 |
* | Remove dead assignments in various common files, spotted by clang analyzer | Blue Swirl | 2010-04-25 | 1 | -1/+0 |
* | slirp: fix structure initialization in tcp_listen() | Juha Riihimäki | 2010-04-20 | 1 | -0/+1 |
* | slirp: fix unused return value, spotted by clang | Blue Swirl | 2010-04-18 | 1 | -1/+2 |
* | monitor: Separate "default monitor" and "current monitor" cleanly | Markus Armbruster | 2010-03-16 | 1 | -1/+1 |
* | slirp: remove dead nested assignment, spotted by clang | Blue Swirl | 2010-03-07 | 1 | -2/+1 |
* | slirp: remove dead initialization, spotted by clang | Blue Swirl | 2010-03-07 | 1 | -4/+0 |
* | slirp: remove dead increments, spotted by clang | Blue Swirl | 2010-03-07 | 3 | -2/+4 |
* | slirp: remove dead assignments, spotted by clang | Blue Swirl | 2010-03-07 | 2 | -15/+7 |
* | don't dereference NULL after failed strdup | Jim Meyering | 2010-02-10 | 1 | -1/+1 |
* | Do not use dprintf | malc | 2010-02-07 | 1 | -9/+9 |
* | Qemu's internal TFTP server breaks lock-step-iness of TFTP | Milan Plzik | 2010-01-13 | 1 | -0/+1 |
* | Handle TFTP ERROR from client | Thomas Horsten | 2010-01-11 | 1 | -0/+23 |
* | slirp/misc.c: fix warning with _FORTIFY_SOURCE | Kirill A. Shutemov | 2009-12-25 | 1 | -8/+2 |