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: steveyen/gkvlite
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: luci/gkvlite
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.
  • 5 commits
  • 10 files changed
  • 2 contributors

Commits on May 11, 2015

  1. fix imports

    riannucci committed May 11, 2015
    Configuration menu
    Copy the full SHA
    d81e566 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cf7fa95 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2015

  1. Remove usage of unsafe from gkvlite.

    This will allow it to be used on appengine.
    
    [email protected]
    BUG=
    
    Review URL: https://codereview.chromium.org/1409173004
    riannucci committed Oct 20, 2015
    Configuration menu
    Copy the full SHA
    10bbae2 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2015

  1. Fix race in gkvlite introduced when removing unsafe

    This is very much a giant hammer approach, but it doesn't seem too bad in terms
    of performance penalty. We can rip all these hacks out when we're only using
    managed VMs instead of classic GAE.
    
    [email protected]
    BUG=
    
    Review URL: https://chromiumcodereview.appspot.com/1415183010 .
    riannucci committed Nov 10, 2015
    Configuration menu
    Copy the full SHA
    1075668 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2015

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