Historique des commits

Auteur SHA1 Message Date
  Brad Fitzpatrick ff6d3dbfbf Merge pull request #7 from robfig/master il y a 11 ans
  Kenny Grant f52bf5c38e Added DeleteAll() method il y a 12 ans
  Brad Fitzpatrick 76a77964a7 Just use net.Error il y a 11 ans
  Brad Fitzpatrick 5f7d3b9504 Merge pull request #16 from freelancer/master il y a 11 ans
  Brad Fitzpatrick 0f301323b9 Merge pull request #12 from craigmj/master il y a 11 ans
  craigmj 806ff76cd0 flush_all support il y a 12 ans
  Nick Davies 9e30d82f64 Cleaned up how timeouts were detected, still not amazing il y a 12 ans
  Nick Davies d919402f69 fixed bug with endless go routines il y a 12 ans
  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. il y a 12 ans
  craigmj 82fef77911 Added documentation to the Touch method. il y a 12 ans
  craigmj 486cdcf4d7 Added TOUCH support il y a 12 ans
  Dietrich Featherston fed7323a51 parse headers with or without a cas id (for kestrel, etc) il y a 12 ans
  Rob Figueiredo 2ec1fd6256 Add Replace operation il y a 12 ans
  John Graham-Cumming b198fc8c17 Close connections that are being discarded il y a 13 ans
  John Graham-Cumming 1c05224a56 Fix a problem where an error in onItem could result in a bad connection being reused il y a 13 ans
  Brad Fitzpatrick 345e5c6ad1 use SetDeadline il y a 14 ans
  Brad Fitzpatrick 9282f3ff26 updates to time.Duration il y a 14 ans
  Brad Fitzpatrick 521adf1024 doc update il y a 14 ans
  Brad Fitzpatrick cca20f10ed fix TARG; move files up il y a 14 ans
  Brad Fitzpatrick eb81789731 set timeouts il y a 14 ans
  Brad Fitzpatrick 68ce6b4bcd reuse connections il y a 14 ans
  Brad Fitzpatrick f75c32ecbd add DeleteLock il y a 14 ans
  Brad Fitzpatrick c549e0370e rename some helpers il y a 14 ans
  Brad Fitzpatrick 1332296ec9 untested delete support il y a 14 ans
  Brad Fitzpatrick 3ee276038b GetMulti support. il y a 14 ans
  Brad Fitzpatrick 9dd3d807af add stubs for delete il y a 14 ans
  Brad Fitzpatrick dfd34e9ac2 working Get il y a 14 ans
  Brad Fitzpatrick 7d98658c98 Start of a memcache client library. il y a 14 ans