1. 24af94b add TLS integration test, update Client.DialContext docs by Brad Fitzpatrick · 11 months ago master
  2. 21f1bbe raise DefaultTimeout from 100ms to 500ms by Brad Fitzpatrick · 11 months ago
  3. 43a49b4 Export Compare-And-Swap (CAS) id in Item by martins · 1 year, 2 months ago
  4. 6f412de add CompareAndSwap (cas) tests by Brad Fitzpatrick · 11 months ago
  5. 553e0d5 run the three main test types in parallel by Brad Fitzpatrick · 11 months ago
  6. d8906ed README.md: remove some dated Go notes by Brad Fitzpatrick · 11 months ago
  7. 2695f49 add start of GitHub Actions CI by Brad Fitzpatrick · 11 months ago
  8. 721ea2e add AUTHORS file, adjust copyright headers by Brad Fitzpatrick · 11 months ago
  9. cfb6279 docs(readme): update README.md by mingrammer · 4 years, 4 months ago
  10. dc20769 go.mod: bump minimum Go from 1.12 to Go 1.18 by Brad Fitzpatrick · 11 months ago
  11. 70caab5 add minimal Go memcached server for tests by Brad Fitzpatrick · 11 months ago
  12. acc6962 support custom DialContext by Irina Marchuk · 1 year, 9 months ago
  13. 7d14c5a feat: support custom dialer by Irina Marchuk · 1 year, 10 months ago
  14. 5f7a7d8 memcache: add Client.Close method by Brad Fitzpatrick · 1 year, 6 months ago
  15. 62deef7 Update README.md by Friedrich42 · 3 years, 7 months ago
  16. f7880d5 feat: add support for append/prepend by Justin Vanderhooft · 1 year, 9 months ago
  17. fb4bf63 delete an unused type by Saimon Shaplygin · 2 years, 7 months ago
  18. 1e3230f Convert to string using rune() (#123) by Robert-André Mauchin · 2 years, 7 months ago
  19. a41fca8 Add Ping method. (#91) by Andrei Avram · 5 years ago
  20. 551aad2 add mod file (#94) by Colin Arnott · 5 years ago
  21. bc664df Describe the meaning of 0 for Touch()'s seconds parameter (#82) by mostynb · 6 years ago
  22. f867c99 Use ReadFull instead of ioutil.ReadAll to read objects (#76) by Andrew Rodland · 6 years ago
  23. 7886924 Merge pull request #81 from mostynb/update_link by Brad Fitzpatrick · 6 years ago
  24. e206b6e Replace code.google.com URL with godoc.org URL by Mostyn Bramley-Moore · 6 years ago
  25. 1952afa Merge pull request #36 from fastly/master by Brad Fitzpatrick · 7 years ago
  26. 2fafb84 Merge pull request #58 from qoelet/allow-unicode-keys by Brad Fitzpatrick · 8 years ago
  27. 797efe6 Allow unicode keys by Kenny Shen · 8 years ago
  28. fb1f79c Remove unused Item.Object field. by Brad Fitzpatrick · 9 years ago
  29. 1004392 Avoid unnecessary net.Addr string allocations by Jed Denlea · 9 years ago
  30. eeef758 Paramaterize max idle connections by Jed Denlea · 9 years ago
  31. 72a6864 Address an allocation TODO in the default ServerSelector. by Brad Fitzpatrick · 10 years ago
  32. 19812ca misc style tweaks by Brad Fitzpatrick · 10 years ago
  33. c2ad34c Move the LICENSE up a directory by Brad Fitzpatrick · 10 years ago
  34. ac40937 Fix README mistakes. by Brad Fitzpatrick · 10 years ago
  35. 4faecad Merge pull request #22 from gpaul/master by Brad Fitzpatrick · 10 years ago
  36. ecbc067 go vet: remove unreachable code by Gustav Paul · 10 years ago
  37. ff6d3db Merge pull request #7 from robfig/master by Brad Fitzpatrick · 10 years ago
  38. f52bf5c Added DeleteAll() method by Kenny Grant · 11 years ago
  39. 76a7796 Just use net.Error by Brad Fitzpatrick · 10 years ago
  40. 5f7d3b9 Merge pull request #16 from freelancer/master by Brad Fitzpatrick · 10 years ago
  41. 0f30132 Merge pull request #12 from craigmj/master by Brad Fitzpatrick · 10 years ago
  42. 33c04b3 use Skipf by Brad Fitzpatrick · 10 years ago
  43. f15ecfe Add explicit LICENSE file. by Brad Fitzpatrick · 10 years ago
  44. 4c711e6 Merge pull request #17 from bronze1man/pr-gofmt by Brad Fitzpatrick · 10 years ago
  45. 806ff76 flush_all support by craigmj · 11 years ago
  46. 783b5db gofmt by bronze1man · 11 years ago
  47. 9e30d82 Cleaned up how timeouts were detected, still not amazing by Nick Davies · 11 years ago
  48. d919402 fixed bug with endless go routines by Nick Davies · 11 years ago
  49. 799dd6f Merge pull request #15 from garyburd/patch-1 by Brad Fitzpatrick · 11 years ago
  50. aed8a0d Update documentation link in README.md by Gary Burd · 11 years ago
  51. e952ca0 Merge pull request #13 from asim/master by Brad Fitzpatrick · 11 years ago
  52. e7a12e6 Fix connection leak. Use net.Addr.String() as freeconn map key. When the function SetServers is called the ServerList is replaced by a new set of net.Addr interfaces which no longer match those used as keys for the freeconn map. The underlying data structure is usually a TCPaddr or UnixAddr pointer. Go's equality operation on the map keys looks at the underlying pointer and thinks they are not the same so continues to create new connections assuming it does not have any free. by Asim Aslam · 11 years ago
  53. 82fef77 Added documentation to the Touch method. by craigmj · 11 years ago
  54. f872c08 Added testing of Touch to memcache_test.go by craigmj · 11 years ago
  55. 486cdcf Added TOUCH support by craigmj · 11 years ago
  56. 2aa6507 Merge pull request #10 from d2fn/master by Brad Fitzpatrick · 11 years ago
  57. fed7323 parse headers with or without a cas id (for kestrel, etc) by Dietrich Featherston · 11 years ago
  58. 65b1769 go fmt by Rob Figueiredo · 11 years ago
  59. 2ec1fd6 Add Replace operation by Rob Figueiredo · 11 years ago
  60. 66c15b0 Merge pull request #5 from jgrahamc/master by Brad Fitzpatrick · 12 years ago
  61. b198fc8 Close connections that are being discarded by John Graham-Cumming · 12 years ago
  62. 1c05224 Fix a problem where an error in onItem could result in a bad connection being reused by John Graham-Cumming · 12 years ago
  63. 8f3468c Merge pull request #4 from codemartial/master by Brad Fitzpatrick · 12 years ago
  64. 37d535e Replaced 'goinstall' with 'go get' by Tahir Hashmi · 12 years ago
  65. 345e5c6 use SetDeadline by Brad Fitzpatrick · 13 years ago
  66. e76709e doc link updates by Brad Fitzpatrick · 13 years ago
  67. 95f9a84 remove makefile; use the go tool by Brad Fitzpatrick · 13 years ago
  68. 9282f3f updates to time.Duration by Brad Fitzpatrick · 13 years ago
  69. 521adf1 doc update by Brad Fitzpatrick · 13 years ago
  70. 0780803 gofix by Brad Fitzpatrick · 13 years ago
  71. 3d39f3a Merge pull request #1 from rhencke/master by Brad Fitzpatrick · 13 years ago release.r60
  72. 0b516e9 remove extra %d in printf by Robert Hencke · 13 years ago
  73. f6151f4 Unix socket support. by Brad Fitzpatrick · 13 years ago
  74. 5a924ae Unix socket support. by Brad Fitzpatrick · 13 years ago
  75. 0861359 remove App Engine reference by Brad Fitzpatrick · 13 years ago
  76. 8e208d8 Add Increment & Decrement by Brad Fitzpatrick · 13 years ago
  77. 71d4772 ditch DeleteLock, it's old by Brad Fitzpatrick · 13 years ago
  78. 60179d6 Remove the auto-generated godoc. These will only rot. by Brad Fitzpatrick · 13 years ago
  79. 1a17ac6 Add timeouts to dials by Brad Fitzpatrick · 13 years ago
  80. ee3747d Use gopkgdoc.appspot.com for docs. by Brad Fitzpatrick · 13 years ago
  81. 42205f6 fix doc example by Brad Fitzpatrick · 13 years ago
  82. 506c94f link to API by Brad Fitzpatrick · 13 years ago
  83. e89215b more markdown by Brad Fitzpatrick · 13 years ago
  84. 7412514 more markdown work by Brad Fitzpatrick · 13 years ago
  85. d24b6cb Start of a godoc markdown template. by Brad Fitzpatrick · 13 years ago
  86. 135e67f Update godoc. by Brad Fitzpatrick · 13 years ago
  87. b1bf963 move gitignore up by Brad Fitzpatrick · 13 years ago
  88. cca20f1 fix TARG; move files up by Brad Fitzpatrick · 13 years ago
  89. 10482c4 godoc html by Brad Fitzpatrick · 13 years ago
  90. dba29da more README work by Brad Fitzpatrick · 13 years ago
  91. d0b0472 Rename the README to be markdown by Brad Fitzpatrick · 13 years ago
  92. ebad2bf Add .gitignore by Brad Fitzpatrick · 13 years ago
  93. 2b66e42 add a README, autogenerated from godoc -html by Brad Fitzpatrick · 13 years ago
  94. eb81789 set timeouts by Brad Fitzpatrick · 13 years ago
  95. 68ce6b4 reuse connections by Brad Fitzpatrick · 13 years ago
  96. f75c32e add DeleteLock by Brad Fitzpatrick · 13 years ago
  97. c0267d8 delete test by Brad Fitzpatrick · 13 years ago
  98. c549e03 rename some helpers by Brad Fitzpatrick · 13 years ago
  99. 1332296 untested delete support by Brad Fitzpatrick · 13 years ago
  100. 3ee2760 GetMulti support. by Brad Fitzpatrick · 13 years ago