summaryrefslogtreecommitdiff
path: root/slirp/slirp.h
AgeCommit message (Expand)AuthorFilesLines
2013-09-17slirp: make timeout localLiu Ping Fan1-0/+3
2013-01-12slirp: remove unused field ttBlue Swirl1-1/+0
2012-12-19misc: move include files to include/qemu/Paolo Bonzini1-2/+2
2012-11-15slirp: Add domain-search option to slirp's DHCP serverKlaus Stengel1-0/+5
2012-04-15w32: Move defines for socket specific errors to qemu-os-win32.hStefan Weil1-12/+0
2012-03-28w32/slirp: Undefine error constants before their redefinitionJan Kiszka1-0/+6
2012-03-28slirp: clean up conflicts with system headersPaolo Bonzini1-7/+1
2012-03-13slirp: Cleanup resources on instance removalJan Kiszka1-0/+2
2012-03-13slirp: Remove unneeded if_queuedJan Kiszka1-1/+0
2012-03-13slirp: Prevent recursion of if_startJan Kiszka1-0/+1
2011-09-03Use new macro QEMU_PACKED for packed structuresStefan Weil1-1/+1
2011-08-05slirp: Fix types of IP address parametersJan Kiszka1-2/+2
2011-08-03Simple ARP tableFabien Chouteau1-3/+44
2011-07-23slirp: Forward ICMP echo requests via unprivileged socketsJan Kiszka1-0/+5
2011-01-23Delete useless 'extern' qualifiers for functionsBlue Swirl1-1/+1
2010-11-21slirp: Remove unused code for bad sprintfStefan Weil1-14/+0
2010-10-03Use GCC_FMT_ATTR (format checking)Stefan Weil1-1/+1
2010-10-03slirp: Silence warning on HaikuAndreas Färber1-1/+3
2010-07-25slirp: Remove declarations which are no longer neededStefan Weil1-33/+0
2010-07-25slirp: Replace u_int8_t, u_int16_t, u_int32_t, u_int64_t by standard int typesStefan Weil1-3/+3
2009-12-03Don't leak file descriptorsKevin Wolf1-0/+4
2009-09-12Fix sys-queue.h conflict for goodBlue Swirl1-2/+2
2009-07-27slirp: Use monotonic clock if available (v2)Ed Swierk1-4/+0
2009-07-01Fix breakage by obsolete _P() for goodBlue Swirl1-44/+37
2009-06-29slirp: Enable multiple instancesJan Kiszka1-0/+4
2009-06-29slirp: Allocate/free stack instance dynamicallyJan Kiszka1-1/+1
2009-06-29slirp: Use internal state in interfaceJan Kiszka1-0/+1
2009-06-29slirp: Factor out internal state structureJan Kiszka1-6/+60
2009-06-29slirp: Drop unused icmp_var.hJan Kiszka1-1/+0
2009-06-29slirp: Cleanup and basic reanimation of debug codeJan Kiszka1-2/+0
2009-06-29slirp: Drop statistic codeJan Kiszka1-9/+0
2009-06-29slirp: Drop dead codeJan Kiszka1-7/+0
2009-06-29slirp: Rework internal configurationJan Kiszka1-1/+0
2009-03-08Fix windows build and clean up use of <windows.h>aliguori1-1/+0
2009-01-14Fix _P use on OpenBSDblueswir11-2/+1
2009-01-13Fix 64 bit issue in slirpblueswir11-8/+0
2008-10-26Fix inline use warnings from sparseblueswir11-2/+2
2008-09-06Fix most warnings that would be caused by gcc flag -Wundefblueswir11-1/+1
2008-05-17Missing include for Slirp on win32 (Eduardo Felipe).balrog1-0/+1
2007-12-17Use WIN32_LEAN_AND_MEAN, by Stefan Weil.ths1-0/+1
2007-11-07use config-host.h instead of config.hbellard1-1/+1
2007-10-26 Add const etc. to places forgotten from the previous commitblueswir11-2/+0
2007-10-26 Use const and static as needed, disable unused codeblueswir11-8/+3
2007-10-26Make Slirp statistics gathering and output conditional to LOG_ENABLEDblueswir11-1/+10
2005-01-10windows header fixbellard1-0/+1
2004-11-14removed warningbellard1-0/+1
2004-10-09win32 fixbellard1-0/+1
2004-10-07windows fixes (Gregory Alexander)bellard1-0/+4
2004-08-24TFTP support (Magnus Damm)bellard1-0/+1
2004-07-12win32 compilebellard1-1/+37