Add master-key versions of incr and decr commands
[awesomized/libmemcached] / libmemcached /
2009-11-07  Adam ThomasonAdd master-key versions of incr and decr commands
2009-11-06  Brian AkerUpdate for support of mget in memslap.
2009-11-06  Trond NorbyeProtocol interface should be an enum and not a uint64_t...
2009-11-05  Brian AkerMerge bug fix by Trond.
2009-11-03  Brian AkerCompatible Spymemcached support in ketama
2009-11-03  Trond NorbyeAdded MEMCACHED_BEHAVIOR_KETAMA_COMPAT_MODE
2009-11-03  Trond NorbyeMerge from Mike Tsai
2009-10-29  Trond NorbyeBug 463297: Deferred deletes doesn't work on a 1.4...
2009-10-25  Brian AkerTrond's fix for Mark's build issue
2009-10-22  mike tsaiMerging changes from trunk
2009-10-21  Brian AkerUpdate from Padraig, one additional valgrind warning...
2009-10-20  Padraig O'SullivanAdded some doxygen comments for the getStats() method.
2009-10-20  Padraig O'SullivanAdded an initial version of getStats() to the C++ inter...
2009-10-20  Padraig O'SullivanFreed memory after a call to memcached_fetch
2009-10-20  Padraig O'SullivanMade sure memory was freed after call to memcached_get_...
2009-10-20  Padraig O'SullivanMade sure memory was freed after calling memcached_get.
2009-10-20  Padraig O'SullivanMerge from trunk.
2009-10-19  mike tsaiKetama hashing is now compatable with spymemcached...
2009-10-14  Brian AkerMerging Trond
2009-10-14  Trond NorbyeRefactor: memcached_mget_execute -> memcached_mget_exec...
2009-10-14  Trond Norbyemget with replication didn't work if you had a cache...
2009-10-14  Trond NorbyeFix problems with multigets and replication
2009-10-14  Trond NorbyeFix compile warnings generated by gcc 4.4.1
2009-10-14  Trond NorbyeBug #447237: const-correctness in interface
2009-10-13  Brian AkerUpdated for release
2009-10-13  Trond NorbyeInitial implementation of memcached_mget_execute
2009-10-12  Brian AkerMerging bug fix for wrong retry counter.
2009-10-12  Trond NorbyeSimplify wrong_failure_counter_test to only test the...
2009-10-12  Trond NorbyeMerged Jean-Charles Redoutey
2009-10-12  Brian AkerMerge from Trond
2009-10-12  Brian AkerMerge from Jean-Charles
2009-10-12  Brian AkerMerge Jean-Charles
2009-10-10  Jean-Charles RedouteyAlso keep track of last disconnected server at blacklis...
2009-10-10  Jean-Charles RedouteyFixed code to blacklist server as from very first failu...
2009-10-10  Jean-Charles RedouteyAdded reviewed version of memcached_server_get_last_dis...
2009-10-10  Jean-Charles RedouteyFixed retry counter wrongly incremented in case of...
2009-10-08  Brian AkerMerge in Adam's bug case.
2009-10-08  Brian AkerMerge of Trond's work.
2009-10-08  Brian AkerEric's fix for UDP delete
2009-10-08  Trond NorbyeBug #442914: 'delete noreply' may hang the client
2009-10-08  Trond NorbyeMerge Eric
2009-10-07  Eric Lambertfixed casting issue that was causing udp buffered delet...
2009-10-07  Brian AkerMerge of additional C++ pieces from Padraig
2009-10-07  Padraig O'SullivanMerge from trunk.
2009-10-07  Padraig O'SullivanAdded a method for removing servers and updated the...
2009-10-06  Brian AkerMerge in bug fix for for MTaylor
2009-10-06  Brian AkerMerge Trond.
2009-10-06  Trond NorbyeBug 421108: memstat reports same value for bytes, bytes...
2009-10-06  Trond NorbyeBug #434843: Large multigets with binary protocol may...
2009-10-05  Trond NorbyeCreate workaround for warnings generated by a broken...
2009-10-05  Trond NorbyeUpdate protocol due to review comments:
2009-10-05  Trond NorbyeMove libmemcachedutil to libmemcached/util where it...
2009-10-04  Monty TaylorWe missed the symbol versioning file. Oops.
2009-10-02  Padraig O'SullivanMerge from trunk.
2009-10-02  Brian AkerMerge Monty.
2009-10-02  Brian AkerMerge Trond's protocol work.
2009-10-01  Trond NorbyeRefactor and add support for the ASCII protocol by...
2009-09-30  Brian AkerFix length mismatch
2009-09-27  Padraig O'SullivanMerge from trunk.
2009-09-26  Brian AkerMerge Trond
2009-09-26  Trond NorbyeRFE: It should be possible to set behavior flags on...
2009-09-25  Trond NorbyeAdd an example using innodb as a storage (NOTE: this...
2009-09-23  Brian AkerUpdating for version .33
2009-09-22  Brian AkerMerge Trond
2009-09-22  Brian AkerMerge fix for binary mget
2009-09-22  Trond NorbyeBug #434484: Binary protocol maps NOT_STORED to wrong...
2009-09-22  Brian AkerMerge Patrick
2009-09-22  Trond NorbyeBug: #434495: Ignore SERVER/CLIENT_ERROR from stats...
2009-09-21  Trond NorbyeMerge trunk
2009-09-20  Brian AkerUpdates on C++ interface
2009-09-19  Padraig O'SullivanForgot to include the std:: namespace prefix before...
2009-09-19  Padraig O'SullivanUpdating Patrick's C++ exceptions to build without...
2009-09-19  Padraig O'SullivanUpdating the C++ exceptions file to build correctly.
2009-09-19  Padraig O'SullivanUsed std::string instead of char and sprintf for constr...
2009-09-19  Padraig O'SullivanUpdated the C++ header file to correctly add memcached...
2009-09-19  Curtis HawthorneFixed binary mget so that it will always issue a NOOP...
2009-09-18  Trond NorbyeFix compilation on Linux (lacks ntohll etc)
2009-09-17  Trond NorbyeMerge trunk
2009-09-17  Brian AkerMerge Trond
2009-09-17  Padraig O'SullivanMerge from trunk.
2009-09-17  Padraig O'SullivanReverted trond's header file changes for now.
2009-09-17  Trond NorbyePrototype of a protocol parsing library for the binary...
2009-09-17  Trond NorbyeRefactor: move ntohll to a separate helper library
2009-09-17  Trond NorbyeUpdate protocol_binary.h to the latest one from the...
2009-09-16  Monty TaylorMerged trunk.
2009-09-16  Brian AkerUpdating for version .32 0.32
2009-09-15  Brian AkerFix for linger behavior
2009-09-15  Brian AkerMerging Trond.
2009-09-15  Brian AkerMerge Trond.
2009-09-10  Trond NorbyeFix compilation issues with gcc 4.4.1 on macosx
2009-08-11  Brian AkerMerge
2009-08-11  Trond NorbyeFix problems reported by: -Wsign-conversion from gcc...
2009-08-05  Padraig O'SullivanMerged with trond's header file cleanup branch.
2009-08-05  Padraig O'SullivanCorrecting mistake I made in exceptions header file.
2009-08-05  Padraig O'SullivanUpdating the exceptions header file with some slight...
2009-08-05  Padraig O'SullivanMerge Patrick's exception branch.
2009-08-04  Patrick Galbraith* Added first version of exceptions to the C++ interface
2009-08-04  Trond NorbyeFixed header file layout
2009-08-04  Padraig O'SullivanAdding some new constructors for the C++ api in libmemc...
2009-08-04  Padraig O'SullivanMerge from trunk.
next