1. bab58d7 Update README.md by Klaus Post · 7 years ago master v1.2.0
  2. 22a7f3e Merge pull request #18 from hiveminded/master by Klaus Post · 7 years ago
  3. d4aae85 misspell fix on crc32_s390x.s by Bill Q · 7 years ago
  4. 1bab8b3 Merge pull request #17 from johnrichter/master by Klaus Post · 7 years ago
  5. a8020d8 Normalize to Unix line endings by John Richter · 7 years ago
  6. cb6bfca Update README.md by Klaus Post · 8 years ago v1.1
  7. f7fb5a7 Update to upstream (#16) by Klaus Post · 8 years ago
  8. 19b0b33 Update .travis.yml by Klaus Post · 8 years ago v1.0
  9. 81ac418 Load static data with aligned loads. by klauspost · 8 years ago
  10. 6973dcf Merge pull request #14 from rsc/master by Klaus Post · 8 years ago
  11. 1e58bb3 crc32: align more with Go standard library hash/crc32 by Russ Cox · 8 years ago
  12. 999f312 Merge pull request #13 from shurcooL/patch-1 by Klaus Post · 8 years ago
  13. 3db84c3 Use more idiomatic style for build constraint comments. by Dmitri Shuralyov · 8 years ago
  14. 89873b5 Change crc32_generic.go build constraints to be complementary. by Dmitri Shuralyov · 8 years ago
  15. 6834731 Merge pull request #12 from klauspost/fix-gcc-build by Klaus Post · 8 years ago
  16. d4b7f01 Add gccgo to generic build by klauspost · 8 years ago fix-gcc-build
  17. dfea2b7 Add build constraints for gccgo (disables asm). by klauspost · 8 years ago
  18. a3b15ae Merge pull request #10 from klauspost/go-1point6-globals by Klaus Post · 8 years ago
  19. df9df09 Rename global symbols by Klaus Post · 8 years ago go-1point6-globals
  20. 41b6596 Merge pull request #8 from klauspost/fix-app-engine by Klaus Post · 8 years ago
  21. 20aa333 Exclude assembler from app engine build. by Klaus Post · 8 years ago fix-app-engine
  22. 6d3a59f asmfmt assembler. by klauspost · 8 years ago
  23. 0aff1ea Merge pull request #6 from opennota/master by Klaus Post · 8 years ago
  24. 906ac0c Fix two typos by opennota · 8 years ago
  25. 23c2757 Merge pull request #5 from klauspost/aggressive-slicing-by-8-use by Klaus Post · 8 years ago
  26. 2ba51b0 Add detailed benchmarks to documentation. by klauspost · 8 years ago
  27. 74f1cf9 Use slicing by 8 more aggressively. by klauspost · 8 years ago
  28. 3e5c38b Update README.md by Klaus Post · 8 years ago
  29. 628630b Update README.md by Klaus Post · 8 years ago
  30. f8d2e12 Add Go 1.5 to test targets. by klauspost · 9 years ago
  31. a5d1ea1 Sync with proposed standard library. by Klaus Post · 9 years ago
  32. 7ae177d Merge pull request #2 from eapache/fix-checksum-ieee by Klaus Post · 9 years ago
  33. 9be3e97 Optimize ChecksumIEEE helper by Evan Huus · 9 years ago
  34. d7104f5 Check for combined CLMUL and SSE 4.1 at startup. by Klaus Post · 9 years ago
  35. 55bf046 PCLMULQDQ isn't explicitly SSE 4.2, but has its own detection. by klauspost · 9 years ago
  36. 636239a Merge branch 'master' of https://github.com/klauspost/crc32 by Klaus Post · 9 years ago
  37. d3a9f20 Fix spelling by Klaus Post · 9 years ago
  38. 4ce52a6 Update README.md by Klaus Post · 9 years ago
  39. 2b62264 Merge pull request #1 from wangtuanjie/master by Klaus Post · 9 years ago
  40. 201771c Add basic information to README.md by Klaus Post · 9 years ago
  41. b81aaba Remove 1.2 test. by Klaus Post · 9 years ago
  42. 8998d22 Merge remote-tracking branch 'xx/master' by tuanjie · 9 years ago
  43. ee68882 benchmark compare to std crc32 by tuanjie · 9 years ago
  44. 6fb5d73 Just use defines, instead of including textflag.h, which requires Go 1.4. by Klaus Post · 9 years ago
  45. bf9562a Add myself to copyright, since I am not a Go Author. by Klaus Post · 9 years ago
  46. fa129ce Add Travis CI by Klaus Post · 9 years ago
  47. 087e7dc Add SSE 4.2 optimization of IEEE-style CRC32, used by zip, gzip, png, xz, fddi, etc. by Klaus Post · 9 years ago
  48. 38bf654 Add Go 1.4.2 source. by Klaus Post · 9 years ago
  49. 8e26ce0 Initial commit by Klaus Post · 9 years ago