1. bf2d816 crc/test: sha1 should do _final() after _update() by Jens Axboe · 9 years ago
  2. 159619b sha256: fix verify failure by Jens Axboe · 9 years ago
  3. 7bf3a57 sha256: cast shift to uint64_t by Jens Axboe · 10 years ago
  4. 7b3aea9 crc/test: fix potential div by zero by Jens Axboe · 10 years ago
  5. 262cf5c crc/test: add fnv by Jens Axboe · 10 years ago
  6. dc34c74 Add fnv hash by Jens Axboe · 10 years ago
  7. fc18c78 crc/test: if the checksum needs a _final(), do it in the loop by Jens Axboe · 10 years ago
  8. b0e1bb9 Move murmur3 hash to crc/ by Jens Axboe · 10 years ago
  9. 95a5a3f crc/test: add jhash by Jens Axboe · 10 years ago
  10. 3e6d415 crc/test: fix alignment by Jens Axboe · 10 years ago
  11. 67c1b7c Add murmurhash3 by Jens Axboe · 10 years ago
  12. ee4ceb7 bloom: use independent hashes by Jens Axboe · 10 years ago
  13. 89cce05 Checksumming updates by Jens Axboe · 10 years ago
  14. f888971 crc/test: a few more cleanups and code unifications by Jens Axboe · 10 years ago
  15. 7e92c71 crc/test: cleanup and better precision by Jens Axboe · 10 years ago
  16. be31cc9 Get the crctest results properly aligned by Jens Axboe · 10 years ago
  17. 9e52966 crc/test.c: fix include of time.h by Danny Al-Gaaf · 10 years ago
  18. ea1f1da crc: add test.h header to test.c by Jens Axboe · 10 years ago
  19. 632f415 Add missing crc/test.h file by Jens Axboe · 10 years ago
  20. 10aa136 Cleanup symbols that should be static by Jens Axboe · 10 years ago
  21. 190b8f0 Pass -Wstrict-prototypes -Wold-style-definition, whitespace by Castor Fu · 10 years ago
  22. 65f21d6 xxhash: dos2unix'ize by Jens Axboe · 10 years ago
  23. 844ea60 Add support for the Google xxhash checksumming function by Jens Axboe · 10 years ago
  24. 782744e crc: add option to list possible crc types by Jens Axboe · 10 years ago
  25. f754086 crc: ensure we properly match test name by Jens Axboe · 10 years ago
  26. fec0f21 Add support for testing checksumming speed by Jens Axboe · 10 years ago
  27. 267339f Fixup CPUID for 32-bit x86 by Jens Axboe · 11 years ago
  28. fa80fea Add check for invariant TSC on x86 and use TSC is default clock if reliable by Jens Axboe · 11 years ago
  29. 25dfa84 Rename crc functions to private namespace by Jens Axboe · 12 years ago
  30. e3aaafc Auto-detect whether to use hw assisted crc32c by Jens Axboe · 12 years ago
  31. cc62ea7 Fix a few other static code checker spotted "issues" by Jens Axboe · 12 years ago
  32. 3095ffa crc16: use void * as the argument by Jens Axboe · 13 years ago
  33. 2b13e71 Get rid of shadow declarations by Jens Axboe · 13 years ago
  34. 2f68124 A few fixes for 32-bit compiles by Jens Axboe · 14 years ago
  35. e0ab5f9 crc32c-intel: replace SIGILL approach with cpuid by Jens Axboe · 14 years ago
  36. 5d7c5d3 Auto-detect missing hw support for crc32c and fallback to software by Jens Axboe · 14 years ago
  37. 7c353ce Add Linus' optimized sha1 hash for checksum by Jens Axboe · 15 years ago
  38. 419484b Don't compile crc32c-intel on non-x86 platforms by Aaron Carroll · 16 years ago
  39. 3845591 Add intel hardware assisted crc32c support by Jens Axboe · 16 years ago
  40. bac39e0 Add crc32c checksum by Jens Axboe · 16 years ago
  41. 13ddcb1 crc32 is uint32_t, not unsigned long by Jens Axboe · 16 years ago
  42. 00fb3c8 Move the lib/ stuff around a bit by Jens Axboe · 16 years ago
  43. 5921e80 Make it work on opensolaris by Jens Axboe · 16 years ago
  44. eef6eea Move checksumming files to seperate directory by Jens Axboe · 17 years ago