Kenny Grant
|
f52bf5c38e
Added DeleteAll() method
|
13 سال پیش |
Brad Fitzpatrick
|
76a77964a7
Just use net.Error
|
12 سال پیش |
Brad Fitzpatrick
|
5f7d3b9504
Merge pull request #16 from freelancer/master
|
12 سال پیش |
Brad Fitzpatrick
|
0f301323b9
Merge pull request #12 from craigmj/master
|
12 سال پیش |
Brad Fitzpatrick
|
33c04b3472
use Skipf
|
12 سال پیش |
Brad Fitzpatrick
|
f15ecfec13
Add explicit LICENSE file.
|
12 سال پیش |
Brad Fitzpatrick
|
4c711e645b
Merge pull request #17 from bronze1man/pr-gofmt
|
12 سال پیش |
craigmj
|
806ff76cd0
flush_all support
|
12 سال پیش |
bronze1man
|
783b5db841
gofmt
|
12 سال پیش |
Nick Davies
|
9e30d82f64
Cleaned up how timeouts were detected, still not amazing
|
12 سال پیش |
Nick Davies
|
d919402f69
fixed bug with endless go routines
|
12 سال پیش |
Brad Fitzpatrick
|
799dd6f8c6
Merge pull request #15 from garyburd/patch-1
|
12 سال پیش |
Gary Burd
|
aed8a0d0be
Update documentation link in README.md
|
12 سال پیش |
Brad Fitzpatrick
|
e952ca00c1
Merge pull request #13 from asim/master
|
12 سال پیش |
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.
|
12 سال پیش |
craigmj
|
82fef77911
Added documentation to the Touch method.
|
12 سال پیش |
craigmj
|
f872c089c0
Added testing of Touch to memcache_test.go
|
12 سال پیش |
craigmj
|
486cdcf4d7
Added TOUCH support
|
12 سال پیش |
Brad Fitzpatrick
|
2aa650701b
Merge pull request #10 from d2fn/master
|
13 سال پیش |
Dietrich Featherston
|
fed7323a51
parse headers with or without a cas id (for kestrel, etc)
|
13 سال پیش |
Brad Fitzpatrick
|
66c15b06fe
Merge pull request #5 from jgrahamc/master
|
13 سال پیش |
John Graham-Cumming
|
b198fc8c17
Close connections that are being discarded
|
13 سال پیش |
John Graham-Cumming
|
1c05224a56
Fix a problem where an error in onItem could result in a bad connection being reused
|
13 سال پیش |
Brad Fitzpatrick
|
8f3468c583
Merge pull request #4 from codemartial/master
|
13 سال پیش |
Tahir Hashmi
|
37d535ec60
Replaced 'goinstall' with 'go get'
|
13 سال پیش |
Brad Fitzpatrick
|
345e5c6ad1
use SetDeadline
|
14 سال پیش |
Brad Fitzpatrick
|
e76709e482
doc link updates
|
14 سال پیش |
Brad Fitzpatrick
|
95f9a84cec
remove makefile; use the go tool
|
14 سال پیش |
Brad Fitzpatrick
|
9282f3ff26
updates to time.Duration
|
14 سال پیش |
Brad Fitzpatrick
|
521adf1024
doc update
|
14 سال پیش |