1. 9e52966 crc/test.c: fix include of time.h by Danny Al-Gaaf · 10 years ago
  2. ea1f1da crc: add test.h header to test.c by Jens Axboe · 10 years ago
  3. 632f415 Add missing crc/test.h file by Jens Axboe · 10 years ago
  4. 10aa136 Cleanup symbols that should be static by Jens Axboe · 10 years ago
  5. 190b8f0 Pass -Wstrict-prototypes -Wold-style-definition, whitespace by Castor Fu · 10 years ago
  6. 65f21d6 xxhash: dos2unix'ize by Jens Axboe · 10 years ago
  7. 844ea60 Add support for the Google xxhash checksumming function by Jens Axboe · 10 years ago
  8. 782744e crc: add option to list possible crc types by Jens Axboe · 10 years ago
  9. f754086 crc: ensure we properly match test name by Jens Axboe · 10 years ago
  10. fec0f21 Add support for testing checksumming speed by Jens Axboe · 10 years ago
  11. 267339f Fixup CPUID for 32-bit x86 by Jens Axboe · 11 years ago
  12. fa80fea Add check for invariant TSC on x86 and use TSC is default clock if reliable by Jens Axboe · 11 years ago
  13. 25dfa84 Rename crc functions to private namespace by Jens Axboe · 12 years ago
  14. e3aaafc Auto-detect whether to use hw assisted crc32c by Jens Axboe · 12 years ago
  15. cc62ea7 Fix a few other static code checker spotted "issues" by Jens Axboe · 12 years ago
  16. 3095ffa crc16: use void * as the argument by Jens Axboe · 13 years ago
  17. 2b13e71 Get rid of shadow declarations by Jens Axboe · 13 years ago
  18. 2f68124 A few fixes for 32-bit compiles by Jens Axboe · 14 years ago
  19. e0ab5f9 crc32c-intel: replace SIGILL approach with cpuid by Jens Axboe · 14 years ago
  20. 5d7c5d3 Auto-detect missing hw support for crc32c and fallback to software by Jens Axboe · 14 years ago
  21. 7c353ce Add Linus' optimized sha1 hash for checksum by Jens Axboe · 15 years ago
  22. 419484b Don't compile crc32c-intel on non-x86 platforms by Aaron Carroll · 16 years ago
  23. 3845591 Add intel hardware assisted crc32c support by Jens Axboe · 16 years ago
  24. bac39e0 Add crc32c checksum by Jens Axboe · 16 years ago
  25. 13ddcb1 crc32 is uint32_t, not unsigned long by Jens Axboe · 16 years ago
  26. 00fb3c8 Move the lib/ stuff around a bit by Jens Axboe · 16 years ago
  27. 5921e80 Make it work on opensolaris by Jens Axboe · 16 years ago
  28. eef6eea Move checksumming files to seperate directory by Jens Axboe · 17 years ago