index
:
delta/openstack/swift.git
feature/crypto
feature/crypto-review
feature/deep
feature/deep-review
feature/ec
feature/ec_review
feature/hummingbird
feature/losf
feature/repconn
feature/s3api
feature/sp-review
master
proposed/2.0.0
proposed/juno
proposed/kilo
stable/2023.1
stable/havana
stable/icehouse
stable/juno
stable/kilo
stable/liberty
stable/mitaka
stable/newton
stable/ocata
stable/pike
stable/queens
stable/rocky
stable/stein
stable/train
stable/ussuri
stable/victoria
stable/wallaby
stable/xena
stable/yoga
stable/zed
opendev.org: openstack/swift.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
swift
/
common
/
memcached.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
memcached: log user provided keys in exception error logging.
Jianjian Huo
2023-05-01
1
-42
/
+72
*
Memcached: add timing stats to set/get and other public functions
Jianjian Huo
2023-01-06
1
-1
/
+16
*
Refactor memcache config and MemcacheRing loading
Matthew Oliver
2022-10-26
1
-2
/
+101
*
Merge "memcached: Give callers the option to accept errors"
Zuul
2022-05-13
1
-2
/
+16
|
\
|
*
memcached: Give callers the option to accept errors
Tim Burke
2022-04-28
1
-2
/
+16
*
|
Rip out pickle support in our memcached client
Tim Burke
2022-04-27
1
-28
/
+9
|
/
*
memcache: Add an item_size_warning_threshold option
Matthew Oliver
2022-02-15
1
-8
/
+19
*
Merge "memcache: Prevent possible pool exhaustion"
Zuul
2021-12-20
1
-4
/
+12
|
\
|
*
memcache: Prevent possible pool exhaustion
Tim Burke
2021-11-09
1
-4
/
+12
*
|
Ensure close socket for memcached if got timeout
Kota Tsuyuzaki
2021-11-10
1
-5
/
+11
|
/
*
Merge "memcache: Log errors encountered when setting keys"
Zuul
2021-01-26
1
-1
/
+8
|
\
|
*
memcache: Log errors encountered when setting keys
Tim Burke
2021-01-08
1
-1
/
+8
*
|
Merge "Memcached client TLS support"
Zuul
2021-01-07
1
-6
/
+10
|
\
\
|
|
/
|
/
|
|
*
Memcached client TLS support
Grzegorz Grasza
2021-01-06
1
-6
/
+10
*
|
replace md5 with swift utils version
Ade Lee
2020-12-15
1
-2
/
+2
|
/
*
memcache: Make error-limiting values configurable
Tim Burke
2020-11-05
1
-8
/
+17
*
memcached: Plumb logger into MemcacheRing
Tim Burke
2020-06-09
1
-8
/
+13
*
Extend MemcacheRing.delete() API to manage server_key
Romain de Joux
2020-04-03
1
-2
/
+5
*
py3: add swift-dsvm-functional-py3 job
Tim Burke
2019-06-21
1
-1
/
+9
*
Fix up how we memcache on py3
Tim Burke
2019-06-14
1
-1
/
+1
*
py3: Monkey-patch json.loads to accept bytes on py35
Tim Burke
2018-11-02
1
-2
/
+2
*
py3: port common/memcached.py
Tim Burke
2018-02-26
1
-31
/
+51
*
Fix memcached exception out of range stacktrace
Matthew Oliver
2017-09-25
1
-3
/
+13
*
Socket errors don't warrant tracebacks when talking to memcached
Tim Burke
2017-08-22
1
-4
/
+6
*
Trivial fix warnings in docstring
Ngo Quoc Cuong
2017-05-03
1
-6
/
+6
*
Tighten memcached tests
Tim Burke
2016-07-07
1
-1
/
+1
*
Make _get_addr() method a function in utils.
Timur Alperovich
2016-01-12
1
-35
/
+5
*
Fail early if the memcache address is invalid.
Timur Alperovich
2016-01-12
1
-10
/
+9
*
fixups for ipv6 memcache_servers docs
Clay Gerrard
2016-01-12
1
-7
/
+8
*
Fix IPv6 handling in MemcacheConnPool.
Timur Alperovich
2016-01-08
1
-8
/
+43
*
Python 3 deprecated the logger.warn method in favor of warning
janonymous
2015-12-22
1
-1
/
+0
*
Deprecated param timeout removed from memcached
Ondřej Nový
2015-12-14
1
-42
/
+13
*
remove remaining simplejson uses, prefer standard library import
Zack M. Davis
2015-11-16
1
-1
/
+1
*
pep8: Don't override '_' symbol
Victor Stinner
2015-08-19
1
-1
/
+1
*
Merge "cPickle is deprecated in py3, replacing it from six.moves"
Jenkins
2015-07-28
1
-1
/
+1
|
\
|
*
cPickle is deprecated in py3, replacing it from six.moves
janonymous
2015-07-07
1
-1
/
+1
*
|
Merge "Replace dict.iteritems() with dict.items()"
Jenkins
2015-07-09
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Replace dict.iteritems() with dict.items()
Victor Stinner
2015-06-24
1
-1
/
+1
*
|
Replace xrange() with six.moves.range()
Victor Stinner
2015-06-23
1
-1
/
+2
|
/
*
Remove workaround for old eventlet version
Samuel Merritt
2015-05-08
1
-33
/
+2
*
Fixed Typo - dictonary to dictionary
Timothy Okwii
2014-09-08
1
-1
/
+1
*
Fix several typos in the codebase.
Alex Gaynor
2014-04-25
1
-1
/
+1
*
bare excepts, as is proper
John Dickinson
2013-11-26
1
-4
/
+1
*
Use upstream patched Pool.get
John Dickinson
2013-11-25
1
-2
/
+36
*
return value on memcache client decr call
Greg Lange
2013-10-15
1
-1
/
+3
*
Add a Timeout when getting Memcache connections
Clay Gerrard
2013-10-07
1
-16
/
+19
*
Don't apply timeout to Pool.get operation (leaks)
Peter Portante
2013-10-07
1
-2
/
+13
*
Merge "Change OpenStack LLC to Foundation"
Jenkins
2013-10-07
1
-1
/
+1
|
\
|
*
Change OpenStack LLC to Foundation
ZhiQiang Fan
2013-09-20
1
-1
/
+1
*
|
Pool memcache connections
Chuck Thier
2013-10-02
1
-95
/
+135
|
/
[next]