1. 2c02b82 groupcache: add go.mod, update for Go 1.24 (#175) by Ian Lance Taylor · 7 months ago master
  2. 41bb18b add back Context type as alias to context.Context (#148) by Joe Tsai · 4 years, 3 months ago
  3. 8c9f03a http: make http client request with context (#132) by Bobby DeSimone · 5 years ago
  4. 215e871 use std library context.Context (#131) by Bobby DeSimone · 6 years ago
  5. 611e8ac format error string as per go style (#127) by Aditya Harindar · 6 years ago
  6. 4a4ac3f Fix function comments based on best practices from Effective Go by CodeLingo Bot · 6 years ago
  7. 404acd9 Make it clearer that groupcache is distributed by Solomon Boulos · 6 years ago
  8. 869f871 groupcache.go: fix misspelling by maru · 6 years ago
  9. 5b532d6 lru: fix misspelling (#112) by Sean Chen · 6 years ago
  10. c65c006 Merge pull request #107 from HaraldNordgren/master by Brad Fitzpatrick · 7 years ago
  11. d7bca77 Bump Travis versions by Harald Nordgren · 7 years ago
  12. 6f2cf27 Merge pull request #105 from Daniel-B-Smith/patch-1 by Brad Fitzpatrick · 7 years ago
  13. 3fbe15d Fix typo in test name. by Daniel Smith · 7 years ago
  14. 24b0969 Merge pull request #98 from kevinburke/travis by Brad Fitzpatrick · 7 years ago
  15. fbb51cd Add travis.yml by Kevin Burke · 7 years ago
  16. 66deaeb Merge pull request #88 from EdwardBetts/spelling by Brad Fitzpatrick · 7 years ago
  17. 84a468c Merge pull request #90 from lorneli/lru-dev by Brad Fitzpatrick · 8 years ago
  18. 5c411b2 lru: add evict test by lorneli · 8 years ago
  19. a20b11a correct spelling mistake by Edward Betts · 8 years ago
  20. b710c84 Merge pull request #80 from luciferous/writeto by Brad Fitzpatrick · 8 years ago
  21. f81960b Implement WriterTo by Neuman Vong · 8 years ago
  22. 72d04f9 Merge pull request #78 from elimisteve/patch-2 by Brad Fitzpatrick · 8 years ago
  23. 361310c http.go: Added missing word from NewHTTPPool docs by Steve Phillips · 8 years ago
  24. 6159c0a Merge pull request #76 from dakerfp/patch-1 by Brad Fitzpatrick · 8 years ago
  25. 80d3830 Add Clear methods to lru cache by Daker Fernandes Pinheiro · 9 years ago
  26. d092608 Align Group.Stats properly for 32-bit platforms. by Brad Fitzpatrick · 9 years ago
  27. a6b377e Merge pull request #70 from skyportsystems/perGroupPeerPicker4.1 by Brad Fitzpatrick · 9 years ago
  28. b3c0d09 portPicker function now takes group name, RegisterPerGroupPeerPicker added to set this function by Matthew Denton · 9 years ago
  29. 02826c3 Merge pull request #65 from shawnps/patch-2 by Brad Fitzpatrick · 9 years ago
  30. bf5f336 fix typos by Shawn Smith · 9 years ago
  31. 4eab30f testpb: add syntax declaration to proto file by Brad Fitzpatrick · 9 years ago
  32. 7e022f8 groupcachepb: add syntax declaration to proto file by Brad Fitzpatrick · 9 years ago
  33. 42b67f4 Merge pull request #63 from pierrre/master by Andrew Gerrand · 9 years ago
  34. 8cc54b4 use passed options by Pierre Durand · 9 years ago
  35. d995f8a Fixes a concurrency error in groupcache. Previously, multiple Get by Tipp Moseley · 9 years ago
  36. 604ed57 Merge pull request #41 from shawnps/patch-1 by Brad Fitzpatrick · 10 years ago
  37. c6017b7 fix wrong number of args for format in Errorf call by Shawn Smith · 10 years ago
  38. 86ced4a Merge pull request #28 from ryanslade/reduce-allocations by Brad Fitzpatrick · 11 years ago
  39. 505a8b2 Reduce allocations by Ryan Slade · 11 years ago
  40. f391194 Merge pull request #40 from ukai/protobuf by Andrew Gerrand · 11 years ago
  41. 5fb127e goprotobuf has moved to GitHub by Fumitoshi Ukai · 11 years ago
  42. d2a1805 Merge pull request #33 from fumin/master by Andrew Gerrand · 11 years ago
  43. 1568598 allow all options of HTTPPool to be specified by users by awaw fumin · 11 years ago
  44. 8b25adc Merge pull request #30 from EverythingMe/fix_replicas by Andrew Gerrand · 11 years ago
  45. 21fc61a changed default number of replicas in http pool hash ring to 50, and fixed hash ring benchmark by Dvir Volk · 11 years ago
  46. 0ba15ac Merge pull request #27 from EverythingMe/remove_extra_unescaping by Andrew Gerrand · 11 years ago
  47. a531d51 Merge pull request #26 from dgryski/consistenthash-binary-search by Brad Fitzpatrick · 11 years ago
  48. 976d66a removed extra unesacping in http pool that screwed up the keys we were using by Dvir Volk · 11 years ago
  49. 89ec054 consistenthash: replace linear search with binary search by Damian Gryski · 11 years ago
  50. d781998 Merge pull request #16 from Obvious/dpup-serverrequests by Brad Fitzpatrick · 12 years ago
  51. bdcbf83 HTTPPool increments Group.Stats.ServerRequests by Dan Pupius · 12 years ago
  52. 5fd3de0 Merge pull request #15 from Obvious/master by Andrew Gerrand · 12 years ago
  53. a06134f PeerPicker uses ring hash to pick peers by Dan Pupius · 12 years ago
  54. df73e83 Merge pull request #13 from ukai/fix_http by Andrew Gerrand · 12 years ago
  55. 38eed8b Close body even if it got error http status. by Fumitoshi Ukai · 12 years ago
  56. 61c957a Merge pull request #12 from bmizerany/typo by Andrew Gerrand · 12 years ago
  57. 0fb45da fix doc typo by Blake Mizerany · 12 years ago
  58. b912ed8 Merge branch 'master' of github.com:/golang/groupcache by Andrew Gerrand · 12 years ago
  59. 3f89d3e fix overflow in peer selection by Andrew Gerrand · 12 years ago
  60. 9db4a8a Merge pull request #8 from Luit/patch-2 by Andrew Gerrand · 12 years ago
  61. 8a39167 Weird use of brackets in README.md by Luit van Drongelen · 12 years ago
  62. 1d5ab13 Merge pull request #7 from Luit/patch-1 by Andrew Gerrand · 12 years ago
  63. e15e6b8 fix RegisterPeerPicker panic string by Luit van Drongelen · 12 years ago
  64. 0e1c218 Merge pull request #2 from elimisteve/patch-1 by Brad Fitzpatrick · 12 years ago
  65. 8b8b9d6 Fixed README typo: s/suppresion/suppression/ by Steve Phillips · 12 years ago
  66. e851919 Remove duplicated unnecessary file. It's in the groupcachepb sub-package. by Brad Fitzpatrick · 12 years ago
  67. b3105e2 fix RegisterPeerPicker comment by Andrew Gerrand · 12 years ago
  68. 0bfcb13 add HTTP pool implementation by Andrew Gerrand · 12 years ago
  69. e2abff3 add docs to PeerPicker by Andrew Gerrand · 12 years ago
  70. 6dad98a initial commit. by Brad Fitzpatrick · 12 years ago