Prototype of a protocol parsing library for the binary protocol
authorTrond Norbye <trond.norbye@sun.com>
Thu, 17 Sep 2009 13:29:16 +0000 (15:29 +0200)
committerTrond Norbye <trond.norbye@sun.com>
Thu, 17 Sep 2009 13:29:16 +0000 (15:29 +0200)
commit9131482f7923cf9e90b5a715b38e70e3a229b052
tree0c6e224cdb83d8844bda5486c14f55d419c5c558
parent04e03499f9070e87fee805a8430266757583a75c
Prototype of a protocol parsing library for the binary protocol
21 files changed:
.bzrignore
Makefile.am
configure.ac
example/Makefile.am [new file with mode: 0644]
example/common.h [new file with mode: 0644]
example/interface_v0.c [new file with mode: 0644]
example/interface_v1.c [new file with mode: 0644]
example/memcached_light.c [new file with mode: 0644]
example/storage.c [new file with mode: 0644]
example/storage.h [new file with mode: 0644]
libmemcached/Makefile.am
libmemcached/memcached/protocol_binary.h
libmemcached/protocol/Makefile.am [new file with mode: 0644]
libmemcached/protocol/cache.c [new file with mode: 0644]
libmemcached/protocol/cache.h [new file with mode: 0644]
libmemcached/protocol/callback.h [new file with mode: 0644]
libmemcached/protocol/common.h [new file with mode: 0644]
libmemcached/protocol/libmemcachedprotocol.ver [new file with mode: 0644]
libmemcached/protocol/pedantic.c [new file with mode: 0644]
libmemcached/protocol/protocol_handler.c [new file with mode: 0644]
libmemcached/protocol_handler.h [new file with mode: 0644]