summaryrefslogtreecommitdiffstats
path: root/slirp/tcp_timer.c
Commit message (Expand)AuthorAgeFilesLines
* slirp, disas: Replace min/max with MIN/MAX macrosYuval Shaia2016-12-201-1/+1
* Use #include "..." for our own headers, <...> for othersMarkus Armbruster2016-07-121-1/+1
* slirp: Generalizing and neutralizing various TCP functions before adding IPv6...Guillaume Subiron2016-03-151-1/+2
* slirp: Clean up includesPeter Maydell2016-02-041-0/+1
* More NULL pointer fixesBlue Swirl2009-08-011-4/+6
* slirp: Factor out internal state structureJan Kiszka2009-06-291-10/+8Star
* slirp: Drop statistic codeJan Kiszka2009-06-291-11/+0Star
* slirp: Drop dead codeJan Kiszka2009-06-291-16/+1Star
* Use ANSI prototypes to please sparseblueswir12009-04-181-4/+3Star
* Remove the advertising clause from the slirp licensealiguori2009-01-261-5/+1Star
* Use const and static as needed, disable unused codeblueswir12007-10-261-17/+11Star
* Make Slirp statistics gathering and output conditional to LOG_ENABLEDblueswir12007-10-261-7/+10
* find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths2007-09-171-4/+4
* find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths2007-09-161-11/+11
* win32 compilebellard2004-07-131-3/+0Star
* initial user mode network supportbellard2004-04-221-0/+329