Used std::string instead of char and sprintf for constructing an error
[awesomized/libmemcached] / libmemcached / memcached.hpp
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: