summaryrefslogtreecommitdiffstats
path: root/src/common/sctp_crc32.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* common: fix typosKefu Chai2018-09-211-1/+1
* common/sctp_crc32: include acconfig.h for the detecting endiannessKefu Chai2017-05-101-0/+2
* common: Remove redundant includesBrad Hubbard2017-05-091-2/+0
* Solaris compilation/build changesRohan Mars2015-11-131-1/+2
* endian: check byte order on OSXNoah Watkins2014-01-021-8/+4
* sctp_crc32c: fix crc calculation in the NULL buffer caseYehuda Sadeh2013-10-161-1/+1
* common/sctp_crc32: accept NULL buffer pointerSage Weil2013-10-161-1/+56
* common/crc32c: refactor a bitSage Weil2013-08-211-1/+1
* common: autoselect crc32c based on cpu featuresSage Weil2013-07-031-1/+1
* First cut of FreeBSD support. This patch allowes ceph to compile successfullyStanislav Sedov2011-10-051-2/+5
* crc32c: ifdef out dead code to shut up warningSage Weil2010-04-091-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-111-0/+727