summaryrefslogtreecommitdiff
path: root/libmemcached/response.cc
Commit message (Collapse)AuthorAgeFilesLines
* Merge of 1.0Brian Aker2013-10-111-1/+10
|\
| * Fix for case where key may not be checked.Brian Aker2013-09-161-1/+10
| |
* | Update 1.2Brian Aker2013-06-111-1/+0
| |
* | Merge 1.0 treeBrian Aker2013-04-031-22/+55
|\ \ | |/
| * Remove exposed C++ namespace.Brian Aker2013-03-311-7/+7
| |
| * Fix for lp:1123153 (poor use of strtol).Brian Aker2013-02-231-9/+25
| |
| * Fix for bug in server for touchBrian Aker2013-02-121-7/+21
| |
| * Update for new warnings.Brian Aker2013-02-121-1/+1
| |
* | Merge 1.0Brian Aker2013-01-301-1/+5
|\ \ | |/
| * Fix binary touch.Brian Aker2013-01-281-1/+5
| |
* | Merge with 1.0Brian Aker2013-01-141-1/+1
|\ \ | |/
| * Abstraction (which will save us merge hell with 1.2).Brian Aker2013-01-141-1/+1
| |
* | Encapsulate ResultBrian Aker2012-12-161-32/+32
|/
* When returning CLIENT_ERROR do not close the socket connection (i.e. it ↵Brian Aker2012-11-121-1/+11
| | | | should not be treated as a fatal error).
* First pass through turning instance into ++Brian Aker2012-07-071-7/+7
|
* Fix SASL.Brian Aker2012-04-271-0/+15
|
* Update for protocol (and a single fix).Brian Aker2012-04-241-16/+14
|
* This add AES support.Brian Aker2012-04-081-1/+31
|
* Update error typeBrian Aker2012-02-181-7/+6
|
* Just update to ptr for some loops.Brian Aker2012-02-131-1/+1
|
* Update binary version parsing.Brian Aker2012-01-291-63/+82
|
* Push version parsing into the parser.Brian Aker2012-01-291-11/+45
|
* Make use of memcached_fatal for determining state of loop processing.Brian Aker2012-01-291-16/+1
|
* Fix it so that we use the result object for storing the numeric result that ↵Brian Aker2012-01-281-21/+16
| | | | we eventually returned.
* This fixes memcached_dump(), and creates a couple of additional tests for ↵Brian Aker2012-01-251-0/+6
| | | | memcached_stat_execute().
* Fix fatal testing.Brian Aker2012-01-221-11/+20
|
* Update to error messages.Brian Aker2012-01-031-63/+109
|
* Fixes UDP protocol to just use sendmsg().Brian Aker2012-01-011-1/+2
|
* Update logic around UDP.Brian Aker2011-12-301-8/+16
|
* Update for storage to now use vectorBrian Aker2011-12-281-2/+2
|
* Updating for simplified IO flush.Brian Aker2011-12-271-1/+1
|
* Have incr/decr use the number the parser for asci finds.Brian Aker2011-12-261-4/+28
|
* Format changes to response.ccBrian Aker2011-12-251-84/+86
|
* Fix detangle, minor style cleanups.Brian Aker2011-12-251-6/+9
|
* Clean up the ASCII parser.Brian Aker2011-12-221-42/+61
|
* Switch verbose to vector.Brian Aker2011-12-221-2/+2
|
* Convert stats to vector.Brian Aker2011-12-221-4/+12
|
* Merge in touch.Brian Aker2011-10-051-1/+32
|
* Issues fixed for ClangBrian Aker2011-09-201-1/+0
|
* Add memcached_exist()Brian Aker2011-09-181-2/+5
|
* Expand error for incorrect report.Brian Aker2011-07-301-0/+7
|
* Merge in simple extrace for strings, style issues in ioBrian Aker2011-07-291-2/+22
|
* Cleanup internal naming convention.Brian Aker2011-07-051-5/+5
|
* Updating test framework for startup/shutdown of memcached.Brian Aker2011-07-011-23/+2
|
* Merge in namespace fixes for binary protocol.Brian Aker2011-06-281-8/+34
|
* Document/standardize the return types from the fetch methods.Brian Aker2011-06-171-3/+3
|
* Lossen up restrictions on the recv().Brian Aker2011-06-151-3/+12
|
* This creates memcached_htonll() to be used internally (we want to avoid ↵Brian Aker2011-06-141-2/+2
| | | | | | conflicts around htonll). Also, this version includes an update to the server startup so that we don't try to shutdown anything we didn't start.
* This fixes bug 776354.Brian Aker2011-05-231-20/+18
|
* Fixed up a few more places where we set the error in the memcached root.Brian Aker2011-05-021-3/+3
|