Refactor and add support for the ASCII protocol by wrapping the binary protocol
authorTrond Norbye <trond.norbye@sun.com>
Thu, 1 Oct 2009 13:45:12 +0000 (15:45 +0200)
committerTrond Norbye <trond.norbye@sun.com>
Thu, 1 Oct 2009 13:45:12 +0000 (15:45 +0200)
commita148d541d261c9c867c412e773920f5a1973bbae
tree61ab93e85e3441d3c3253bf164f64d525cdf9c72
parent7dde5cc56cb9546631b92247676a75e04fb9ed03
Refactor and add support for the ASCII protocol by wrapping the binary protocol
14 files changed:
.bzrignore
configure.ac
example/Makefile.am
example/memcached_light.c
libmemcached/Makefile.am
libmemcached/protocol/Makefile.am [deleted file]
libmemcached/protocol/ascii_handler.c [new file with mode: 0644]
libmemcached/protocol/ascii_handler.h [new file with mode: 0644]
libmemcached/protocol/binary_handler.c [new file with mode: 0644]
libmemcached/protocol/binary_handler.h [new file with mode: 0644]
libmemcached/protocol/common.h
libmemcached/protocol/pedantic.c
libmemcached/protocol/protocol_handler.c
libmemcached/protocol_handler.h