Historial de Commits

Autor SHA1 Mensaje Fecha
  Jed Denlea eeef758cd5 Paramaterize max idle connections hace 11 años
  Brad Fitzpatrick 72a68649ba Address an allocation TODO in the default ServerSelector. hace 11 años
  Brad Fitzpatrick 19812ca74b misc style tweaks hace 11 años
  Brad Fitzpatrick c2ad34c380 Move the LICENSE up a directory hace 11 años
  Brad Fitzpatrick ac40937119 Fix README mistakes. hace 11 años
  Brad Fitzpatrick 4faecadd4f Merge pull request #22 from gpaul/master hace 12 años
  Gustav Paul ecbc06793a go vet: remove unreachable code hace 12 años
  Brad Fitzpatrick ff6d3dbfbf Merge pull request #7 from robfig/master hace 12 años
  Kenny Grant f52bf5c38e Added DeleteAll() method hace 13 años
  Brad Fitzpatrick 76a77964a7 Just use net.Error hace 12 años
  Brad Fitzpatrick 5f7d3b9504 Merge pull request #16 from freelancer/master hace 12 años
  Brad Fitzpatrick 0f301323b9 Merge pull request #12 from craigmj/master hace 12 años
  Brad Fitzpatrick 33c04b3472 use Skipf hace 12 años
  Brad Fitzpatrick f15ecfec13 Add explicit LICENSE file. hace 12 años
  Brad Fitzpatrick 4c711e645b Merge pull request #17 from bronze1man/pr-gofmt hace 12 años
  craigmj 806ff76cd0 flush_all support hace 12 años
  bronze1man 783b5db841 gofmt hace 12 años
  Nick Davies 9e30d82f64 Cleaned up how timeouts were detected, still not amazing hace 12 años
  Nick Davies d919402f69 fixed bug with endless go routines hace 12 años
  Brad Fitzpatrick 799dd6f8c6 Merge pull request #15 from garyburd/patch-1 hace 12 años
  Gary Burd aed8a0d0be Update documentation link in README.md hace 12 años
  Brad Fitzpatrick e952ca00c1 Merge pull request #13 from asim/master hace 12 años
  Asim Aslam e7a12e6eb5 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. hace 12 años
  craigmj 82fef77911 Added documentation to the Touch method. hace 12 años
  craigmj f872c089c0 Added testing of Touch to memcache_test.go hace 12 años
  craigmj 486cdcf4d7 Added TOUCH support hace 12 años
  Brad Fitzpatrick 2aa650701b Merge pull request #10 from d2fn/master hace 13 años
  Dietrich Featherston fed7323a51 parse headers with or without a cas id (for kestrel, etc) hace 13 años
  Rob Figueiredo 65b17693e0 go fmt hace 13 años
  Rob Figueiredo 2ec1fd6256 Add Replace operation hace 13 años