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 |
2007-09-17 |
ths | find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again... |
tree | commitdiff |
2007-09-16 |
ths | find -type f | xargs sed -i 's/[\t ]$//g' # on most... |
tree | commitdiff |
2007-09-13 |
ths | Move network related includes to vl.c to help SLIRP... |
tree | commitdiff |
2007-02-20 |
ths | Change -tftp option to take a root directory, by Anthon... |
tree | commitdiff |
2007-02-20 |
ths | Add OACK support to slirp TFTP server, by Anthony Liguori. |
tree | commitdiff |
2007-02-20 |
ths | Add -bootp option for slirp, by Anthony Liguori. |
tree | commitdiff |
2007-01-17 |
ths | Slirp UDP fix, by Jason Wessel. |
tree | commitdiff |
2006-12-23 |
ths | Fix build warning on Windows. |
tree | commitdiff |
2006-12-21 |
ths | Enable TCP_NODELAY, by Daniel Jacobowitz. |
tree | commitdiff |
2006-05-10 |
bellard | suppressed unaligned accesses |
tree | commitdiff |
2006-05-03 |
bellard | UDP broadcast translation error (Mark Jonckheere) |
tree | commitdiff |
2006-05-03 |
bellard | separate alias_addr (10.0.2.2) from our_addr (Ed Swierk) |
tree | commitdiff |
2006-05-02 |
bellard | > 32 KB packet handling (Ed Swierk) |
tree | commitdiff |
2006-05-01 |
bellard | do not delay TCP acks (Ed Swierk) |
tree | commitdiff |
2006-05-01 |
bellard | set TCP_MSS to 1460 (Ed Swierk) |
tree | commitdiff |
2006-05-01 |
bellard | fixed IP packet rassembly logic (Ed Swierk) |
tree | commitdiff |
2006-05-01 |
bellard | fixed realloc logic (Ed Swierk) |
tree | commitdiff |
2006-04-30 |
bellard | removed warnings |
tree | commitdiff |
2006-04-25 |
bellard | Solaris port (Ben Taylor) |
tree | commitdiff |
2006-04-23 |
pbrook | Fix slirp redirection on systems without a useful host... |
tree | commitdiff |
2006-04-16 |
pbrook | Downgrade DNS failure to a warning. |
tree | commitdiff |
2006-04-16 |
pbrook | Set slirp client hostname. |
tree | commitdiff |
2006-03-11 |
pbrook | Set SO_REUSEADDR before calling bind(). |
tree | commitdiff |
2005-09-03 |
bellard | improved user net performances |
tree | commitdiff |
2005-07-03 |
bellard | win32 compile fix |
tree | commitdiff |
2005-06-05 |
bellard | 64 bit fixes (initial patch by Gwenole Beauchesne) |
tree | commitdiff |
2005-01-10 |
bellard | windows header fix |
tree | commitdiff |
2004-12-12 |
bellard | slirp fix for -smb command (Initial patch by Juergen... |
tree | commitdiff |
2004-11-24 |
bellard | socket send fix |
tree | commitdiff |
2004-11-21 |
bellard | fixed invalid received length |
tree | commitdiff |
2004-11-14 |
bellard | removed warning |
tree | commitdiff |
2004-10-10 |
bellard | openpty fix |
tree | commitdiff |
2004-10-09 |
bellard | win32 fix |
tree | commitdiff |
2004-10-07 |
bellard | windows fixes (Gregory Alexander) |
tree | commitdiff |
2004-10-03 |
bellard | hack for bootp support |
tree | commitdiff |
2004-09-30 |
bellard | full system SPARC emulation (Blue Swirl) |
tree | commitdiff |
2004-09-30 |
bellard | give a new address at DHCPREQUEST too (useful if the... |
tree | commitdiff |
2004-09-18 |
bellard | removed warning |
tree | commitdiff |
2004-09-13 |
bellard | memory leak fix (Juergen Keil) |
tree | commitdiff |
2004-09-05 |
bellard | allow inetd like program exec |
tree | commitdiff |
2004-08-25 |
bellard | port redirection support |
tree | commitdiff |
2004-08-25 |
bellard | removed gettimeofday usage |
tree | commitdiff |
2004-08-24 |
bellard | TFTP support (Magnus Damm) |
tree | commitdiff |
2004-07-12 |
bellard | win32 compile |
tree | commitdiff |
2004-07-12 |
bellard | removed unused includes - BSD port |
tree | commitdiff |
2004-07-05 |
bellard | forgot fclose() |
tree | commitdiff |
2004-06-04 |
bellard | dhcp packet size fix (aka pump fix) |
tree | commitdiff |
2004-06-03 |
bellard | header fix |
tree | commitdiff |
next |