History log of /memcached-1.4.29/protocol_binary.h (Results 1 – 14 of 14)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: 1.6.32, 1.6.31, 1.6.30, 1.6.29, 1.6.28, 1.6.27, 1.6.26, 1.6.25, 1.6.24, 1.6.23, 1.6.22, 1.6.21, 1.6.20, 1.6.19, 1.6.18, 1.6.17, 1.6.16, 1.6.15, 1.6.14, 1.6.13, 1.6.12, 1.6.11, 1.6.10, 1.6.9, 1.6.8, 1.6.7, 1.6.6, 1.6.5, 1.6.4, 1.6.3, 1.6.2, 1.6.1, 1.6.0, 1.5.22, 1.5.21, 1.5.20, 1.5.19, 1.5.18, 1.5.17, 1.5.16, 1.5.15, 1.5.14, 1.5.13, 1.5.12, 1.5.11, 1.5.10, 1.5.9, 1.5.8, 1.5.7, 1.5.6, 1.5.5, 1.5.4, 1.5.3, 1.5.2, 1.5.1, 1.5.0, 1.4.39, 1.4.38, 1.4.37, flash-with-wbuf-stack, 1.4.36, 1.4.35, 1.4.34, 1.4.33, 1.4.32, 1.4.31, 1.4.30, 1.4.29, 1.4.28, 1.4.27, 1.4.26, 1.4.25, 1.4.24, 1.4.23, 1.4.22
# 81176472 24-Dec-2014 clark.kang <[email protected]>

fix typos


Revision tags: 1.4.21, 1.4.20, 1.4.19, 1.4.18, 1.4.17, 1.4.16, 1.4.15, 1.4.14, 1.4.13, 1.4.12, 1.4.11, 1.4.11-rc1, 1.4.11-beta1, 1.4.10, 1.4.9, 1.4.9-beta1, 1.4.8, 1.4.8-rc1
# 0d16e8c0 27-Sep-2011 dormando <[email protected]>

Add binary GATK/GATKQ

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 an

Add binary GATK/GATKQ

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 :)

show more ...


# d87f568a 27-Sep-2011 dormando <[email protected]>

Backport binary TOUCH/GAT/GATQ commands

Taken from the 1.6 branch, partly written by Trond. I hope the CAS handling is
correct.


Revision tags: 1.4.7, 1.4.7-rc1, 1.4.6, 1.4.6-rc1, 1.6.0-beta1, 1.4.5, 1.4.4, 1.4.3
# 24869322 04-Nov-2009 Trond Norbye <[email protected]>

Allow semi-broken C99 compilers to compile memcached

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
form

Allow semi-broken C99 compilers to compile memcached

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

show more ...


Revision tags: 1.4.3-rc2, 1.4.3-rc1, 1.4.2, 1.4.2-rc1, 1.4.1, 1.4.1-rc1, 1.4-rc1, 1.4.0, 1.4.0-rc1
# f1307c4d 10-May-2009 Dustin Sallings <[email protected]>

SASL auth support.


# fee8020c 17-Sep-2009 Dustin Sallings <[email protected]>

Reformat to be consistent with the project.


# 37be4c42 17-Sep-2009 Dustin Sallings <[email protected]>

Protocol definitions for range ops.


# cce46e8f 21-Jun-2009 Dustin Sallings <[email protected]>

New binary protocol error for bad stored value in incr/decr (issue48)


Revision tags: 1.2.8, 1.3.3, 1.2.7, 1.2.7-rc1, 1.3.2
# 0e8a58a8 20-Jan-2009 Trond Norbye <[email protected]>

The binary protocol does not implement noreply for the storage commands

See http://code.google.com/p/memcached/issues/detail?id=11


Revision tags: 1.2.6
# eb43524c 01-Dec-2008 Trond Norbye <[email protected]>

Fixed typo in protocol_binary_response_noop


# df1b7e42 06-Oct-2008 Trond Norbye <[email protected]>

Removed compiler warnings and increased warning level


# 5da8dbab 28-Jul-2008 Trond Norbye <[email protected]>

Merged Trond Norbye's protocol patch.


# 4c77f591 03-Jul-2008 Toru Maesaka <[email protected]>

Initial attempt of supporting stats in binary protocol.


# a85a6e15 29-Apr-2008 Trond Norbye <[email protected]>

Binary protocol updates from the fourth hackathon.

Also separated much of the headers that may be interesting to client
implementors into a separate header file.