awesomized/libmemcached
2009-09-22  Brian AkerMerge fix for binary mget
2009-09-22  Brian AkerMerge Patrick
2009-09-21  Brian AkerMerge Trond
2009-09-20  Trond NorbyeInclude config.h before any system header to avoid...
2009-09-20  Brian AkerUpdates on C++ interface
2009-09-19  Padraig O'SullivanUpdated changelog with some small comments on C++ inter...
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 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-18  Brian AkerMerge pod for docs.
2009-09-18  Trond NorbyeAdd manual page for memcapable
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-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-17  Brian AkerUpdate pandora
2009-09-16  Brian AkerUpdating library version number
2009-09-16  Monty Taylorpandora-build v0.61
2009-09-16  Monty TaylorBumped the so version.
2009-09-16  Monty TaylorFixed a spelling warning that lintian complained about.
2009-09-16  Monty TaylorRemoved hardcoded -rpath from client libs. libtool...
2009-09-16  Monty Taylorpandora-build v0.57
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-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-10  Monty Taylorpandora-build v0.47 - Swapped location of ! for /bin...
2009-08-10  Monty TaylorRemoved spurrious old file.
2009-08-10  Monty Taylorpandora-build v0.46 - fixed a plugin system problem...
2009-08-10  Monty Taylorpandora-build v0.45
2009-08-06  Brian AkerMerge Trond
2009-08-06  Trond NorbyeAdded files generated by make to .bzrignore, sorted...
2009-08-06  rootCasting errors, failures on debian jaunty
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-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.
2009-07-30  Brian AkerMore C++ updates
2009-07-30  Brian AkerMerge Monty
2009-07-27  Padraig O'SullivanForgot to update Makefile.am after renaming the memcach...
2009-07-27  Padraig O'SullivanForgot to add doxygen comments for one function.
2009-07-27  Padraig O'SullivanAdded doxygen comments to all methods in the C++ libmem...
2009-07-27  Padraig O'SullivanAdding some doxygen comments to the C++ api.
2009-07-27  Padraig O'SullivanCorrected setAll methods to take std::map parameter...
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-24  Padraig O'SullivanWhoops...fixed method that was returning an incorrect...
2009-07-24  Padraig O'SullivanAdded some extra error checking to the C++ interface...
2009-07-23  Brian AkerMerge Padraig
2009-07-18  Padraig O'SullivanAdding some comments to the C++ interface. Added few...
2009-07-18  Padraig O'SullivanConverted remaining functions in the C++ interface...
2009-07-18  Padraig O'SullivanUpdated the C++ interface to return values as std:...
2009-07-18  Monty TaylorMerged in warning fixes from Padraig from lp:~posulliv...
2009-07-18  Monty Taylorpandora-build v0.22
2009-07-18  Padraig O'SullivanBuild fixes for libmemcached/memcached_io.c file.
2009-07-18  Padraig O'SullivanBuild fixes for the memcached_hosts.c file.
2009-07-18  Padraig O'SullivanBuild fixes for the memcached_hash.c file.
2009-07-18  Padraig O'SullivanBuild fixes for the memcached_get.c file.
2009-07-18  Padraig O'SullivanBuild fixes for the memcached_flush.c file.
2009-07-18  Padraig O'SullivanBuild fixes for the memcached_dump.c file.
2009-07-18  Padraig O'SullivanBuild fixes for the libmemcached_do.c file.
2009-07-18  Padraig O'SullivanBuild fixes for the memcached_delete.c file.
2009-07-18  Padraig O'SullivanBuild fixes for the memcached_connect.c file.
2009-07-18  Padraig O'SullivanSmall build fixes to reduce warnings.
2009-07-18  Padraig O'SullivanVarious small build fixes to reduce warnings.
2009-07-18  Padraig O'SullivanAdding various small build fixes.
2009-07-18  Padraig O'SullivanUpdating the C++ test case file after making changes...
2009-07-18  Padraig O'SullivanUpdated C++ interface to have include guards. Also...
2009-07-16  Brian AkerMerge for bug fix from Trond
2009-07-16  Brian AkerBug fix
2009-07-16  Trond NorbyeBug #400182: Ignore unsupported stats 'conn_yields'
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'SullivanUpdated the ChangeLog and the .pod document indicating...
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'SullivanConverted some of the memcached API's to use size_t...
2009-07-15  Padraig O'SullivanMerge from monty.
2009-07-16  Monty TaylorAdded macro files I missed earlier...
2009-07-16  Monty Taylorpandora-build v0.20
next