awesomized/libmemcached
2009-12-16  Brian AkerStyle cleanup
2009-12-16  Brian AkerAdditional flag removal.
2009-12-16  Brian AkerCode change to use struct bitsets.
2009-12-16  Brian AkerMerge of Jake's work.
2009-12-07  Brian AkerMErge Trond
2009-12-06  Trond NorbyeFixed ILP32 issues
2009-12-05  Trond NorbyeCreated a pandora-check for printing callstacks
2009-12-05  Trond NorbyeDon't create a core if the client explicitly told it...
2009-12-04  Brian AkerMerging in platform fixes for libmemcached.
2009-12-03  Monty TaylorCasting fixes for linux.
2009-12-03  Monty TaylorFixed for OSX.
2009-12-03  Monty TaylorFixed atomics and getline on solaris.
2009-12-03  Monty TaylorAdded atomic workaround header.
2009-12-03  Brian AkerUpdates from Trond.
2009-12-03  Trond NorbyeFix the test_xxx macros, and generate coredump if the...
2009-12-03  Brian AkerAdding memslap tool.
2009-12-02  Monty Taylorpandora-build v0.80 - fix build for old lds.
2009-12-02  Monty TaylorMerged trunk.
2009-12-02  Monty Taylorpandora-build v0.79. Added support for generating HEX...
2009-12-02  Monty Taylorpandora-build v0.78
2009-12-02  Monty Taylorpandora-build v0.76 - synced with drizzle
2009-12-02  Monty Taylorpandora-build v0.75. Also fixed visibility which had...
2009-12-02  Monty TaylorMade the byteorder test use standard endian test AC_C_B...
2009-12-02  Monty Taylorpandora-build v0.74
2009-12-02  Monty TaylorMade the new memslap code build. Moved config.h include...
2009-11-30  Jake MoilanenUncrustify
2009-11-27  Brian AkerMerge from Mikki
2009-11-27  Mikko KoppanenCoding style changes. Moved the srandom to memcached_be...
2009-11-27  Mikko KoppanenAdded test for randomized reads
2009-11-27  Mikko KoppanenAdded randomized read behavior
2009-11-27  Brian AkerAdding behaviors interface to C++ interface
2009-11-25  Brian AkerUpdated tests to use new macro (less assert()).
2009-11-24  Jake MoilanenSchooner memslap changes
2009-11-19  mike tsaiAdded get/set behavior functions to the C++ interface...
2009-11-17  Brian AkerRemove historical bootstrap script
2009-11-16  Trond NorbyeRemove symbolic link (caused bzr branch to fail on...
2009-11-10  Brian AkerFix make dist issue 0.35
2009-11-09  Brian AkerUpdating for 0.35 release.
2009-11-07  Brian AkerMerging support for by_key operations.
2009-11-07  Adam Thomason* Rename: s/by_key_with_initial/with_initial_by_key
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 NorbyeAdd mget as a test to 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 AkerNULL commit
2009-10-25  Brian AkerTrond's fix for Mark's build issue
2009-10-25  Brian AkerMerge Trond
2009-10-23  Trond NorbyeBug 458834: Fixed unintended fallthrough from OPT_ADD
2009-10-22  mike tsaiMerging changes from trunk
2009-10-22  mike tsaiAdded a new test called output_ketama_weighted_keys...
2009-10-21  Brian AkerUpdate from Padraig, one additional valgrind warning...
2009-10-20  Padraig O'SullivanUpdated the C++ interface example to print out statisti...
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-16  Brian AkerFix typo
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 AkerUpdating for date. 0.34
2009-10-13  Brian AkerUpdated spec file.
2009-10-13  Trond NorbyeAdded documentation for memcached_mget_execute
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 NorbyeFix compile warning from gcc (assert may not terminate...
2009-10-12  Trond NorbyeMerged Jean-Charles Redoutey
2009-10-12  Brian AkerUpdating AUTHORS file.
2009-10-12  Brian AkerMerge from Trond
2009-10-12  Brian AkerMerge from Jean-Charles
2009-10-12  Brian AkerMerge Jean-Charles
2009-10-12  Trond NorbyeReduce the number of items in the mget for regression_b...
2009-10-12  Trond NorbyeFixed compile failure due to wrong return value from...
2009-10-10  Jean-Charles... Also keep track of last disconnected server at blacklis...
2009-10-10  Jean-Charles... Fixed code to blacklist server as from very first failu...
2009-10-10  Jean-Charles... Added reviewed version of memcached_server_get_last_dis...
2009-10-10  Jean-Charles... Fixed retry counter wrongly incremented in case of...
2009-10-09  Brian AkerUpdated test harness, merged Trond's fix for OSX hang.
2009-10-09  Trond NorbyeBug #446766: OSX hangs on user_supplied_bug21
2009-10-08  Brian AkerMerge bug fix
2009-10-08  Trond NorbyeBug #446607: Syscall param write(buf) points to uniniti...
2009-10-08  Brian AkerFix return type.
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
next