summaryrefslogtreecommitdiff
path: root/src/support/cksum.c
Commit message (Expand)AuthorAgeFilesLines
* Copyright notices: add MongoDB, update to 2015.Keith Bostic2015-01-041-0/+1
* The Intel link no longer works, update with the name of the paper.Keith Bostic2014-11-131-11/+12
* whitespaceKeith Bostic2014-10-141-1/+1
* Fix error in Windows CRC calculation for unaligned buffers.Don Anderson2014-10-141-1/+1
* Fix Windows os_dir.c, and os_ftruncate.c. Correctly enable hardware chksum.Mark Benvenuto2014-10-131-1/+1
* Revert "Simplify cksum-init, avoid complaint about a macro that's never used."Keith Bostic2014-10-111-11/+16
* Revert "Minor code shuffling, makes both clang and lint happier."Keith Bostic2014-10-111-3/+2
* Minor code shuffling, makes both clang and lint happier.Keith Bostic2014-10-111-2/+3
* Simplify cksum-init, avoid complaint about a macro that's never used.Keith Bostic2014-10-101-16/+11
* whitespaceKeith Bostic2014-10-101-1/+0
* chksum with MSVC IntrinsicsMark Benvenuto2014-10-101-2/+52
* Fix up a comment.Keith Bostic2014-09-301-4/+3
* Update copyright notices for 2014.Keith Bostic2014-01-071-1/+1
* Remove prototypes for __wt_cksum_hw/__wt_cksum_sw, they aren't neededKeith Bostic2013-10-041-3/+0
* ANSI C declaration, fix spelling.Keith Bostic2013-10-041-1/+1
* Use funcptr, inited from __wt_library_init.Don Anderson2013-10-041-63/+33
* semantic sugar: whitespace, KNF, spelling checks.Keith Bostic2013-10-031-21/+21
* Do a runtime check of CRC hardware, if present, use CRC instructions. refs #582Don Anderson2013-10-031-4/+135
* Update copyright notice to 2013.Keith Bostic2013-01-011-1/+1
* Move the checksum code into support/cksum, it's at least potentially generalKeith Bostic2012-11-231-0/+1160