summaryrefslogtreecommitdiff
path: root/protocol_binary.h
Commit message (Collapse)AuthorAgeFilesLines
* fix typosclark.kang2014-12-311-1/+1
|
* Add binary GATK/GATKQdormando2011-09-271-0/+6
| | | | | | | | Apparently nothing tests GETK/GETKQ, so tests still have to be added. 1.6 doesn't have GATK/GATKQ because the membase folks didn't need it. I'm adding them for completeness and because I don't want to argue about why people can't have it. If you're reading this, please use opaques :)
* Backport binary TOUCH/GAT/GATQ commandsdormando2011-09-271-0/+42
| | | | | Taken from the 1.6 branch, partly written by Trond. I hope the CAS handling is correct.
* Allow semi-broken C99 compilers to compile memcachedTrond Norbye2009-11-041-2/+0
| | | | | | | | | Some C compilers understand the syntax we use in memcached, but do not ship stdbool.h or stdint.h. According to C99 inttypes.h contains the formatting macros we use (PRInn) and is supposed to include stdint.h. This patch tries to detect stdbool.h and inttypes.h and tries to include them from config.h
* SASL auth support.Dustin Sallings2009-10-251-0/+6
|
* Reformat to be consistent with the project.Dustin Sallings2009-09-171-360/+360
|
* Protocol definitions for range ops.Dustin Sallings2009-09-171-1/+57
|
* New binary protocol error for bad stored value in incr/decr (issue48)Dustin Sallings2009-06-291-0/+1
|
* The binary protocol does not implement noreply for the storage commandsTrond Norbye2009-01-221-1/+11
| | | | See http://code.google.com/p/memcached/issues/detail?id=11
* Fixed typo in protocol_binary_response_noopTrond Norbye2009-01-031-1/+1
|
* Removed compiler warnings and increased warning levelTrond Norbye2009-01-031-4/+4
|
* Merged Trond Norbye's protocol patch.Trond Norbye2008-07-281-41/+51
|
* Initial attempt of supporting stats in binary protocol.Toru Maesaka2008-07-031-0/+7
|
* Binary protocol updates from the fourth hackathon.Trond Norbye2008-04-291-0/+334
Also separated much of the headers that may be interesting to client implementors into a separate header file.