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 |
2008-10-01 |
blueswir1 | Make some variables static |
tree | commitdiff |
2008-10-01 |
blueswir1 | Remove unused variables |
tree | commitdiff |
2008-09-30 |
blueswir1 | Add some missing static qualifiers |
tree | commitdiff |
2008-09-20 |
blueswir1 | Suppress gcc 4.x -Wpointer-sign (included in -Wall... |
tree | commitdiff |
2008-09-15 |
aliguori | Use common objects for qemu-img and qemu-nbd |
tree | commitdiff |
2008-09-14 |
blueswir1 | Fix warnings that would be caused by gcc flag -Wwrite... |
tree | commitdiff |
2008-09-06 |
blueswir1 | Fix most warnings that would be caused by gcc flag... |
tree | commitdiff |
2008-08-30 |
blueswir1 | Fix some warnings that would be generated by gcc -Wredu... |
tree | commitdiff |
2008-08-21 |
blueswir1 | Fix OpenBSD linker warnings |
tree | commitdiff |
2008-08-17 |
blueswir1 | Fix some warnings that would be generated by gcc -Wmiss... |
tree | commitdiff |
2008-08-17 |
blueswir1 | Fix warnings that would be generated by gcc -Wstrict... |
tree | commitdiff |
2008-05-17 |
balrog | Missing include for Slirp on win32 (Eduardo Felipe). |
tree | commitdiff |
2008-05-10 |
balrog | Special-case CTL_ALIAS instead of CTL_DNS in udp loopba... |
tree | commitdiff |
2008-04-27 |
balrog | Treat DNS a special case among special addresses in... |
tree | commitdiff |
2008-04-26 |
balrog | Fix slirp udp source address contamination (Jason Wessel) |
tree | commitdiff |
2008-04-03 |
aurel32 | Remove remaining .cvsignore files |
tree | commitdiff |
2007-12-17 |
ths | Use WIN32_LEAN_AND_MEAN, by Stefan Weil. |
tree | commitdiff |
2007-11-13 |
balrog | Revert an accidental change in previous commit. |
tree | commitdiff |
2007-11-13 |
balrog | Prevent cpsr_write/_read be put out of line in op.o... |
tree | commitdiff |
2007-11-11 |
bellard | removed warning |
tree | commitdiff |
2007-11-08 |
ths | More .cvsignore. |
tree | commitdiff |
2007-11-07 |
bellard | use config-host.h instead of config.h |
tree | commitdiff |
2007-11-01 |
blueswir1 | Fix slirp compilation failure when using a newer gcc |
tree | commitdiff |
2007-10-30 |
ths | Declare function before use, reduces compiler warning... |
tree | commitdiff |
2007-10-26 |
blueswir1 | Add const etc. to places forgotten from the previous... |
tree | commitdiff |
2007-10-26 |
blueswir1 | Use const and static as needed, disable unused code |
tree | commitdiff |
2007-10-26 |
blueswir1 | Make Slirp statistics gathering and output conditional... |
tree | commitdiff |
next |