summaryrefslogtreecommitdiff
path: root/src/common/sctp_crc32.c
Commit message (Expand)AuthorAgeFilesLines
* First cut of FreeBSD support. This patch allowes ceph to compile successfullyStanislav Sedov2011-10-041-2/+5
* crc32c: ifdef out dead code to shut up warningSage Weil2010-04-081-0/+2
* crc32c: prefix with ceph_Sage Weil2010-04-081-4/+4
* fix crc issue (when len < 4)Yehuda Sadeh2008-10-151-1/+7
* fix wrong byte ordering handling (thanks brent!)Yehuda Sadeh2008-10-151-0/+1
* remove debug helper code for crc32Yehuda Sadeh2008-10-151-10/+0
* checking buffer before calculating the crc (for debug)Yehuda Sadeh2008-10-141-0/+10
* fix of crc32c calculationYehuda Sadeh2008-10-131-6/+4
* replace the crc32c codeYehuda Sadeh2008-10-101-0/+727