summaryrefslogtreecommitdiffstats
path: root/slirp/ip_output.c
Commit message (Expand)AuthorAgeFilesLines
* slirp: Factor out internal state structureJan Kiszka2009-06-291-4/+3Star
* slirp: Drop statistic codeJan Kiszka2009-06-291-7/+0Star
* slirp: Drop dead codeJan Kiszka2009-06-291-23/+0Star
* Sparse fixes: NULL use, header order, ANSI prototypes, staticblueswir12009-03-071-5/+3Star
* Remove the advertising clause from the slirp licensealiguori2009-01-261-5/+1Star
* Add const etc. to places forgotten from the previous commitblueswir12007-10-261-1/+5
* Use const and static as needed, disable unused codeblueswir12007-10-261-3/+3
* Make Slirp statistics gathering and output conditional to LOG_ENABLEDblueswir12007-10-261-5/+5
* find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths2007-09-171-3/+3
* find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths2007-09-161-7/+7
* initial user mode network supportbellard2004-04-221-0/+205