aboutsummaryrefslogtreecommitdiffstats
path: root/slirp
AgeCommit message (Expand)AuthorFilesLines
2008-10-26Fix inline use warnings from sparseblueswir12-4/+4
2008-10-25Replace uses of strncpy (a GNU extension) with Qemu pstrcpyblueswir11-2/+2
2008-10-17added explicit licensebellard1-0/+23
2008-10-17allow SLIRP to make an ARP request to get the client MAC address. It is usefu...bellard1-8/+52
2008-10-01Fix warning about variables used uninitializedblueswir11-0/+4
2008-10-01Make some variables staticblueswir12-2/+2
2008-10-01Remove unused variablesblueswir11-2/+0
2008-09-30Add some missing static qualifiersblueswir11-2/+2
2008-09-20Suppress gcc 4.x -Wpointer-sign (included in -Wall) warningsblueswir13-10/+13
2008-09-15Use common objects for qemu-img and qemu-nbdaliguori1-14/+0
2008-09-14Fix warnings that would be caused by gcc flag -Wwrite-stringsblueswir13-9/+6
2008-09-06Fix most warnings that would be caused by gcc flag -Wundefblueswir12-3/+3
2008-08-30Fix some warnings that would be generated by gcc -Wredundant-declsblueswir15-11/+8
2008-08-21Fix OpenBSD linker warningsblueswir14-24/+34
2008-08-17Fix some warnings that would be generated by gcc -Wmissing-prototypesblueswir11-1/+1
2008-08-17Fix warnings that would be generated by gcc -Wstrict-prototypesblueswir11-4/+2
2008-05-17Missing include for Slirp on win32 (Eduardo Felipe).balrog1-0/+1
2008-05-10Special-case CTL_ALIAS instead of CTL_DNS in udp loopback test.balrog4-7/+8
2008-04-27Treat DNS a special case among special addresses in slirp (Jason Wessel).balrog1-3/+4
2008-04-26Fix slirp udp source address contamination (Jason Wessel)balrog1-1/+2
2008-04-03Remove remaining .cvsignore filesaurel321-1/+0
2007-12-17Use WIN32_LEAN_AND_MEAN, by Stefan Weil.ths1-0/+1
2007-11-13Revert an accidental change in previous commit.balrog1-0/+2
2007-11-13Prevent cpsr_write/_read be put out of line in op.o (fixes a segfault on some...balrog1-2/+0
2007-11-11removed warningbellard1-0/+2
2007-11-08More .cvsignore.ths1-0/+1
2007-11-07use config-host.h instead of config.hbellard1-1/+1
2007-11-01 Fix slirp compilation failure when using a newer gccblueswir12-1/+6
2007-10-30Declare function before use, reduces compiler warning noise.ths1-0/+2
2007-10-26 Add const etc. to places forgotten from the previous commitblueswir16-9/+9
2007-10-26 Use const and static as needed, disable unused codeblueswir128-221/+163
2007-10-26Make Slirp statistics gathering and output conditional to LOG_ENABLEDblueswir119-125/+192
2007-09-17find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths18-271/+271
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths29-751/+751
2007-09-13Move network related includes to vl.c to help SLIRP-less builds.ths1-8/+0
2007-02-20Change -tftp option to take a root directory, by Anthony Liguori.ths1-3/+9
2007-02-20Add OACK support to slirp TFTP server, by Anthony Liguori.ths2-0/+84
2007-02-20Add -bootp option for slirp, by Anthony Liguori.ths1-0/+6
2007-01-17Slirp UDP fix, by Jason Wessel.ths1-2/+3
2006-12-23Fix build warning on Windows.ths1-0/+6
2006-12-21Enable TCP_NODELAY, by Daniel Jacobowitz.ths2-1/+3
2006-05-10suppressed unaligned accessesbellard2-6/+7
2006-05-03UDP broadcast translation error (Mark Jonckheere)bellard1-1/+4
2006-05-03separate alias_addr (10.0.2.2) from our_addr (Ed Swierk)bellard7-12/+13
2006-05-02> 32 KB packet handling (Ed Swierk)bellard1-9/+5
2006-05-01do not delay TCP acks (Ed Swierk)bellard1-21/+4
2006-05-01set TCP_MSS to 1460 (Ed Swierk)bellard1-1/+3
2006-05-01fixed IP packet rassembly logic (Ed Swierk)bellard1-1/+1
2006-05-01fixed realloc logic (Ed Swierk)bellard1-3/+4
2006-04-30removed warningsbellard2-2/+2