Kenny Shen
|
797efe68fa
Allow unicode keys
|
9 年之前 |
Brad Fitzpatrick
|
fb1f79c6b6
Remove unused Item.Object field.
|
10 年之前 |
Brad Fitzpatrick
|
19812ca74b
misc style tweaks
|
11 年之前 |
Brad Fitzpatrick
|
4faecadd4f
Merge pull request #22 from gpaul/master
|
11 年之前 |
Gustav Paul
|
ecbc06793a
go vet: remove unreachable code
|
11 年之前 |
Brad Fitzpatrick
|
ff6d3dbfbf
Merge pull request #7 from robfig/master
|
11 年之前 |
Kenny Grant
|
f52bf5c38e
Added DeleteAll() method
|
12 年之前 |
Brad Fitzpatrick
|
76a77964a7
Just use net.Error
|
11 年之前 |
Brad Fitzpatrick
|
5f7d3b9504
Merge pull request #16 from freelancer/master
|
11 年之前 |
Brad Fitzpatrick
|
0f301323b9
Merge pull request #12 from craigmj/master
|
11 年之前 |
craigmj
|
806ff76cd0
flush_all support
|
12 年之前 |
Nick Davies
|
9e30d82f64
Cleaned up how timeouts were detected, still not amazing
|
12 年之前 |
Nick Davies
|
d919402f69
fixed bug with endless go routines
|
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
|
486cdcf4d7
Added TOUCH support
|
12 年之前 |
Dietrich Featherston
|
fed7323a51
parse headers with or without a cas id (for kestrel, etc)
|
12 年之前 |
Rob Figueiredo
|
2ec1fd6256
Add Replace operation
|
12 年之前 |
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
|
345e5c6ad1
use SetDeadline
|
14 年之前 |
Brad Fitzpatrick
|
9282f3ff26
updates to time.Duration
|
14 年之前 |
Brad Fitzpatrick
|
521adf1024
doc update
|
14 年之前 |
Brad Fitzpatrick
|
cca20f10ed
fix TARG; move files up
|
14 年之前 |
Brad Fitzpatrick
|
eb81789731
set timeouts
|
14 年之前 |
Brad Fitzpatrick
|
68ce6b4bcd
reuse connections
|
14 年之前 |
Brad Fitzpatrick
|
f75c32ecbd
add DeleteLock
|
14 年之前 |
Brad Fitzpatrick
|
c549e0370e
rename some helpers
|
14 年之前 |
Brad Fitzpatrick
|
1332296ec9
untested delete support
|
14 年之前 |
Brad Fitzpatrick
|
3ee276038b
GetMulti support.
|
14 年之前 |