summaryrefslogtreecommitdiffstats
path: root/slirp/cksum.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+0
* 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/+1
* 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
OpenPOWER on IntegriCloud