2010-04-20 |
Juha Riihimäki | slirp: fix structure initialization in tcp_listen() |
tree | commitdiff |
2010-04-18 |
Blue Swirl | slirp: fix unused return value, spotted by clang |
tree | commitdiff |
2010-03-17 |
Anthony Liguori | Merge remote branch 'markus/qerror' into staging |
tree | commitdiff |
2010-03-16 |
Markus Armbruster | monitor: Separate "default monitor" and "current monito... |
tree | commitdiff |
2010-03-07 |
Blue Swirl | slirp: remove dead nested assignment, spotted by clang |
tree | commitdiff |
2010-03-07 |
Blue Swirl | slirp: remove dead initialization, spotted by clang |
tree | commitdiff |
2010-03-07 |
Blue Swirl | slirp: remove dead increments, spotted by clang |
tree | commitdiff |
2010-03-07 |
Blue Swirl | slirp: remove dead assignments, spotted by clang |
tree | commitdiff |
2010-02-13 |
Blue Swirl | Merge branch 'for_anthony' of git://git.kernel.org... |
tree | commitdiff |
2010-02-10 |
Jim Meyering | don't dereference NULL after failed strdup |
tree | commitdiff |
2010-02-08 |
Anthony Liguori | Merge remote branch 'linux-user/linux-user-for-upstream... |
tree | commitdiff |
2010-02-08 |
Anthony Liguori | Merge remote branch 'qemu-kvm/uq/master' into staging-tmp |
tree | commitdiff |
2010-02-06 |
malc | Do not use dprintf |
tree | commitdiff |
2010-01-13 |
Milan Plzik | Qemu's internal TFTP server breaks lock-step-iness... |
tree | commitdiff |
2010-01-11 |
Thomas Horsten | Handle TFTP ERROR from client |
tree | commitdiff |
2010-01-06 |
Anthony Liguori | Merge remote branch 'mst/for_anthony' into staging |
tree | commitdiff |
2009-12-25 |
Kirill A. Shutemov | slirp/misc.c: fix warning with _FORTIFY_SOURCE |
tree | commitdiff |
2009-12-18 |
Juha Riihimäki | fix networking on win32 host |
tree | commitdiff |
2009-12-03 |
Kevin Wolf | Don't leak file descriptors |
tree | commitdiff |
2009-11-20 |
Mark McLoughlin | slirp: fix use-after-free |
tree | commitdiff |
2009-09-30 |
Michael S. Tsirkin | slirp: fix unmatched bracket in if 0 |
tree | commitdiff |
2009-09-12 |
Blue Swirl | Fix sys-queue.h conflict for good |
tree | commitdiff |
2009-09-05 |
Blue Swirl | Fix Sparse warnings: add "static" |
tree | commitdiff |
2009-08-31 |
Stefan Weil | Fix compiler warnings |
tree | commitdiff |
2009-08-28 |
Anthony Liguori | Merge commit 'linux-user/linux-user-for-upstream' into... |
tree | commitdiff |
2009-08-28 |
Ed Swierk | slirp: Read host DNS config on demand |
tree | commitdiff |
2009-08-28 |
Ed Swierk | slirp: Remove our_addr code |
tree | commitdiff |
2009-08-01 |
Blue Swirl | Add missing "static" |
tree | commitdiff |
2009-08-01 |
Blue Swirl | More NULL pointer fixes |
tree | commitdiff |
2009-07-27 |
Juan Quintela | rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIAN |
tree | commitdiff |
2009-07-27 |
Ed Swierk | slirp: Use monotonic clock if available (v2) |
tree | commitdiff |
2009-07-27 |
Ed Swierk | slirp: Remove UDP protocol emulation (talk, cuseeme) |
tree | commitdiff |
2009-07-27 |
Jan Kiszka | slirp: Fix guestfwd for incoming data |
tree | commitdiff |
2009-07-01 |
Blue Swirl | Fix breakage by obsolete _P() for good |
tree | commitdiff |
2009-06-29 |
Jan Kiszka | slirp: tftp: Relax filename format check |
tree | commitdiff |
2009-06-29 |
Jan Kiszka | slirp: Save/restore bootp client states |
tree | commitdiff |
2009-06-29 |
Jan Kiszka | slirp: Enable multiple instances |
tree | commitdiff |
2009-06-29 |
Jan Kiszka | slirp: Allocate/free stack instance dynamically |
tree | commitdiff |
2009-06-29 |
Jan Kiszka | slirp: Use internal state in interface |
tree | commitdiff |
2009-06-29 |
Jan Kiszka | slirp: Factor out internal state structure |
tree | commitdiff |
2009-06-29 |
Jan Kiszka | slirp: Drop link_up checks from if_output and slirp_soc... |
tree | commitdiff |
2009-06-29 |
Jan Kiszka | slirp: Clean up timeout handling around slirp_select_fi... |
tree | commitdiff |
2009-06-29 |
Jan Kiszka | slirp: Kill slirp_is_inited |
tree | commitdiff |
2009-06-29 |
Jan Kiszka | slirp: Clean up updtime |
tree | commitdiff |
2009-06-29 |
Jan Kiszka | slirp: Make IP packet ID consistent |
tree | commitdiff |
2009-06-29 |
Jan Kiszka | slirp: Factor out one-time initialization |
tree | commitdiff |
2009-06-29 |
Jan Kiszka | slirp: tftp: Rework filename handling |
tree | commitdiff |
2009-06-29 |
Jan Kiszka | slirp: tftp: Refactor tftp_handle_rrq |
tree | commitdiff |
2009-06-29 |
Jan Kiszka | slirp: tftp: Clean up tftp_send_error |
tree | commitdiff |
2009-06-29 |
Jan Kiszka | slirp: tftp: Cleanup tftp_prefix check |
tree | commitdiff |
2009-06-29 |
Jan Kiszka | slirp: Drop unused icmp_var.h |
tree | commitdiff |
2009-06-29 |
Jan Kiszka | slirp: Cleanup and basic reanimation of debug code |
tree | commitdiff |
2009-06-29 |
Jan Kiszka | slirp: Drop statistic code |
tree | commitdiff |
2009-06-29 |
Jan Kiszka | slirp: Drop dead code |
tree | commitdiff |
2009-06-29 |
Jan Kiszka | slirp: Add info usernet for dumping connection states |
tree | commitdiff |
2009-06-29 |
Jan Kiszka | slirp: Mark sockets of incoming TCP connections |
tree | commitdiff |
2009-06-29 |
Jan Kiszka | slirp: Do not allow to remove non-hostfwd sockets |
tree | commitdiff |
2009-06-29 |
Jan Kiszka | slirp: Explicitely mark host-forwarding sockets |
tree | commitdiff |
2009-06-29 |
Jan Kiszka | slirp: Prepare for persistent socket state flags |
tree | commitdiff |
2009-06-29 |
Jan Kiszka | slirp: Bind support for host forwarding rules |
tree | commitdiff |
2009-06-29 |
Jan Kiszka | slirp: Fix port comparision in slirp_remove_hostfwd |
tree | commitdiff |
2009-06-29 |
Jan Kiszka | slirp: Rework external configuration interface |
tree | commitdiff |
2009-06-29 |
Jan Kiszka | slirp: Rework internal configuration |
tree | commitdiff |
2009-06-29 |
Jan Kiszka | slirp: Move smb, redir, tftp and bootp parameters and... |
tree | commitdiff |
2009-06-29 |
Jan Kiszka | Revert "User networking: Show active connections" |
tree | commitdiff |
2009-06-29 |
Jan Kiszka | slirp: Refactor tcp_ctl |
tree | commitdiff |
2009-06-29 |
Jan Kiszka | slirp: Drop redundant lines from udp_input |
tree | commitdiff |
2009-06-13 |
Blue Swirl | Fix mingw32 build warnings |
tree | commitdiff |
2009-06-10 |
Anthony Liguori | Merge branch 'net-queue' |
tree | commitdiff |
2009-06-09 |
Jan Kiszka | slirp: Reorder initialization |
tree | commitdiff |
2009-05-28 |
Alexander Graf | User networking: Show active connections |
tree | commitdiff |
2009-05-27 |
Alexander Graf | User Networking: Enable removal of redirections |
tree | commitdiff |
2009-05-22 |
Jan Kiszka | slirp: Reassign same address to same DHCP client |
tree | commitdiff |
2009-05-21 |
malc | Cast pointer arguments of get/setsockopt, send to void... |
tree | commitdiff |
2009-05-13 |
Blue Swirl | Replace gcc variadic macro extension with C99 version |
tree | commitdiff |
2009-04-21 |
aliguori | slirp: Handle DHCP requests for specific IP (Jan Kiszka) |
tree | commitdiff |
2009-04-18 |
blueswir1 | Use ANSI prototypes to please sparse |
tree | commitdiff |
2009-04-18 |
blueswir1 | Move bootp_filename to avoid a sparse warning |
tree | commitdiff |
2009-04-05 |
blueswir1 | Fix some win32 compile warnings |
tree | commitdiff |
2009-03-16 |
blueswir1 | Delete some unused macros detected with -Wp,-Wunused... |
tree | commitdiff |
2009-03-08 |
aliguori | Fix windows build and clean up use of <windows.h> |
tree | commitdiff |
2009-03-07 |
blueswir1 | Sparse fixes: NULL use, header order, ANSI prototypes... |
tree | commitdiff |
2009-03-05 |
aliguori | monitor: Rework API (Jan Kiszka) |
tree | commitdiff |
2009-02-06 |
blueswir1 | Fix SIGSEGV crash in slirp networking code |
tree | commitdiff |
2009-01-26 |
aliguori | Remove the advertising clause from the slirp license |
tree | commitdiff |
2009-01-24 |
aurel32 | Use broadcast address for slirp dhcp replies |
tree | commitdiff |
2009-01-14 |
blueswir1 | Fix _P use on OpenBSD |
tree | commitdiff |
2009-01-13 |
blueswir1 | Fix 64 bit issue in slirp |
tree | commitdiff |
2009-01-12 |
blueswir1 | Fix some SLIRP warnings |
tree | commitdiff |
2009-01-08 |
aliguori | Add support for vmchannel socket migration (Gleb Natapov) |
tree | commitdiff |
2009-01-08 |
aliguori | Add slirp_restrict option (Gleb Natapov) |
tree | commitdiff |
2009-01-08 |
aliguori | Redirect slirp traffic to/from qemu character device... |
tree | commitdiff |
2008-12-13 |
blueswir1 | Remove unnecessary trailing newlines |
tree | commitdiff |
2008-12-07 |
aurel32 | slirp: fix CVE 2007-5729 |
tree | commitdiff |
2008-12-05 |
aliguori | Make struct iovec universally available |
tree | commitdiff |
2008-10-26 |
blueswir1 | Fix inline use warnings from sparse |
tree | commitdiff |
2008-10-25 |
blueswir1 | Replace uses of strncpy (a GNU extension) with Qemu... |
tree | commitdiff |
2008-10-17 |
bellard | added explicit license |
tree | commitdiff |
2008-10-17 |
bellard | allow SLIRP to make an ARP request to get the client... |
tree | commitdiff |
2008-10-01 |
blueswir1 | Fix warning about variables used uninitialized |
tree | commitdiff |
next |