summaryrefslogtreecommitdiffstats
path: root/slirp/udp.h
Commit message (Expand)AuthorAgeFilesLines
* slirp: Replace u_int8_t, u_int16_t, u_int32_t, u_int64_t by standard int typesStefan Weil2010-07-251-5/+5
* Fix breakage by obsolete _P() for goodBlue Swirl2009-07-011-7/+7
* slirp: Factor out internal state structureJan Kiszka2009-06-291-5/+3Star
* slirp: Drop statistic codeJan Kiszka2009-06-291-20/+0Star
* slirp: Bind support for host forwarding rulesJan Kiszka2009-06-291-1/+1
* Remove the advertising clause from the slirp licensealiguori2009-01-261-5/+1Star
* Fix 64 bit issue in slirpblueswir12009-01-131-2/+1Star
* Use const and static as needed, disable unused codeblueswir12007-10-261-2/+0Star
* Make Slirp statistics gathering and output conditional to LOG_ENABLEDblueswir12007-10-261-0/+5
* find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths2007-09-161-1/+1
* 64 bit fixes (initial patch by Gwenole Beauchesne)bellard2005-06-051-0/+1
* initial user mode network supportbellard2004-04-221-0/+109