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: dgraph-io/badger
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.1
Choose a base ref
...
head repository: dgraph-io/badger
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.1.0
Choose a head ref
  • 10 commits
  • 12 files changed
  • 3 contributors

Commits on Nov 8, 2017

  1. Fix 404 and update latest version (#310)

    * Fix 404 and update latest version
    Wáng Hǎiliàng (Hal) authored and manishrjain committed Nov 8, 2017
    Configuration menu
    Copy the full SHA
    912e6fe View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2017

  1. Create Badger directory if it does not exist.

    Instead of throwing ErrInvalidDir, we try to create a directory that is
    specified in the options. We throw an error only if we cannot create the
    directory for some reason.
    
    Fixes #312.
    deepakjois committed Nov 10, 2017
    Configuration menu
    Copy the full SHA
    2dbff0a View commit details
    Browse the repository at this point in the history
  2. Fix obsolete test

    deepakjois committed Nov 10, 2017
    Configuration menu
    Copy the full SHA
    6959f96 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3deb65d View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2017

  1. Item::ValueCopy

    Add a ValueCopy function to avoid deadlocks in long running iterations.
    Write Item::Value to a passed in byte slice.
    manishrjain committed Nov 13, 2017
    Configuration menu
    Copy the full SHA
    b3568eb View commit details
    Browse the repository at this point in the history
  2. Create CHANGELOG.md

    deepakjois committed Nov 13, 2017
    Configuration menu
    Copy the full SHA
    fbf2f31 View commit details
    Browse the repository at this point in the history
  3. Update README.md

    deepakjois committed Nov 13, 2017
    Configuration menu
    Copy the full SHA
    544eefa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    53e623c View commit details
    Browse the repository at this point in the history
  5. Fixing 64-bit alignment in structs that use sync.atomic

    This change fixes segmentation faults on Arm v7.
    
    From https://golang.org/pkg/sync/atomic/:
    
    > On both ARM and x86-32, it is the caller's responsibility to arrange
    for 64-bit alignment of 64-bit words accessed atomically. The first word
    in a variable or in an allocated struct, array, or slice can be relied
    upon to be 64-bit aligned.
    
    Had to modify a couple of tests to get them to pass.
    
    Fixes #311.
    deepakjois committed Nov 13, 2017
    Configuration menu
    Copy the full SHA
    5efe17f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c722588 View commit details
    Browse the repository at this point in the history
Loading