summaryrefslogtreecommitdiffstats
path: root/slirp
Commit message (Expand)AuthorAgeFilesLines
* Fix SIGSEGV crash in slirp networking codeblueswir12009-02-061-2/+1
* Remove the advertising clause from the slirp licensealiguori2009-01-2619-93/+18
* Use broadcast address for slirp dhcp repliesaurel322009-01-241-0/+2
* Fix _P use on OpenBSDblueswir12009-01-141-2/+1
* Fix 64 bit issue in slirpblueswir12009-01-1311-207/+138
* Fix some SLIRP warningsblueswir12009-01-123-5/+6
* Add support for vmchannel socket migration (Gleb Natapov)aliguori2009-01-081-0/+227
* Add slirp_restrict option (Gleb Natapov)aliguori2009-01-087-14/+57
* Redirect slirp traffic to/from qemu character device (Gleb Natapov)aliguori2009-01-088-25/+156
* Remove unnecessary trailing newlinesblueswir12008-12-134-4/+0
* slirp: fix CVE 2007-5729aurel322008-12-071-0/+3
* Make struct iovec universally availablealiguori2008-12-052-8/+1
* 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/+0
* 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/+0
* Fix warnings that would be caused by gcc flag -Wwrite-stringsblueswir12008-09-143-9/+6
* 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/+8
* 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/+2
* 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/+0
* 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/+0
* 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-301-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/+163
* 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/+0
* 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
OpenPOWER on IntegriCloud