summaryrefslogtreecommitdiffstats
path: root/slirp/tcp_output.c
Commit message (Expand)AuthorAgeFilesLines
* slirp, disas: Replace min/max with MIN/MAX macrosYuval Shaia2016-12-201-3/+3
* Use #include "..." for our own headers, <...> for othersMarkus Armbruster2016-07-121-1/+1
* slirp: Handle IPv6 in TCP functionsGuillaume Subiron2016-03-151-0/+16
* slirp: Reindent after refactoringGuillaume Subiron2016-03-151-15/+14Star
* slirp: Generalizing and neutralizing various TCP functions before adding IPv6...Guillaume Subiron2016-03-151-3/+11
* slirp: Factorizing tcpiphdr structure with an unionGuillaume Subiron2016-03-151-5/+13
* slirp: Clean up includesPeter Maydell2016-02-041-0/+1
* slirp: Fix type casts and format strings in debug codeStefan Weil2015-11-121-1/+1
* slirp: Avoid redefining MAX_TCPOPTLENAndreas Färber2012-05-281-0/+1
* slirp: Replace u_int8_t, u_int16_t, u_int32_t, u_int64_t by standard int typesStefan Weil2010-07-251-5/+5
* slirp: Factor out internal state structureJan Kiszka2009-06-291-2/+2
* slirp: Drop statistic codeJan Kiszka2009-06-291-23/+0Star
* slirp: Drop dead codeJan Kiszka2009-06-291-75/+2Star
* slirp: Add info usernet for dumping connection statesJan Kiszka2009-06-291-11/+0Star
* Sparse fixes: NULL use, header order, ANSI prototypes, staticblueswir12009-03-071-4/+2Star
* Remove the advertising clause from the slirp licensealiguori2009-01-261-5/+1Star
* Use const and static as needed, disable unused codeblueswir12007-10-261-5/+5
* Make Slirp statistics gathering and output conditional to LOG_ENABLEDblueswir12007-10-261-12/+12
* 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-23/+23
* win32 compilebellard2004-07-131-3/+0Star
* initial user mode network supportbellard2004-04-221-0/+608