summaryrefslogtreecommitdiffstats
path: root/slirp/cksum.c
Commit message (Expand)AuthorAgeFilesLines
* Use #include "..." for our own headers, <...> for othersMarkus Armbruster2016-07-121-1/+1
* slirp: Adding IPv6, ICMPv6 Echo and NDP autoconfigurationGuillaume Subiron2016-03-151-0/+25
* slirp: Clean up includesPeter Maydell2016-02-041-0/+1
* slirp: Fix compiler warning for w64Stefan Weil2012-03-131-1/+1
* slirp: Replace u_int8_t, u_int16_t, u_int32_t, u_int64_t by standard int typesStefan Weil2010-07-251-10/+10
* Remove dead assignments in various common files, spotted by clang analyzerBlue Swirl2010-04-251-1/+0Star
* slirp: fix unused return value, spotted by clangBlue Swirl2010-04-181-1/+2
* slirp: remove dead increments, spotted by clangBlue Swirl2010-03-071-0/+2
* Remove the advertising clause from the slirp licensealiguori2009-01-261-5/+1Star
* find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths2007-09-171-1/+1
* find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths2007-09-161-7/+7
* initial user mode network supportbellard2004-04-221-0/+141