| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Delete result code checking. | Sean Reifschneider | 2010-12-15 | 1 | -0/+5 | |
| | | ||||||
| * | When using set_multi and one value is too big, traceback | Sean Reifschneider | 2010-12-15 | 1 | -0/+4 | |
| | | ||||||
| * | Bug #529855: Server host can now be bare host without ":<port>". | Sean Reifschneider | 2010-12-15 | 1 | -0/+3 | |
| | | ||||||
| * | readline() returns '' instead of None on dead server. | Sean Reifschneider | 2010-12-15 | 1 | -0/+4 | |
| | | ||||||
| * | Typo fix "compession" -> "compRession". | Sean Reifschneider | 2010-12-15 | 1 | -0/+2 | |
| | | ||||||
| * | Fixing Bug #509712: "TypeError: 'NoneType' object is unsubscriptable" | Sean Reifschneider | 2010-12-15 | 1 | -0/+9 | |
| | | | | | | Also fixed some other similar code to not have issues with that. Also added changelog entries for the last two patches. | |||||
| * | Changing licensing and authorship. | Sean Reifschneider | 2010-02-08 | 1 | -0/+5 | |
| | | ||||||
| * | For 1.45 release. | Sean Reifschneider | 2009-11-28 | 1 | -0/+4 | |
| | | ||||||
| * | Adding additional name for the garbage collecting fix. | Sean Reifschneider | 2009-11-28 | 1 | -1/+1 | |
| | | ||||||
| * | * Per-connection max server key length. Patch by Nicolas Delaby | Sean Reifschneider | 2009-11-27 | 1 | -0/+2 | |
| | | ||||||
| * | Reverting the change for different serializers until I hear back from | Sean Reifschneider | 2009-11-27 | 1 | -5/+0 | |
| | | | | | author. | |||||
| * | * Adding support for multiple deserialization formats including PHP and | Sean Reifschneider | 2009-11-27 | 1 | -0/+5 | |
| | | | | | | | JSON. Patch by Gavin M. Roy. PHP requires http://pypi.python.org/pypi/phpserialize | |||||
| * | * Patches to make memcached more garbage-collectable. Removes | Sean Reifschneider | 2009-11-27 | 1 | -3/+9 | |
| | | | | | | "debugfunc" argument from _Host objects and changed to "debug" boolean. Patch by John McFarlane. | |||||
| * | * Rejecting keys that have spaces in them. Patch by Etienne Posthumus. | Sean Reifschneider | 2009-11-27 | 1 | -0/+2 | |
| | | ||||||
| * | * Fixing exception raising syntax. Patch by Samuel Stauffer. | Sean Reifschneider | 2009-11-27 | 1 | -0/+8 | |
| | | | | | | | | | * Optimizations in read code. Patch by Samuel Stauffer. * Changing classes to be newstyle. Patch by Samuel Stauffer. * Changed "has_key" to "in". Patch by Samuel Stauffer. | |||||
| * | * incr/decr were raising ValueError if the key did not exist, the | Sean Reifschneider | 2009-11-27 | 1 | -0/+8 | |
| | | | | | | | | | | docstring said it returned none. Patch by Chihiro Sakatoku. * Included cmemcache_hash, by permission of Ludvig Ericson. To use, do "memcached.cmemcache_activate()". * Adding cas method, submitted by Ben Gutierrez. | |||||
| * | Fixing set example in docstring. | Sean Reifschneider | 2009-06-05 | 1 | -0/+3 | |
| | | ||||||
| * | For 1.44 release. | Sean Reifschneider | 2009-04-02 | 1 | -0/+2 | |
| | | ||||||
| * | * Adding get_slabs() function to get stats. (Patch provided | Sean Reifschneider | 2009-04-02 | 1 | -0/+3 | |
| | | | | | by Nick Verbeck) | |||||
| * | Updating the changelog. | Sean Reifschneider | 2009-04-02 | 1 | -0/+17 | |
| | | ||||||
| * | Providing better error messages (patch provided by Johan Euphrosine). | Sean Reifschneider | 2009-04-02 | 1 | -0/+2 | |
| | | ||||||
| * | * eliott reported a bug in the 1.42 related to the socket timeout code | Sean Reifschneider | 2008-06-01 | 1 | -0/+7 | |
| | | | | | causing a traceback due to the timeout value not being set. | |||||
| * | * Patch from Peter Wilkinson to support using unix domain sockets. | Sean Reifschneider | 2008-05-31 | 1 | -0/+13 | |
| | | | | | | | | | | | | | | | He reports that tests succeed with with memcached daemons running, the normal and a domain socket started via "memcached -s memcached.socket". I massaged it quite a bit. To use domain sockets, use a connect string of "unix:/path/to/socket" Note however that if you are using a host name of "unix", it will now detect "unix:11211" as being a domain socket with the name "11211". In this case, please use "inet:unix:11211". Because of this, it is now preferred to use a connect string prefix of "inet:" or "unix:". | |||||
| * | * Patches from Steve Schwarz for set_multi() to return the full set of | Sean Reifschneider | 2008-05-31 | 1 | -0/+6 | |
| | | | | | | | | keys if all servers are down. Previously would not report any keys. * Fix from Steve Schwarz delete_multi() argument "seconds" not being correctly handled. Changed it to "time" to match all other calls. | |||||
| * | * Patch from Jehiah Czebotar which does: Changing the calls to | Sean Reifschneider | 2008-05-31 | 1 | -0/+14 | |
| | | | | | | mark_dead() to make them dereference tuples, reducing timeout on sockets to 3 seconds, settable via setting Host._SOCKET_TIMEOUT. | |||||
| * | Patch from Andrey Petrov to add the "append" and "replace" commands. | Sean Reifschneider | 2008-04-29 | 1 | -0/+2 | |
| | | ||||||
| * | Patch from Jehiah Czebotar to catch an additional server disconnect | Sean Reifschneider | 2008-04-29 | 1 | -0/+189 | |
| situation. | ||||||
