Rewrote return read() to now read exactly character by character.
author <brian@gir.local> <>
Mon, 24 Sep 2007 16:15:15 +0000 (18:15 +0200)
committer <brian@gir.local> <>
Mon, 24 Sep 2007 16:15:15 +0000 (18:15 +0200)
commit5672a07389f0e0ea5dc4858c02ac3f3bc7ecf3f7
tree3b15f61c65260d374df43ffde505497f4e75f2fc
parent875200dc0c5668bba4f8a68b487f9d2f2a1eedb0
Rewrote return read() to now read exactly character by character.
First version of multi key get has been added. It is...lame... but it works. I
will rewrite it to not call malloc each time, but instead clean up on its own.
include/memcached.h
lib/memcached_get.c
lib/memcached_quit.c
lib/memcached_response.c
lib/memcached_verbosity.c
tests/test.c