Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update all config.h usage. | Brian Aker | 2012-10-28 | 1 | -1/+1 |
| | |||||
* | Fix common test usage, and merge in additional document changes. | Brian Aker | 2011-06-24 | 1 | -0/+1 |
| | |||||
* | Merge in updates to make sure exit/return is done properly. | Brian Aker | 2011-03-17 | 1 | -1/+1 |
| | |||||
* | Updated the C++ interface example to print out statistics that are retrieved | Padraig O'Sullivan | 2009-10-20 | 1 | -29/+21 |
| | | | | using the getStats() method. | ||||
* | Used std::string instead of char and sprintf for constructing an error | Padraig O'Sullivan | 2009-09-19 | 1 | -0/+8 |
| | | | | message. | ||||
* | Updated the getCache() method to actually pick a random client from the | Padraig O'Sullivan | 2009-09-19 | 1 | -3/+6 |
| | | | | vector of clients. | ||||
* | Updated the destructor for the C++ example to correctly release memory. | Padraig O'Sullivan | 2009-09-19 | 1 | -0/+12 |
| | |||||
* | Updated the C++ header file to correctly add memcached servers in the | Padraig O'Sullivan | 2009-09-19 | 1 | -0/+179 |
constructor. |