summaryrefslogtreecommitdiffstats
path: root/slirp
Commit message (Expand)AuthorAgeFilesLines
* Fix inline use warnings from sparseblueswir12008-10-262-4/+4
* Replace uses of strncpy (a GNU extension) with Qemu pstrcpyblueswir12008-10-251-2/+2
* added explicit licensebellard2008-10-171-0/+23
* allow SLIRP to make an ARP request to get the client MAC address. It is usefu...bellard2008-10-171-8/+52
* Fix warning about variables used uninitializedblueswir12008-10-011-0/+4
* Make some variables staticblueswir12008-10-012-2/+2
* Remove unused variablesblueswir12008-10-011-2/+0Star
* Add some missing static qualifiersblueswir12008-09-301-2/+2
* Suppress gcc 4.x -Wpointer-sign (included in -Wall) warningsblueswir12008-09-203-10/+13
* Use common objects for qemu-img and qemu-nbdaliguori2008-09-151-14/+0Star
* Fix warnings that would be caused by gcc flag -Wwrite-stringsblueswir12008-09-143-9/+6Star
* Fix most warnings that would be caused by gcc flag -Wundefblueswir12008-09-062-3/+3
* Fix some warnings that would be generated by gcc -Wredundant-declsblueswir12008-08-305-11/+8Star
* Fix OpenBSD linker warningsblueswir12008-08-214-24/+34
* Fix some warnings that would be generated by gcc -Wmissing-prototypesblueswir12008-08-171-1/+1
* Fix warnings that would be generated by gcc -Wstrict-prototypesblueswir12008-08-171-4/+2Star
* Missing include for Slirp on win32 (Eduardo Felipe).balrog2008-05-171-0/+1
* Special-case CTL_ALIAS instead of CTL_DNS in udp loopback test.balrog2008-05-104-7/+8
* Treat DNS a special case among special addresses in slirp (Jason Wessel).balrog2008-04-271-3/+4
* Fix slirp udp source address contamination (Jason Wessel)balrog2008-04-261-1/+2
* Remove remaining .cvsignore filesaurel322008-04-031-1/+0Star
* Use WIN32_LEAN_AND_MEAN, by Stefan Weil.ths2007-12-171-0/+1
* Revert an accidental change in previous commit.balrog2007-11-131-0/+2
* Prevent cpsr_write/_read be put out of line in op.o (fixes a segfault on some...balrog2007-11-131-2/+0Star
* removed warningbellard2007-11-111-0/+2
* More .cvsignore.ths2007-11-081-0/+1
* use config-host.h instead of config.hbellard2007-11-071-1/+1
* Fix slirp compilation failure when using a newer gccblueswir12007-11-012-1/+6
* Declare function before use, reduces compiler warning noise.ths2007-10-311-0/+2
* Add const etc. to places forgotten from the previous commitblueswir12007-10-266-9/+9
* Use const and static as needed, disable unused codeblueswir12007-10-2628-221/+163Star
* Make Slirp statistics gathering and output conditional to LOG_ENABLEDblueswir12007-10-2619-125/+192
* find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths2007-09-1718-271/+271
* find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths2007-09-1629-751/+751
* Move network related includes to vl.c to help SLIRP-less builds.ths2007-09-131-8/+0Star
* Change -tftp option to take a root directory, by Anthony Liguori.ths2007-02-201-3/+9
* Add OACK support to slirp TFTP server, by Anthony Liguori.ths2007-02-202-0/+84
* Add -bootp option for slirp, by Anthony Liguori.ths2007-02-201-0/+6
* Slirp UDP fix, by Jason Wessel.ths2007-01-171-2/+3
* Fix build warning on Windows.ths2006-12-231-0/+6
* Enable TCP_NODELAY, by Daniel Jacobowitz.ths2006-12-212-1/+3
* suppressed unaligned accessesbellard2006-05-102-6/+7
* UDP broadcast translation error (Mark Jonckheere)bellard2006-05-031-1/+4
* separate alias_addr (10.0.2.2) from our_addr (Ed Swierk)bellard2006-05-037-12/+13
* > 32 KB packet handling (Ed Swierk)bellard2006-05-021-9/+5Star
* do not delay TCP acks (Ed Swierk)bellard2006-05-011-21/+4Star
* set TCP_MSS to 1460 (Ed Swierk)bellard2006-05-011-1/+3
* fixed IP packet rassembly logic (Ed Swierk)bellard2006-05-011-1/+1
* fixed realloc logic (Ed Swierk)bellard2006-05-011-3/+4
* removed warningsbellard2006-04-302-2/+2