summaryrefslogtreecommitdiff
path: root/slirp
AgeCommit message (Expand)Author
2008-09-15Use common objects for qemu-img and qemu-nbdaliguori
2008-09-14Fix warnings that would be caused by gcc flag -Wwrite-stringsblueswir1
2008-09-06Fix most warnings that would be caused by gcc flag -Wundefblueswir1
2008-08-30Fix some warnings that would be generated by gcc -Wredundant-declsblueswir1
2008-08-21Fix OpenBSD linker warningsblueswir1
2008-08-17Fix some warnings that would be generated by gcc -Wmissing-prototypesblueswir1
2008-08-17Fix warnings that would be generated by gcc -Wstrict-prototypesblueswir1
2008-05-17Missing include for Slirp on win32 (Eduardo Felipe).balrog
2008-05-10Special-case CTL_ALIAS instead of CTL_DNS in udp loopback test.balrog
2008-04-27Treat DNS a special case among special addresses in slirp (Jason Wessel).balrog
2008-04-26Fix slirp udp source address contamination (Jason Wessel)balrog
2008-04-03Remove remaining .cvsignore filesaurel32
2007-12-17Use WIN32_LEAN_AND_MEAN, by Stefan Weil.ths
2007-11-13Revert an accidental change in previous commit.balrog
2007-11-13Prevent cpsr_write/_read be put out of line in op.o (fixes a segfault on some...balrog
2007-11-11removed warningbellard
2007-11-08More .cvsignore.ths
2007-11-07use config-host.h instead of config.hbellard
2007-11-01 Fix slirp compilation failure when using a newer gccblueswir1
2007-10-30Declare function before use, reduces compiler warning noise.ths
2007-10-26 Add const etc. to places forgotten from the previous commitblueswir1
2007-10-26 Use const and static as needed, disable unused codeblueswir1
2007-10-26Make Slirp statistics gathering and output conditional to LOG_ENABLEDblueswir1
2007-09-17find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths
2007-09-13Move network related includes to vl.c to help SLIRP-less builds.ths
2007-02-20Change -tftp option to take a root directory, by Anthony Liguori.ths
2007-02-20Add OACK support to slirp TFTP server, by Anthony Liguori.ths
2007-02-20Add -bootp option for slirp, by Anthony Liguori.ths
2007-01-17Slirp UDP fix, by Jason Wessel.ths
2006-12-23Fix build warning on Windows.ths
2006-12-21Enable TCP_NODELAY, by Daniel Jacobowitz.ths
2006-05-10suppressed unaligned accessesbellard
2006-05-03UDP broadcast translation error (Mark Jonckheere)bellard
2006-05-03separate alias_addr (10.0.2.2) from our_addr (Ed Swierk)bellard
2006-05-02> 32 KB packet handling (Ed Swierk)bellard
2006-05-01do not delay TCP acks (Ed Swierk)bellard
2006-05-01set TCP_MSS to 1460 (Ed Swierk)bellard
2006-05-01fixed IP packet rassembly logic (Ed Swierk)bellard
2006-05-01fixed realloc logic (Ed Swierk)bellard
2006-04-30removed warningsbellard
2006-04-25Solaris port (Ben Taylor)bellard
2006-04-23Fix slirp redirection on systems without a useful host IP address.pbrook
2006-04-16Downgrade DNS failure to a warning.pbrook
2006-04-16Set slirp client hostname.pbrook
2006-03-11Set SO_REUSEADDR before calling bind().pbrook
2005-09-03improved user net performancesbellard
2005-07-03win32 compile fixbellard
2005-06-0564 bit fixes (initial patch by Gwenole Beauchesne)bellard
2005-01-10windows header fixbellard