0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 21 hours ago. based on code collected 1 day ago.
May 23, 2023 — May 23, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix MANIFEST.in so sdist works More... about 11 years ago
Removed unused _ZLIB_ERR and reduce ZLIB_GIL_RELEASE More... about 11 years ago
Improve the error message when memcached_touch isn't available More... about 11 years ago
Add tests for compression More... about 11 years ago
* Release the GIL only once in inflate * inflate is pretty fast, so only release the GIL if it's a large object More... about 11 years ago
make python 3 support compatible with python 2 More... about 11 years ago
initial python 3 support More... about 11 years ago
Allow compress_level argument to methods that can do compression More... about 11 years ago
Only use the now-deprecated MEMCACHED_CALLBACK_PREFIX_KEY if MEMCACHED_CALLBACK_NAMESPACE isn't available More... about 11 years ago
#ifdef around memcached_touch for older libmemcached versions More... about 11 years ago
whitespace More... about 11 years ago
Merge pull request #117 from NikolaBorisov/fix-set-multi-crash More... about 11 years ago
Fixing a crash in set_multi with unicode keys More... about 11 years ago
Merge pull request #113 from kelihlodversson/master More... over 11 years ago
Additional fixes for Issue #112. It was not caused by a bug in libmemcached, but was due to an interface change introduced in libmemcached-0.39. The memcached_server_function signature was changed to take a memcached_server_instance_st as its second argument instead of a memcached_server_st*. memcached_server_instance_st is aliased to a void* in the C interface headers and maps to a C++ struct on the implementation side and replaces the old memcached_server_st struct in some interfaces (but not all). More... over 11 years ago
Avoid accessing memcached_server_st struct member directly and use accessor functions instead in versions of libmemcache that support them. Works around a bug in libmemcache where the externally accessible server struct definition is out of sync with the internal one. More... over 11 years ago
Merge pull request #111 from bak1an/master More... over 11 years ago
assertion typo fix More... over 11 years ago
Add bench uncompressed 4k i/o More... over 11 years ago
Run benchmarks for several behavior profiles More... over 11 years ago
Cosmetic changes More... over 11 years ago
Add min_compress_len to documentation More... over 11 years ago
Add missing hash/distribution constants More... over 11 years ago
Add link to pooling docs from misc More... over 11 years ago
Merge pull request #105 from ruda/master More... over 11 years ago
Update docs/coders.rst More... over 11 years ago
Merge pull request #103 from urbanairship/docs-cleanup More... over 11 years ago
Fix failover link in behaviors doc More... over 11 years ago
Remove cache_lookups from behavior docs More... over 11 years ago
Be gender inclusive More... over 11 years ago