aboutsummaryrefslogtreecommitdiff
path: root/slirp/cksum.c
AgeCommit message (Expand)Author
2016-02-04slirp: Clean up includesPeter Maydell
2012-03-13slirp: Fix compiler warning for w64Stefan Weil
2010-07-25slirp: Replace u_int8_t, u_int16_t, u_int32_t, u_int64_t by standard int typesStefan Weil
2010-04-25Remove dead assignments in various common files, spotted by clang analyzerBlue Swirl
2010-04-18slirp: fix unused return value, spotted by clangBlue Swirl
2010-03-07slirp: remove dead increments, spotted by clangBlue Swirl
2009-01-26Remove the advertising clause from the slirp licensealiguori
2007-09-17find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths
2004-04-22initial user mode network supportbellard