NULL commit
[awesomized/libmemcached] / tests /
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...
2009-08-05  Padraig O'SullivanMerged with trond's header file cleanup branch.
2009-08-05  Padraig O'SullivanAdded simple exception test to the C++ test case file.
2009-08-04  Trond NorbyeFixed header file layout
2009-07-30  Brian AkerMore C++ updates
2009-07-30  Brian AkerMerge Monty
2009-07-27  Padraig O'SullivanAdded doxygen comments to all methods in the C++ libmem...
2009-07-26  Padraig O'SullivanUpdated the fetch method in the C++ interface and added...
2009-07-26  Padraig O'SullivanThis commit contains the following changes:
2009-07-23  Brian AkerMerge Padraig
2009-07-18  Padraig O'SullivanUpdated the C++ interface to return values as std:...
2009-07-18  Padraig O'SullivanUpdating the C++ test case file after making changes...
2009-07-16  Brian AkerMerge for bug fix from Trond
2009-07-16  Trond NorbyeBug #400177: Memory leak in replication_mget_test
2009-07-16  Brian AkerRemove plus test for the moment.
2009-07-15  Brian AkerUpdates on C++ interface from Padraig.
2009-07-15  Brian AkerModified test system so that "make test" should no...
2009-07-15  Padraig O'SullivanFixing the usage of __attribute__(unused) for solaris...
2009-07-15  Padraig O'SullivanSome more updates to the C++ test file to remove solari...
2009-07-15  Padraig O'SullivanUpdating the C++ test file to remove some compiler...
2009-07-15  Padraig O'SullivanMerge from monty.
2009-07-15  Brian AkerMerge Monty
2009-07-15  Brian AkerUpdated with Twitter's memcached_server_error() function.
2009-07-15  Brian AkerMerged (and removed Malloc for size_t in mget)
2009-07-14  Brian AkerMerge Monty
2009-07-14  Monty TaylorMerged in a lost patch.
2009-07-14  Monty TaylorMerged from Padraig.
2009-07-11  Padraig O'SullivanMerge trunk.
2009-07-11  Padraig O'SullivanModified the fetch() function in the C++ interface...
next