aboutsummaryrefslogtreecommitdiffstats
path: root/slirp
AgeCommit message (Expand)AuthorFilesLines
2009-05-22slirp: Reassign same address to same DHCP clientJan Kiszka1-3/+5
2009-05-21Cast pointer arguments of get/setsockopt, send to void * to keep GCCmalc1-1/+1
2009-05-13Replace gcc variadic macro extension with C99 versionBlue Swirl1-3/+3
2009-04-21slirp: Handle DHCP requests for specific IP (Jan Kiszka)aliguori2-34/+95
2009-04-18Use ANSI prototypes to please sparseblueswir12-17/+8
2009-04-18Move bootp_filename to avoid a sparse warningblueswir11-0/+1
2009-04-05Fix some win32 compile warningsblueswir12-1/+6
2009-03-16Delete some unused macros detected with -Wp,-Wunused-macros useblueswir13-3/+0
2009-03-08Fix windows build and clean up use of <windows.h>aliguori1-1/+0
2009-03-07Sparse fixes: NULL use, header order, ANSI prototypes, staticblueswir113-176/+94
2009-03-05monitor: Rework API (Jan Kiszka)aliguori1-2/+2
2009-02-06Fix SIGSEGV crash in slirp networking codeblueswir11-2/+1
2009-01-26Remove the advertising clause from the slirp licensealiguori19-93/+18
2009-01-24Use broadcast address for slirp dhcp repliesaurel321-0/+2
2009-01-14Fix _P use on OpenBSDblueswir11-2/+1
2009-01-13Fix 64 bit issue in slirpblueswir111-207/+138
2009-01-12Fix some SLIRP warningsblueswir13-5/+6
2009-01-08Add support for vmchannel socket migration (Gleb Natapov)aliguori1-0/+227
2009-01-08Add slirp_restrict option (Gleb Natapov)aliguori7-14/+57
2009-01-08Redirect slirp traffic to/from qemu character device (Gleb Natapov)aliguori8-25/+156
2008-12-13Remove unnecessary trailing newlinesblueswir14-4/+0
2008-12-07slirp: fix CVE 2007-5729aurel321-0/+3
2008-12-05Make struct iovec universally availablealiguori2-8/+1
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