Made sure memory was freed after call to memcached_get_by_key.
[awesomized/libmemcached] / libmemcached / memcached.hpp
2009-10-20  Padraig O'SullivanMade sure memory was freed after call to memcached_get_...
2009-10-20  Padraig O'SullivanMade sure memory was freed after calling memcached_get.
2009-10-08  Brian AkerMerge in Adam's bug case.
2009-10-08  Brian AkerMerge of Trond's work.
2009-10-07  Brian AkerMerge of additional C++ pieces from Padraig
2009-10-07  Padraig O'SullivanMerge from trunk.
2009-10-07  Padraig O'SullivanAdded a method for removing servers and updated the...
2009-10-02  Brian AkerMerge Monty.
2009-09-22  Brian AkerMerge fix for binary mget
2009-09-22  Brian AkerMerge Patrick
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 C++ header file to correctly add memcached...
2009-09-17  Padraig O'SullivanMerge from trunk.
2009-09-17  Padraig O'SullivanReverted trond's header file changes for now.
2009-08-05  Padraig O'SullivanMerged with trond's header file cleanup branch.
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-07-30  Brian AkerMore C++ updates
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: