summaryrefslogtreecommitdiff
path: root/libmemcached/stats.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix for case where key may not be checked.Brian Aker2013-09-161-6/+7
* Remove exposed C++ namespace.Brian Aker2013-03-311-5/+5
* Fix for lp:1123153 (poor use of strtol).Brian Aker2013-02-231-17/+136
* Abstraction (which will save us merge hell with 1.2).Brian Aker2013-01-141-3/+6
* Update to stats in case of bad function call.Brian Aker2012-12-311-1/+13
* Fix allocation on stat so that it uses malloc() since a user will need to use...Brian Aker2012-12-311-2/+2
* Cleanup style and possible errors, when calling stats.Brian Aker2012-12-241-36/+46
* Fix all warnings found via clang.Brian Aker2012-09-171-2/+2
* Update cursorBrian Aker2012-07-071-1/+1
* First pass through turning instance into ++Brian Aker2012-07-071-5/+5
* Add a request id for each request that hits the wire.Brian Aker2012-06-171-1/+3
* This fixes memcached_dump(), and creates a couple of additional tests for mem...Brian Aker2012-01-251-33/+52
* Update to error messages.Brian Aker2012-01-031-1/+1
* Style changeBrian Aker2011-12-301-3/+3
* Update logic around UDP.Brian Aker2011-12-301-5/+4
* Fix detangle, minor style cleanups.Brian Aker2011-12-251-1/+1
* Update stats for vector.Brian Aker2011-12-221-61/+76
* Convert stats to vector.Brian Aker2011-12-221-19/+50
* Fix usage for using the macro for realloc.Brian Aker2011-11-301-1/+1
* Fix for memory leak in UDP tests.Brian Aker2011-10-081-1/+1
* Flip structure declation.Brian Aker2011-10-031-2/+2
* Update all of the delete key logic (split it off for ASCII)Brian Aker2011-10-021-1/+3
* Issues fixed for ClangBrian Aker2011-09-201-2/+1
* Add a method for checking error/returning error.Brian Aker2011-08-151-9/+11
* Standardize the snprintf() failure messages, and add tests for libmemcached_u...Brian Aker2011-07-131-23/+33
* Updating test framework for startup/shutdown of memcached.Brian Aker2011-07-011-0/+1
* Merge in fix for additional logic for timeouts.Brian Aker2011-06-141-6/+3
* Merge in stats fix for lp:794717Brian Aker2011-06-101-117/+156
* Simply free so that we can not have a bunch of if/else around using custom/no...Brian Aker2011-05-231-8/+3
* Fix for OSX.Brian Aker2011-04-281-4/+6
* Merge in conversion to C++.Brian Aker2011-04-271-0/+590