Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: nilayp/JavaReedSolomon
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: Backblaze/JavaReedSolomon
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 12 commits
  • 8 files changed
  • 8 contributors

Commits on Aug 26, 2015

  1. Use Arrays.equals for equality in Matrix.java

    This doesn't affect the tests, which use .toString() as a
    proxy for equality, but it might affect users of the library
    and causes one of my lint tools to complain.
    Sam Sudar committed Aug 26, 2015
    Configuration menu
    Copy the full SHA
    f1c86c2 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2015

  1. typo fix

    trel committed Oct 9, 2015
    Configuration menu
    Copy the full SHA
    7705f72 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2015

  1. Merge pull request Backblaze#7 from trel/patch-1

    typo fix
    bwbeach committed Nov 16, 2015
    Configuration menu
    Copy the full SHA
    53542d9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request Backblaze#6 from srsudar/array_equals

    Use Arrays.equals for equality in Matrix.java
    bwbeach committed Nov 16, 2015
    Configuration menu
    Copy the full SHA
    9f42f81 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2016

  1. Fix tiny typo

    iblech committed May 17, 2016
    Configuration menu
    Copy the full SHA
    c34ad9e View commit details
    Browse the repository at this point in the history

Commits on May 18, 2016

  1. Merge pull request Backblaze#9 from iblech/patch-2

    Fix tiny typo
    bwbeach committed May 18, 2016
    Configuration menu
    Copy the full SHA
    ee04540 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2017

  1. Configuration menu
    Copy the full SHA
    9ad9a23 View commit details
    Browse the repository at this point in the history
  2. Fix whitespace

    akalin committed Jun 19, 2017
    Configuration menu
    Copy the full SHA
    d487551 View commit details
    Browse the repository at this point in the history
  3. Merge pull request Backblaze#11 from akalin/shard-limit-comment

    Add comment explaining the shard limit
    bwbeach authored Jun 19, 2017
    Configuration menu
    Copy the full SHA
    0e7f3c8 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2021

  1. :fix: make project buildable again with gradle wrapper

    The build file doesn't work with Gradle 7.x. Add gradle wrapper and pin
    gradle version to let the project always compile.
    alanfranz committed Sep 6, 2021
    Configuration menu
    Copy the full SHA
    412bf29 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2021

  1. Merge pull request Backblaze#14 from alanfranz/master

    :fix: make project buildable again with gradle wrapper
    brianb-backblaze authored Sep 7, 2021
    Configuration menu
    Copy the full SHA
    e1dc5e5 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2025

  1. Configuration menu
    Copy the full SHA
    d3c481d View commit details
    Browse the repository at this point in the history
Loading