# # ChangeLog for /lang/c/memstored # # Generated by Trac 0.11 # 05/22/13 12:57:48 Tue, 23 Dec 2008 01:43:04 GMT frsyuki [27269] * lang/c/memstored/trunk/Makefile.am (modified) * lang/c/memstored/trunk/configure.in (modified) * lang/c/memstored/trunk/memproto/memproto_text.h (deleted) * lang/c/memstored/trunk/memproto/memproto_text.rl (deleted) * lang/c/memstored/trunk/src (added) * lang/c/memstored/trunk/src/binproto.cc (moved) * lang/c/memstored/trunk/src/binproto.h (moved) * lang/c/memstored/trunk/src/memproto (moved) * lang/c/memstored/trunk/src/memstored.cc (moved) * lang/c/memstored/trunk/src/memstored.h (moved) * lang/c/memstored/trunk/src/storage (added) * lang/c/memstored/trunk/src/storage/luxio.cc (added) * lang/c/memstored/trunk/src/storage/luxio.h (added) * lang/c/memstored/trunk/src/storage/tokyocabinet.cc (added) * lang/c/memstored/trunk/src/storage/tokyocabinet.h (moved) * lang/c/memstored/trunk/src/textproto.cc (moved) * lang/c/memstored/trunk/src/textproto.h (moved) lang/c/memstored: luxio support Mon, 22 Dec 2008 07:02:35 GMT frsyuki [27211] * lang/c/memstored/trunk/Makefile.am (modified) * lang/c/memstored/trunk/binproto.cc (modified) * lang/c/memstored/trunk/binproto.h (modified) * lang/c/memstored/trunk/configure.in (modified) * lang/c/memstored/trunk/memproto/memtext.h (added) * lang/c/memstored/trunk/memproto/memtext.rl (added) * lang/c/memstored/trunk/memstored.cc (modified) * lang/c/memstored/trunk/memstored.h (modified) * lang/c/memstored/trunk/textproto.cc (added) * lang/c/memstored/trunk/textproto.h (added) lang/c/memstored: text protocol support Sun, 21 Dec 2008 05:54:30 GMT frsyuki [27144] * lang/c/memstored/trunk/Makefile.am (modified) * lang/c/memstored/trunk/binproto.cc (added) * lang/c/memstored/trunk/binproto.h (added) * lang/c/memstored/trunk/checkout (deleted) * lang/c/memstored/trunk/memproto/memproto.c (modified) * lang/c/memstored/trunk/memproto/memproto.h (modified) * lang/c/memstored/trunk/memproto/memproto_text.h (added) * lang/c/memstored/trunk/memproto/memproto_text.rl (added) * lang/c/memstored/trunk/memstored.cc (modified) * lang/c/memstored/trunk/memstored.h (added) * lang/c/memstored/trunk/tokyocabinet.h (added) lang/c/memstored: mp::wavy based implementation Tue, 14 Oct 2008 08:24:34 GMT frsyuki [21314] * lang/c/memstored (added) * lang/c/memstored/branches (added) * lang/c/memstored/tags (added) * lang/c/memstored/trunk (added) * lang/c/memstored/trunk/AUTHORS (added) * lang/c/memstored/trunk/COPYING (added) * lang/c/memstored/trunk/Makefile.am (added) * lang/c/memstored/trunk/README (added) * lang/c/memstored/trunk/ac (added) * lang/c/memstored/trunk/bootstrap (added) * lang/c/memstored/trunk/checkout (added) * lang/c/memstored/trunk/configure.in (added) * lang/c/memstored/trunk/memproto (added) * lang/c/memstored/trunk/memproto/memproto.c (added) * lang/c/memstored/trunk/memproto/memproto.h (added) * lang/c/memstored/trunk/memstored.cc (added) lang/c/memstored: added memstored, yet another memcached server ...