aboutsummaryrefslogtreecommitdiffstats
path: root/slirp/slirp.h
AgeCommit message (Expand)AuthorFilesLines
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
2004-07-12removed unused includes - BSD portbellard1-16/+1
2004-06-03header fixbellard1-0/+2
2004-04-26avoid errno variable namebellard1-1/+1
2004-04-22initial user mode network supportbellard1-0/+308