Moved math include to after common which is where config.h is included. config.h...
[awesomized/libmemcached] / tests /
2010-01-14  Monty TaylorMerged build.
2010-01-14  Brian Aker32/64 bit cleanup issue in tests.
2010-01-13  Monty TaylorProtected stdbool.h from being included by C++, which...
2010-01-13  Brian AkerUpdates from Monty for Pandora
2010-01-13  Brian AkerFix for bug #15450
2010-01-13  Brian AkerMerge Jean-Charles
2010-01-13  Brian AkerMerge Stewart
2010-01-12  Brian AkerFinal bits of abstraction.
2010-01-12  Brian AkerFix test cases for encapsulation.
2010-01-12  Brian AkerPartial encapsulation of memcached_st->hosts
2010-01-12  Brian AkerAbstract out ptr->hosts[server_key] references.
2010-01-12  Brian AkerUpdates for version 0.37. 0.37
2010-01-11  Brian AkerUpdated test framework.
2010-01-11  Brian AkerFix structure of test.c where we call code before/after...
2010-01-11  Brian AkerAbsorb test bits into anonymous structure.
2010-01-11  Brian AkerNew stats output for collection information.
2010-01-11  Brian AkerName correction for test system.
2010-01-10  Stewart Smithbe strict about port numbers being in in_port_t not...
2010-01-10  Monty TaylorMerged stewart.
2010-01-10  Monty TaylorMerged up with build.
2010-01-10  Brian Akernumber_of_hosts <-- encapsulated.
2010-01-09  Brian AkerMatch count (and sorted .bzignore)
2009-12-30  Brian AkerMerge from Monty
2009-12-29  Monty TaylorMade the memcached_string stuff private, but still...
2009-12-24  Brian AkerFix for test.h
2009-12-21  Brian AkerICC fixes.
2009-12-21  Brian AkerICC fixes.
2009-12-19  Brian AkerTest updates.
2009-12-19  Brian Akerfix whitespace.
2009-12-19  Brian AkerUpdate test.c
2009-12-19  Brian AkerClean up docs.
2009-12-18  Brian AkerTest cleanup.
2009-12-18  Brian AkerMerge code fix for replication non-block test failing...
2009-12-18  Brian AkerICC and test fix.
2009-12-18  Brian AkerMerge Trond
2009-12-18  Trond NorbyeDisable murmur test on sparc hardware (platform specifi...
2009-12-18  Trond NorbyeAdded dependencies to allow parallel compilation
2009-12-18  Brian AkerMerge Monty.
2009-12-18  Brian AkerICC cleanups
2009-12-18  Monty TaylorMerged from build.
2009-12-17  Monty Taylor-P seems to want an abs path.
2009-12-17  Monty TaylorMoves everything into root makefile except for docs.
2009-12-17  Brian AkerMerge Trond.
2009-12-17  Brian AkerAdding back libhashkit.
2009-12-17  Brian AkerAdding in a consistent test for crc.
2009-12-17  Trond NorbyeUpdated the malloc tests so that they will break if...
2009-12-17  Trond Norbyecreate_core should wait for the child to be done writin...
2009-12-17  Brian AkerICC fixes.
2009-12-17  Brian AkerFix for replication test.
2009-12-17  Brian AkerUpdating interface.
2009-12-16  Brian AkerUpdating files for hudson, sorted bzignore for Trond.
2009-12-16  Brian AkerFirst merge of Trond's patches (cherry picking).
2009-12-16  Brian AkerUpdate for test system.
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-30  Jean-Charles RedouteyFixed mget_execute possibly failing into some non endin...
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...
next