summaryrefslogtreecommitdiffstats
path: root/slirp/ip_icmp.c
Commit message (Expand)AuthorAgeFilesLines
* slirp: Read host DNS config on demandEd Swierk2009-08-271-1/+2
* slirp: Factor out internal state structureJan Kiszka2009-06-291-7/+12
* slirp: Drop statistic codeJan Kiszka2009-06-291-14/+0
* slirp: Drop dead codeJan Kiszka2009-06-291-4/+0
* slirp: Rework internal configurationJan Kiszka2009-06-291-9/+6
* Sparse fixes: NULL use, header order, ANSI prototypes, staticblueswir12009-03-071-5/+2
* Remove the advertising clause from the slirp licensealiguori2009-01-261-5/+1
* Make some variables staticblueswir12008-10-011-1/+1
* Fix warnings that would be caused by gcc flag -Wwrite-stringsblueswir12008-09-141-6/+2
* Fix most warnings that would be caused by gcc flag -Wundefblueswir12008-09-061-2/+2
* Add const etc. to places forgotten from the previous commitblueswir12007-10-261-2/+2
* Use const and static as needed, disable unused codeblueswir12007-10-261-1/+1
* Make Slirp statistics gathering and output conditional to LOG_ENABLEDblueswir12007-10-261-7/+9
* find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths2007-09-171-9/+9
* find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths2007-09-161-15/+15
* separate alias_addr (10.0.2.2) from our_addr (Ed Swierk)bellard2006-05-031-4/+3
* initial user mode network supportbellard2004-04-221-0/+376
OpenPOWER on IntegriCloud