This creates memcached_htonll() to be used internally (we want to avoid conflicts...
authorBrian Aker <brian@tangent.org>
Tue, 14 Jun 2011 23:14:33 +0000 (16:14 -0700)
committerBrian Aker <brian@tangent.org>
Tue, 14 Jun 2011 23:14:33 +0000 (16:14 -0700)
commit56baf2c0a1a9a6111637dffeea16f997307320ee
treeaa4386e8b7f445d501cc881706f5bbf0a91ef375
parent517d9f55399cbd61963e5cb9da6e733e6381b254
This creates memcached_htonll() to be used internally (we want to avoid 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.
clients/memcapable.cc
example/interface_v0.c
libmemcached/auto.cc
libmemcached/byteorder.cc
libmemcached/byteorder.h
libmemcached/protocol/binary_handler.c
libmemcached/response.cc
libmemcached/storage.cc
libtest/server.c
libtest/server.h
tests/mem_functions.cc