RFE: It should be possible to set behavior flags on a pool
[awesomized/libmemcached] / libmemcached /
2009-09-26  Trond NorbyeRFE: It should be possible to set behavior flags on...
2009-09-23  Brian AkerUpdating for version .33
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-22  Trond NorbyeBug: #434495: Ignore SERVER/CLIENT_ERROR from stats...
2009-09-20  Brian AkerUpdates on C++ interface
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 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  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 NorbyeRefactor: move ntohll to a separate helper library
2009-09-17  Trond NorbyeUpdate protocol_binary.h to the latest one from the...
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-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'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  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'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-15  Brian AkerUpdates on C++ interface from Padraig.
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-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  Brian AkerMerge Padraig
2009-07-14  Monty TaylorMerged in a lost patch.
2009-07-14  Monty TaylorMerged from Padraig.
2009-07-14  Monty TaylorMerged from myself.
2009-07-14  Padraig O'SullivanResolving build issues on Mac OSX. Some variables were...
2009-07-11  Padraig O'SullivanMerge trunk.
2009-07-11  Padraig O'SullivanModified the fetch() function in the C++ interface...
2009-07-11  Padraig O'SullivanAdding the fetch_execute function to the C++ interface.
2009-07-11  Padraig O'SullivanUpdating the mget function in the C++ interface to...
2009-07-10  Brian AkerUpdated version. 0.31
2009-07-10  Padraig O'SullivanCleaning up formatting in the C++ interface.
2009-07-10  Padraig O'SullivanUpdating the get function in the C++ interface.
2009-07-10  Padraig O'SullivanRemoving all remnants of const char * in the C++ interf...
2009-07-10  Padraig O'SullivanAdded the lib_version() function to the C++ interface.
2009-07-10  Padraig O'SullivanRemoving un-needed include declaration from C++ interface.
2009-07-10  Padraig O'SullivanMore modifications to the C++ interface. Changing the...
2009-07-10  Padraig O'SullivanMaking some modifications to the C++ interface. Mainly...
2009-07-09  Monty TaylorMerged trunk.
2009-07-09  Monty Taylorpandora-build 0.9
2009-07-08  Brian AkerMerge Monty
2009-07-08  Brian AkerBug found by Dustin via ICC
2009-07-08  Brian AkerMerge Monty
2009-07-08  Monty TaylorMerged in two missing changes from f-visibility tree.
2009-07-08  Monty TaylorMerge trond from lp:~trond-norbye/libmemcached/bug_396882
2009-07-08  Monty TaylorRemoved a noinst_HEADERS entry for dtrace_probes, which...
2009-07-08  Monty TaylorFixed -Wwrite-strings warnings.
next