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: golang/groupcache
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: upbit/groupcache
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.
  • 14 commits
  • 11 files changed
  • 2 contributors

Commits on Dec 26, 2017

  1. Make a self-consistent version of the fork

    deryzhou committed Dec 26, 2017
    Configuration menu
    Copy the full SHA
    5a7c907 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2017

  1. Cherry pick into branch

    deryzhou committed Dec 27, 2017
    Configuration menu
    Copy the full SHA
    a43d242 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    70a1f51 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f461d5e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d577e0b View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2017

  1. Add SetBytesWithTimestamp()/SetExpiredBytesWithTimestamp() for bytes …

    …with auto timestamp
    deryzhou committed Dec 28, 2017
    Configuration menu
    Copy the full SHA
    1534bde View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2 from upbit/sink.new_api

    Add SetBytesWithTimestamp()/SetExpiredBytesWithTimestamp() for bytes …
    upbit committed Dec 28, 2017
    Configuration menu
    Copy the full SHA
    de17dce View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2018

  1. Add cache expiration test for groupcache

    deryzhou committed Jan 8, 2018
    Configuration menu
    Copy the full SHA
    ee875a5 View commit details
    Browse the repository at this point in the history
  2. Fix BUG, wrong nbytes when key exists in cache

    deryzhou committed Jan 8, 2018
    Configuration menu
    Copy the full SHA
    f554176 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #3 from upbit/nbytes.patch

    Fix BUG, wrong nbytes when key exists in cache
    upbit committed Jan 8, 2018
    Configuration menu
    Copy the full SHA
    d999d11 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2018

  1. Configuration menu
    Copy the full SHA
    2f10485 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of https://github.com/golang/groupcache into go…

    …lang-master
    deryzhou committed Mar 7, 2018
    Configuration menu
    Copy the full SHA
    cc8e78e View commit details
    Browse the repository at this point in the history
  3. Merge branch 'golang-master'

    deryzhou committed Mar 7, 2018
    Configuration menu
    Copy the full SHA
    40e8010 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2018

  1. Change handleExpiration() backgroundErrResult size, so chan will not …

    …blocked when timeout closed the chan
    deryzhou committed Apr 19, 2018
    Configuration menu
    Copy the full SHA
    297b6c9 View commit details
    Browse the repository at this point in the history
Loading