summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-03-31add back Context type as alias to context.Context (#148)upstream-masterJoe Tsai
2020-01-20http: make http client request with context (#132)Bobby DeSimone
2019-12-26use std library context.Context (#131)Bobby DeSimone
2019-10-27format error string as per go style (#127)Aditya Harindar
2019-10-25Fix function comments based on best practices from Effective GoCodeLingo Bot
2019-10-02Make it clearer that groupcache is distributedSolomon Boulos
2019-07-01groupcache.go: fix misspellingmaru
2019-01-29lru: fix misspelling (#112)Sean Chen
2018-10-24Merge pull request #107 from HaraldNordgren/masterBrad Fitzpatrick
2018-10-20Bump Travis versionsHarald Nordgren
2018-09-24Merge pull request #105 from Daniel-B-Smith/patch-1Brad Fitzpatrick
2018-09-24Fix typo in test name.Daniel Smith
2018-05-12Merge pull request #98 from kevinburke/travisBrad Fitzpatrick
2018-05-12Add travis.ymlKevin Burke
2018-02-03Merge pull request #88 from EdwardBetts/spellingBrad Fitzpatrick
2017-11-01Merge pull request #90 from lorneli/lru-devBrad Fitzpatrick
2017-10-31lru: add evict testlorneli
2017-09-01correct spelling mistakeEdward Betts
2017-04-20Merge pull request #80 from luciferous/writetoBrad Fitzpatrick
2017-03-02Implement WriterToNeuman Vong
2017-01-09Merge pull request #78 from elimisteve/patch-2Brad Fitzpatrick
2017-01-09http.go: Added missing word from NewHTTPPool docsSteve Phillips
2017-01-04Merge pull request #76 from dakerfp/patch-1Brad Fitzpatrick
2016-12-23Add Clear methods to lru cacheDaker Fernandes Pinheiro
2016-12-16Align Group.Stats properly for 32-bit platforms.Brad Fitzpatrick
2016-08-03Merge pull request #70 from skyportsystems/perGroupPeerPicker4.1Brad Fitzpatrick
2016-08-03portPicker function now takes group name, RegisterPerGroupPeerPicker added to...Matthew Denton
2016-05-15Merge pull request #65 from shawnps/patch-2Brad Fitzpatrick
2016-05-15fix typosShawn Smith
2016-02-11testpb: add syntax declaration to proto fileBrad Fitzpatrick
2016-02-11groupcachepb: add syntax declaration to proto fileBrad Fitzpatrick
2016-02-08Merge pull request #63 from pierrre/masterAndrew Gerrand
2016-02-08use passed optionsPierre Durand
2016-01-27Fixes a concurrency error in groupcache. Previously, multiple GetTipp Moseley
2015-01-25Merge pull request #41 from shawnps/patch-1Brad Fitzpatrick
2015-01-25fix wrong number of args for format in Errorf callShawn Smith
2014-12-23Merge pull request #28 from ryanslade/reduce-allocationsBrad Fitzpatrick
2014-12-16Reduce allocationsRyan Slade
2014-11-25Merge pull request #40 from ukai/protobufAndrew Gerrand
2014-11-25goprotobuf has moved to GitHubFumitoshi Ukai
2014-10-20Merge pull request #33 from fumin/masterAndrew Gerrand
2014-10-20allow all options of HTTPPool to be specified by usersawaw fumin
2014-07-09Merge pull request #30 from EverythingMe/fix_replicasAndrew Gerrand
2014-07-08changed default number of replicas in http pool hash ring to 50, and fixed ha...Dvir Volk
2014-07-07Merge pull request #27 from EverythingMe/remove_extra_unescapingAndrew Gerrand
2014-07-02Merge pull request #26 from dgryski/consistenthash-binary-searchBrad Fitzpatrick
2014-06-18removed extra unesacping in http pool that screwed up the keys we were usingDvir Volk
2014-06-17consistenthash: replace linear search with binary searchDamian Gryski
2013-10-30Merge pull request #16 from Obvious/dpup-serverrequestsBrad Fitzpatrick
2013-10-16HTTPPool increments Group.Stats.ServerRequestsDan Pupius