Updated copyright headers.
[awesomized/libmemcached] / tests /
2009-12-16  Brian AkerUpdated copyright headers.
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-07  Brian AkerMErge Trond
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  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 TaylorMerged trunk.
2009-12-02  Monty Taylorpandora-build v0.75. Also fixed visibility which had...
2009-11-27  Brian AkerMerge from Mikki
2009-11-27  Mikko KoppanenAdded test for randomized reads
2009-11-27  Brian AkerAdding behaviors interface to C++ interface
2009-11-25  Brian AkerUpdated tests to use new macro (less assert()).
2009-11-19  mike tsaiAdded get/set behavior functions to the C++ interface...
2009-11-10  Brian AkerFix make dist issue 0.35
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-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-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'SullivanMerge from trunk.
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-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 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 RedouteyAdded reviewed version of memcached_server_get_last_dis...
2009-10-10  Jean-Charles RedouteyFixed 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  Trond NorbyeBug #442914: 'delete noreply' may hang the client
2009-10-07  Trond NorbyeFlush does not reset the bytes stat, so we have no...
2009-10-07  Padraig O'SullivanMerge from trunk.
2009-10-06  Trond NorbyeFix compilation warnings reported by gcc
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 NorbyeFix return type from test functions (should be TEST_SUC...
2009-10-05  Trond NorbyeStrip trailing whitespaces
2009-10-05  Trond NorbyeMove libmemcachedutil to libmemcached/util where it...
2009-10-02  Padraig O'SullivanMerge from trunk.
2009-10-02  Brian AkerMerge Monty.
2009-10-02  Brian AkerMerge Trond's protocol work.
2009-09-30  Brian AkerPulled fix from Trond
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-22  Adam ThomasonFactor out fetch-all-requests code marked "Turn this...
2009-09-22  Adam ThomasonFix return codes
2009-09-22  Adam ThomasonAddress trond's comments
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-21  Adam ThomasonAdd a test for large multiget hang
2009-09-21  Trond NorbyeMerge trunk
2009-09-20  Brian AkerUpdates on C++ interface
2009-09-19  Padraig O'SullivanUsed std::string instead of char and sprintf for constr...
2009-09-19  Padraig O'SullivanUpdated the getCache() method to actually pick a random...
2009-09-19  Padraig O'SullivanUpdated the destructor for the C++ example to correctly...
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-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 NorbyeAdd memcapable, a tool to test memcached capabilities
2009-09-16  Monty TaylorMerged trunk.
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-09-02  Trond NorbyeBug #423114 Programs list the libraries in the wrong...
2009-08-11  Brian AkerMerge
2009-08-11  Trond NorbyeFix problems reported by: -Wsign-conversion from gcc...
next