Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

clean up and export crc32c function #22274

Merged
merged 14 commits into from Jun 13, 2017
Merged

clean up and export crc32c function #22274

merged 14 commits into from Jun 13, 2017

Commits on Jun 7, 2017

  1. Copy the full SHA
    643b1e3 View commit details
    Browse the repository at this point in the history
  2. added PR to NEWS

    stevengj committed Jun 7, 2017
    Copy the full SHA
    721bbf5 View commit details
    Browse the repository at this point in the history
  3. use read, not mmap, for crc

    stevengj committed Jun 7, 2017
    Copy the full SHA
    184acd1 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    c3f5d91 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    bd64651 View commit details
    Browse the repository at this point in the history
  6. add an assertion

    stevengj committed Jun 7, 2017
    Copy the full SHA
    62d7dc4 View commit details
    Browse the repository at this point in the history
  7. more crc32c tests

    stevengj committed Jun 7, 2017
    Copy the full SHA
    ceda720 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2017

  1. docs typo

    stevengj committed Jun 8, 2017
    Copy the full SHA
    67ef143 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    f34d08c View commit details
    Browse the repository at this point in the history
  3. restore crc32 of String, add crc32c(io) to read all of a stream, add …

    …optimized open(crc32c, filename), make IOBuffer checksums consistent with other streams
    stevengj committed Jun 8, 2017
    Copy the full SHA
    38f6fc0 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2017

  1. Copy the full SHA
    1126d0f View commit details
    Browse the repository at this point in the history
  2. optimized IOBuffer crc32c

    stevengj committed Jun 9, 2017
    Copy the full SHA
    da2fba1 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2017

  1. Copy the full SHA
    a1b0431 View commit details
    Browse the repository at this point in the history
  2. eliminate theoretical race condition in crc32c if file is being writt…

    …en to while we are reading from it
    stevengj committed Jun 12, 2017
    Copy the full SHA
    8e058f3 View commit details
    Browse the repository at this point in the history