heroku-tokyotyrant 0.4
Sign up to get free protection for your applications and to get access to all the features.
- data/COPYING +504 -0
- data/README.rdoc +231 -0
- data/Rakefile +72 -0
- data/benchmarks/balancer.rb +101 -0
- data/benchmarks/bulk_db.rb +74 -0
- data/benchmarks/bulk_table.rb +87 -0
- data/benchmarks/db.rb +114 -0
- data/benchmarks/table.rb +161 -0
- data/ext/extconf.rb +43 -0
- data/ext/tokyo/bin/tcamgr +0 -0
- data/ext/tokyo/bin/tcamttest +0 -0
- data/ext/tokyo/bin/tcatest +0 -0
- data/ext/tokyo/bin/tcbmgr +0 -0
- data/ext/tokyo/bin/tcbmttest +0 -0
- data/ext/tokyo/bin/tcbtest +0 -0
- data/ext/tokyo/bin/tcfmgr +0 -0
- data/ext/tokyo/bin/tcfmttest +0 -0
- data/ext/tokyo/bin/tcftest +0 -0
- data/ext/tokyo/bin/tchmgr +0 -0
- data/ext/tokyo/bin/tchmttest +0 -0
- data/ext/tokyo/bin/tchtest +0 -0
- data/ext/tokyo/bin/tcrmgr +0 -0
- data/ext/tokyo/bin/tcrmttest +0 -0
- data/ext/tokyo/bin/tcrtest +0 -0
- data/ext/tokyo/bin/tctmgr +0 -0
- data/ext/tokyo/bin/tctmttest +0 -0
- data/ext/tokyo/bin/tcttest +0 -0
- data/ext/tokyo/bin/tcucodec +0 -0
- data/ext/tokyo/bin/tcumttest +0 -0
- data/ext/tokyo/bin/tcutest +0 -0
- data/ext/tokyo/bin/ttserver +0 -0
- data/ext/tokyo/bin/ttulmgr +0 -0
- data/ext/tokyo/bin/ttultest +0 -0
- data/ext/tokyo/include/tcadb.h +548 -0
- data/ext/tokyo/include/tcbdb.h +1101 -0
- data/ext/tokyo/include/tcfdb.h +858 -0
- data/ext/tokyo/include/tchdb.h +871 -0
- data/ext/tokyo/include/tcrdb.h +801 -0
- data/ext/tokyo/include/tctdb.h +1086 -0
- data/ext/tokyo/include/tculog.h +392 -0
- data/ext/tokyo/include/tcutil.h +4184 -0
- data/ext/tokyo/include/ttutil.h +494 -0
- data/ext/tokyo/lib/libtokyocabinet.9.4.0.dylib +0 -0
- data/ext/tokyo/lib/libtokyocabinet.9.dylib +0 -0
- data/ext/tokyo/lib/libtokyocabinet.a +0 -0
- data/ext/tokyo/lib/libtokyocabinet.dylib +0 -0
- data/ext/tokyo/lib/libtokyotyrant.3.22.0.dylib +0 -0
- data/ext/tokyo/lib/libtokyotyrant.3.dylib +0 -0
- data/ext/tokyo/lib/libtokyotyrant.a +0 -0
- data/ext/tokyo/lib/libtokyotyrant.dylib +0 -0
- data/ext/tokyo/lib/pkgconfig/tokyocabinet.pc +14 -0
- data/ext/tokyo/lib/pkgconfig/tokyotyrant.pc +14 -0
- data/ext/tokyo/lib/ttskeldir.bundle +0 -0
- data/ext/tokyo/lib/ttskelmock.bundle +0 -0
- data/ext/tokyo/lib/ttskelnull.bundle +0 -0
- data/ext/tokyo/lib/ttskelproxy.bundle +0 -0
- data/ext/tokyo/libexec/tcawmgr.cgi +0 -0
- data/ext/tokyo/sbin/ttservctl +163 -0
- data/ext/tokyo/share/man/man1/tcamgr.1 +97 -0
- data/ext/tokyo/share/man/man1/tcamttest.1 +35 -0
- data/ext/tokyo/share/man/man1/tcatest.1 +55 -0
- data/ext/tokyo/share/man/man1/tcbmgr.1 +125 -0
- data/ext/tokyo/share/man/man1/tcbmttest.1 +81 -0
- data/ext/tokyo/share/man/man1/tcbtest.1 +107 -0
- data/ext/tokyo/share/man/man1/tcfmgr.1 +98 -0
- data/ext/tokyo/share/man/man1/tcfmttest.1 +62 -0
- data/ext/tokyo/share/man/man1/tcftest.1 +73 -0
- data/ext/tokyo/share/man/man1/tchmgr.1 +110 -0
- data/ext/tokyo/share/man/man1/tchmttest.1 +85 -0
- data/ext/tokyo/share/man/man1/tchtest.1 +95 -0
- data/ext/tokyo/share/man/man1/tcrmgr.1 +164 -0
- data/ext/tokyo/share/man/man1/tcrmttest.1 +55 -0
- data/ext/tokyo/share/man/man1/tcrtest.1 +89 -0
- data/ext/tokyo/share/man/man1/tctmgr.1 +140 -0
- data/ext/tokyo/share/man/man1/tctmttest.1 +92 -0
- data/ext/tokyo/share/man/man1/tcttest.1 +105 -0
- data/ext/tokyo/share/man/man1/tcucodec.1 +162 -0
- data/ext/tokyo/share/man/man1/tcumttest.1 +41 -0
- data/ext/tokyo/share/man/man1/tcutest.1 +81 -0
- data/ext/tokyo/share/man/man1/ttserver.1 +84 -0
- data/ext/tokyo/share/man/man1/ttulmgr.1 +40 -0
- data/ext/tokyo/share/man/man1/ttultest.1 +16 -0
- data/ext/tokyo/share/man/man3/tcadb.3 +676 -0
- data/ext/tokyo/share/man/man3/tcbdb.3 +1355 -0
- data/ext/tokyo/share/man/man3/tcfdb.3 +975 -0
- data/ext/tokyo/share/man/man3/tchdb.3 +898 -0
- data/ext/tokyo/share/man/man3/tclist.3 +1 -0
- data/ext/tokyo/share/man/man3/tcmap.3 +1 -0
- data/ext/tokyo/share/man/man3/tcmdb.3 +1 -0
- data/ext/tokyo/share/man/man3/tcmpool.3 +1 -0
- data/ext/tokyo/share/man/man3/tcrdb.3 +1309 -0
- data/ext/tokyo/share/man/man3/tctdb.3 +1110 -0
- data/ext/tokyo/share/man/man3/tctree.3 +1 -0
- data/ext/tokyo/share/man/man3/tculog.3 +15 -0
- data/ext/tokyo/share/man/man3/tcutil.3 +4518 -0
- data/ext/tokyo/share/man/man3/tcxstr.3 +1 -0
- data/ext/tokyo/share/man/man3/tokyocabinet.3 +132 -0
- data/ext/tokyo/share/man/man3/ttutil.3 +14 -0
- data/ext/tokyo/share/man/man8/ttservctl.8 +37 -0
- data/ext/tokyo/share/tokyocabinet/COPYING +504 -0
- data/ext/tokyo/share/tokyocabinet/ChangeLog +1252 -0
- data/ext/tokyo/share/tokyocabinet/THANKS +12 -0
- data/ext/tokyo/share/tokyocabinet/doc/benchmark.pdf +0 -0
- data/ext/tokyo/share/tokyocabinet/doc/common.css +211 -0
- data/ext/tokyo/share/tokyocabinet/doc/icon16.png +0 -0
- data/ext/tokyo/share/tokyocabinet/doc/index.html +156 -0
- data/ext/tokyo/share/tokyocabinet/doc/index.ja.html +197 -0
- data/ext/tokyo/share/tokyocabinet/doc/logo-ja.png +0 -0
- data/ext/tokyo/share/tokyocabinet/doc/logo.png +0 -0
- data/ext/tokyo/share/tokyocabinet/doc/spex-en.html +7145 -0
- data/ext/tokyo/share/tokyocabinet/doc/spex-ja.html +7476 -0
- data/ext/tokyo/share/tokyocabinet/doc/tokyoproducts.pdf +0 -0
- data/ext/tokyo/share/tokyocabinet/doc/tokyoproducts.ppt +0 -0
- data/ext/tokyo/share/tokyotyrant/COPYING +504 -0
- data/ext/tokyo/share/tokyotyrant/ChangeLog +578 -0
- data/ext/tokyo/share/tokyotyrant/THANKS +15 -0
- data/ext/tokyo/share/tokyotyrant/doc/common.css +211 -0
- data/ext/tokyo/share/tokyotyrant/doc/index.html +79 -0
- data/ext/tokyo/share/tokyotyrant/doc/spex.html +2264 -0
- data/ext/tokyo/share/tokyotyrant/ext/mapreduce.lua +57 -0
- data/ext/tokyo/share/tokyotyrant/ext/queue.lua +55 -0
- data/ext/tokyo/share/tokyotyrant/ext/senatus.lua +532 -0
- data/ext/tokyo/share/tokyotyrant/ext/usherette.lua +438 -0
- data/ext/tokyo_tyrant.c +147 -0
- data/ext/tokyo_tyrant.h +48 -0
- data/ext/tokyo_tyrant_db.c +227 -0
- data/ext/tokyo_tyrant_db.h +8 -0
- data/ext/tokyo_tyrant_module.c +453 -0
- data/ext/tokyo_tyrant_module.h +10 -0
- data/ext/tokyo_tyrant_query.c +226 -0
- data/ext/tokyo_tyrant_query.h +9 -0
- data/ext/tokyo_tyrant_table.c +319 -0
- data/ext/tokyo_tyrant_table.h +8 -0
- data/ext/tokyocabinet-1.4.41/COPYING +504 -0
- data/ext/tokyocabinet-1.4.41/ChangeLog +1252 -0
- data/ext/tokyocabinet-1.4.41/Makefile.in +825 -0
- data/ext/tokyocabinet-1.4.41/README +38 -0
- data/ext/tokyocabinet-1.4.41/THANKS +12 -0
- data/ext/tokyocabinet-1.4.41/bros/Makefile +133 -0
- data/ext/tokyocabinet-1.4.41/bros/bdbtest.c +438 -0
- data/ext/tokyocabinet-1.4.41/bros/cdbtest.c +219 -0
- data/ext/tokyocabinet-1.4.41/bros/cmpsqltctest.c +186 -0
- data/ext/tokyocabinet-1.4.41/bros/gdbmtest.c +216 -0
- data/ext/tokyocabinet-1.4.41/bros/mapreporter +72 -0
- data/ext/tokyocabinet-1.4.41/bros/maptest.cc +677 -0
- data/ext/tokyocabinet-1.4.41/bros/ndbmtest.c +204 -0
- data/ext/tokyocabinet-1.4.41/bros/qdbmtest.c +375 -0
- data/ext/tokyocabinet-1.4.41/bros/reporter +141 -0
- data/ext/tokyocabinet-1.4.41/bros/result.xls +0 -0
- data/ext/tokyocabinet-1.4.41/bros/sdbmtest.c +204 -0
- data/ext/tokyocabinet-1.4.41/bros/sqltest.c +404 -0
- data/ext/tokyocabinet-1.4.41/bros/tctest.c +748 -0
- data/ext/tokyocabinet-1.4.41/bros/tdbtest.c +205 -0
- data/ext/tokyocabinet-1.4.41/configure +7402 -0
- data/ext/tokyocabinet-1.4.41/configure.in +362 -0
- data/ext/tokyocabinet-1.4.41/doc/benchmark.pdf +0 -0
- data/ext/tokyocabinet-1.4.41/doc/common.css +211 -0
- data/ext/tokyocabinet-1.4.41/doc/icon16.png +0 -0
- data/ext/tokyocabinet-1.4.41/doc/index.html +156 -0
- data/ext/tokyocabinet-1.4.41/doc/index.ja.html +197 -0
- data/ext/tokyocabinet-1.4.41/doc/logo-ja.png +0 -0
- data/ext/tokyocabinet-1.4.41/doc/logo.png +0 -0
- data/ext/tokyocabinet-1.4.41/doc/spex-en.html +7145 -0
- data/ext/tokyocabinet-1.4.41/doc/spex-ja.html +7476 -0
- data/ext/tokyocabinet-1.4.41/doc/tokyoproducts.pdf +0 -0
- data/ext/tokyocabinet-1.4.41/doc/tokyoproducts.ppt +0 -0
- data/ext/tokyocabinet-1.4.41/example/Makefile +113 -0
- data/ext/tokyocabinet-1.4.41/example/tcadbex.c +55 -0
- data/ext/tokyocabinet-1.4.41/example/tcbdbex.c +64 -0
- data/ext/tokyocabinet-1.4.41/example/tcfdbex.c +60 -0
- data/ext/tokyocabinet-1.4.41/example/tchdbex.c +60 -0
- data/ext/tokyocabinet-1.4.41/example/tctchat.c +97 -0
- data/ext/tokyocabinet-1.4.41/example/tctchat.tmpl +141 -0
- data/ext/tokyocabinet-1.4.41/example/tctdbex.c +85 -0
- data/ext/tokyocabinet-1.4.41/example/tctsearch.c +95 -0
- data/ext/tokyocabinet-1.4.41/example/tctsearch.tmpl +122 -0
- data/ext/tokyocabinet-1.4.41/example/tcutilex.c +77 -0
- data/ext/tokyocabinet-1.4.41/f.tsv +2 -0
- data/ext/tokyocabinet-1.4.41/lab/calccomp +118 -0
- data/ext/tokyocabinet-1.4.41/lab/datechange +56 -0
- data/ext/tokyocabinet-1.4.41/lab/diffcheck +45 -0
- data/ext/tokyocabinet-1.4.41/lab/htmltotsv +102 -0
- data/ext/tokyocabinet-1.4.41/lab/magic +19 -0
- data/ext/tokyocabinet-1.4.41/lab/printenv.cgi +27 -0
- data/ext/tokyocabinet-1.4.41/lab/stepcount +26 -0
- data/ext/tokyocabinet-1.4.41/lab/stopwatch +61 -0
- data/ext/tokyocabinet-1.4.41/lab/tabcheck +43 -0
- data/ext/tokyocabinet-1.4.41/lab/wgettsv +239 -0
- data/ext/tokyocabinet-1.4.41/lab/widthcheck +57 -0
- data/ext/tokyocabinet-1.4.41/man/htmltoman +104 -0
- data/ext/tokyocabinet-1.4.41/man/tcadb.3 +676 -0
- data/ext/tokyocabinet-1.4.41/man/tcamgr.1 +97 -0
- data/ext/tokyocabinet-1.4.41/man/tcamttest.1 +35 -0
- data/ext/tokyocabinet-1.4.41/man/tcatest.1 +55 -0
- data/ext/tokyocabinet-1.4.41/man/tcbdb.3 +1355 -0
- data/ext/tokyocabinet-1.4.41/man/tcbmgr.1 +125 -0
- data/ext/tokyocabinet-1.4.41/man/tcbmttest.1 +81 -0
- data/ext/tokyocabinet-1.4.41/man/tcbtest.1 +107 -0
- data/ext/tokyocabinet-1.4.41/man/tcfdb.3 +975 -0
- data/ext/tokyocabinet-1.4.41/man/tcfmgr.1 +98 -0
- data/ext/tokyocabinet-1.4.41/man/tcfmttest.1 +62 -0
- data/ext/tokyocabinet-1.4.41/man/tcftest.1 +73 -0
- data/ext/tokyocabinet-1.4.41/man/tchdb.3 +898 -0
- data/ext/tokyocabinet-1.4.41/man/tchmgr.1 +110 -0
- data/ext/tokyocabinet-1.4.41/man/tchmttest.1 +85 -0
- data/ext/tokyocabinet-1.4.41/man/tchtest.1 +95 -0
- data/ext/tokyocabinet-1.4.41/man/tclist.3 +1 -0
- data/ext/tokyocabinet-1.4.41/man/tcmap.3 +1 -0
- data/ext/tokyocabinet-1.4.41/man/tcmdb.3 +1 -0
- data/ext/tokyocabinet-1.4.41/man/tcmpool.3 +1 -0
- data/ext/tokyocabinet-1.4.41/man/tctdb.3 +1110 -0
- data/ext/tokyocabinet-1.4.41/man/tctmgr.1 +140 -0
- data/ext/tokyocabinet-1.4.41/man/tctmttest.1 +92 -0
- data/ext/tokyocabinet-1.4.41/man/tctree.3 +1 -0
- data/ext/tokyocabinet-1.4.41/man/tcttest.1 +105 -0
- data/ext/tokyocabinet-1.4.41/man/tcucodec.1 +162 -0
- data/ext/tokyocabinet-1.4.41/man/tcumttest.1 +41 -0
- data/ext/tokyocabinet-1.4.41/man/tcutest.1 +81 -0
- data/ext/tokyocabinet-1.4.41/man/tcutil.3 +4518 -0
- data/ext/tokyocabinet-1.4.41/man/tcxstr.3 +1 -0
- data/ext/tokyocabinet-1.4.41/man/tokyocabinet.3 +132 -0
- data/ext/tokyocabinet-1.4.41/md5.c +381 -0
- data/ext/tokyocabinet-1.4.41/md5.h +101 -0
- data/ext/tokyocabinet-1.4.41/myconf.c +493 -0
- data/ext/tokyocabinet-1.4.41/myconf.h +549 -0
- data/ext/tokyocabinet-1.4.41/tcadb.c +4339 -0
- data/ext/tokyocabinet-1.4.41/tcadb.h +548 -0
- data/ext/tokyocabinet-1.4.41/tcamgr.c +1019 -0
- data/ext/tokyocabinet-1.4.41/tcamttest.c +542 -0
- data/ext/tokyocabinet-1.4.41/tcatest.c +1845 -0
- data/ext/tokyocabinet-1.4.41/tcawmgr.c +482 -0
- data/ext/tokyocabinet-1.4.41/tcbdb.c +4180 -0
- data/ext/tokyocabinet-1.4.41/tcbdb.h +1101 -0
- data/ext/tokyocabinet-1.4.41/tcbmgr.c +1012 -0
- data/ext/tokyocabinet-1.4.41/tcbmttest.c +1810 -0
- data/ext/tokyocabinet-1.4.41/tcbtest.c +2586 -0
- data/ext/tokyocabinet-1.4.41/tcfdb.c +2746 -0
- data/ext/tokyocabinet-1.4.41/tcfdb.h +858 -0
- data/ext/tokyocabinet-1.4.41/tcfmgr.c +786 -0
- data/ext/tokyocabinet-1.4.41/tcfmttest.c +1220 -0
- data/ext/tokyocabinet-1.4.41/tcftest.c +1695 -0
- data/ext/tokyocabinet-1.4.41/tchdb.c +5153 -0
- data/ext/tokyocabinet-1.4.41/tchdb.h +871 -0
- data/ext/tokyocabinet-1.4.41/tchmgr.c +842 -0
- data/ext/tokyocabinet-1.4.41/tchmttest.c +1757 -0
- data/ext/tokyocabinet-1.4.41/tchtest.c +2129 -0
- data/ext/tokyocabinet-1.4.41/tctdb.c +6199 -0
- data/ext/tokyocabinet-1.4.41/tctdb.h +1086 -0
- data/ext/tokyocabinet-1.4.41/tctmgr.c +1241 -0
- data/ext/tokyocabinet-1.4.41/tctmttest.c +1563 -0
- data/ext/tokyocabinet-1.4.41/tcttest.c +2062 -0
- data/ext/tokyocabinet-1.4.41/tcucodec.c +1357 -0
- data/ext/tokyocabinet-1.4.41/tcumttest.c +578 -0
- data/ext/tokyocabinet-1.4.41/tcutest.c +1875 -0
- data/ext/tokyocabinet-1.4.41/tcutil.c +10528 -0
- data/ext/tokyocabinet-1.4.41/tcutil.h +4184 -0
- data/ext/tokyocabinet-1.4.41/tokyocabinet.idl +336 -0
- data/ext/tokyocabinet-1.4.41/tokyocabinet.pc.in +14 -0
- data/ext/tokyotyrant-1.1.39/COPYING +504 -0
- data/ext/tokyotyrant-1.1.39/ChangeLog +578 -0
- data/ext/tokyotyrant-1.1.39/Makefile.in +365 -0
- data/ext/tokyotyrant-1.1.39/README +38 -0
- data/ext/tokyotyrant-1.1.39/THANKS +15 -0
- data/ext/tokyotyrant-1.1.39/configure +6979 -0
- data/ext/tokyotyrant-1.1.39/configure.in +300 -0
- data/ext/tokyotyrant-1.1.39/doc/common.css +211 -0
- data/ext/tokyotyrant-1.1.39/doc/index.html +79 -0
- data/ext/tokyotyrant-1.1.39/doc/spex.html +2264 -0
- data/ext/tokyotyrant-1.1.39/example/Makefile +68 -0
- data/ext/tokyotyrant-1.1.39/example/httptest.pl +88 -0
- data/ext/tokyotyrant-1.1.39/example/mcftest.pl +39 -0
- data/ext/tokyotyrant-1.1.39/example/mctest.pl +43 -0
- data/ext/tokyotyrant-1.1.39/example/tcrdbex +0 -0
- data/ext/tokyotyrant-1.1.39/example/tcrdbex.c +49 -0
- data/ext/tokyotyrant-1.1.39/example/tcrdbex.o +0 -0
- data/ext/tokyotyrant-1.1.39/example/tcrdbtblex +0 -0
- data/ext/tokyotyrant-1.1.39/example/tcrdbtblex.c +79 -0
- data/ext/tokyotyrant-1.1.39/example/tcrdbtblex.o +0 -0
- data/ext/tokyotyrant-1.1.39/ext/mapreduce.lua +57 -0
- data/ext/tokyotyrant-1.1.39/ext/queue.lua +55 -0
- data/ext/tokyotyrant-1.1.39/ext/senatus.lua +532 -0
- data/ext/tokyotyrant-1.1.39/ext/usherette.lua +438 -0
- data/ext/tokyotyrant-1.1.39/lab/datechange +56 -0
- data/ext/tokyotyrant-1.1.39/lab/diffcheck +45 -0
- data/ext/tokyotyrant-1.1.39/lab/fibonacci.lua +20 -0
- data/ext/tokyotyrant-1.1.39/lab/footprint.lua +67 -0
- data/ext/tokyotyrant-1.1.39/lab/highlow.lua +88 -0
- data/ext/tokyotyrant-1.1.39/lab/killdualmaster +12 -0
- data/ext/tokyotyrant-1.1.39/lab/rundualmaster +38 -0
- data/ext/tokyotyrant-1.1.39/lab/stepcount +26 -0
- data/ext/tokyotyrant-1.1.39/lab/tabcheck +43 -0
- data/ext/tokyotyrant-1.1.39/lab/ushrtregister.pl +55 -0
- data/ext/tokyotyrant-1.1.39/lab/widthcheck +57 -0
- data/ext/tokyotyrant-1.1.39/man/htmltoman +100 -0
- data/ext/tokyotyrant-1.1.39/man/tcrdb.3 +1309 -0
- data/ext/tokyotyrant-1.1.39/man/tcrmgr.1 +164 -0
- data/ext/tokyotyrant-1.1.39/man/tcrmttest.1 +55 -0
- data/ext/tokyotyrant-1.1.39/man/tcrtest.1 +89 -0
- data/ext/tokyotyrant-1.1.39/man/tculog.3 +15 -0
- data/ext/tokyotyrant-1.1.39/man/ttservctl.8 +37 -0
- data/ext/tokyotyrant-1.1.39/man/ttserver.1 +84 -0
- data/ext/tokyotyrant-1.1.39/man/ttulmgr.1 +40 -0
- data/ext/tokyotyrant-1.1.39/man/ttultest.1 +16 -0
- data/ext/tokyotyrant-1.1.39/man/ttutil.3 +14 -0
- data/ext/tokyotyrant-1.1.39/myconf.c +169 -0
- data/ext/tokyotyrant-1.1.39/myconf.h +408 -0
- data/ext/tokyotyrant-1.1.39/scrext.c +2394 -0
- data/ext/tokyotyrant-1.1.39/scrext.h +96 -0
- data/ext/tokyotyrant-1.1.39/tcrdb.c +2637 -0
- data/ext/tokyotyrant-1.1.39/tcrdb.h +801 -0
- data/ext/tokyotyrant-1.1.39/tcrmgr.c +1559 -0
- data/ext/tokyotyrant-1.1.39/tcrmttest.c +915 -0
- data/ext/tokyotyrant-1.1.39/tcrtest.c +1542 -0
- data/ext/tokyotyrant-1.1.39/tculog.c +1211 -0
- data/ext/tokyotyrant-1.1.39/tculog.h +392 -0
- data/ext/tokyotyrant-1.1.39/tokyotyrant.idl +143 -0
- data/ext/tokyotyrant-1.1.39/tokyotyrant.pc.in +14 -0
- data/ext/tokyotyrant-1.1.39/ttservctl +163 -0
- data/ext/tokyotyrant-1.1.39/ttserver.c +3583 -0
- data/ext/tokyotyrant-1.1.39/ttskeldir.c +141 -0
- data/ext/tokyotyrant-1.1.39/ttskelmock.c +64 -0
- data/ext/tokyotyrant-1.1.39/ttskelnull.c +79 -0
- data/ext/tokyotyrant-1.1.39/ttskelproxy.c +74 -0
- data/ext/tokyotyrant-1.1.39/ttulmgr.c +266 -0
- data/ext/tokyotyrant-1.1.39/ttultest.c +371 -0
- data/ext/tokyotyrant-1.1.39/ttutil.c +1510 -0
- data/ext/tokyotyrant-1.1.39/ttutil.h +494 -0
- data/lib/tokyo_tyrant/balancer.rb +189 -0
- data/spec/ext.lua +4 -0
- data/spec/plu_db.rb +538 -0
- data/spec/spec.rb +1 -0
- data/spec/spec_base.rb +17 -0
- data/spec/start_tyrants.sh +36 -0
- data/spec/stop_tyrants.sh +9 -0
- data/spec/tokyo_tyrant_balancer_db_spec.rb +160 -0
- data/spec/tokyo_tyrant_balancer_table_spec.rb +177 -0
- data/spec/tokyo_tyrant_query_spec.rb +159 -0
- data/spec/tokyo_tyrant_spec.rb +254 -0
- data/spec/tokyo_tyrant_table_spec.rb +301 -0
- metadata +402 -0
@@ -0,0 +1,578 @@
|
|
1
|
+
2009-12-07 Mikio Hirabayashi <hirarin@gmail.com>
|
2
|
+
|
3
|
+
* ttutil.c (ttservstart): error handler for the accept call was added.
|
4
|
+
|
5
|
+
* ttserver.c (proc): the system connection limit is now reset.
|
6
|
+
|
7
|
+
- Release: 1.1.39
|
8
|
+
|
9
|
+
2009-11-05 Mikio Hirabayashi <hirarin@gmail.com>
|
10
|
+
|
11
|
+
* ttserver.c (do_mc_append, do_mc_prepend): new functions.
|
12
|
+
|
13
|
+
- Release: 1.1.38
|
14
|
+
|
15
|
+
2009-10-20 Mikio Hirabayashi <hirarin@gmail.com>
|
16
|
+
|
17
|
+
* ttserver.c (do_stat): "fatal" attribute was added.
|
18
|
+
|
19
|
+
* ttutil.c (ttwaitsock): new function.
|
20
|
+
|
21
|
+
* ttutil.c (ttopensock, ttsocksend, ttsockgetc): "errno" is now copied just in case.
|
22
|
+
|
23
|
+
* tcrdb.c (tcrdbparasearchworker): a bug of race condition was fixed.
|
24
|
+
|
25
|
+
- Release: 1.1.37
|
26
|
+
|
27
|
+
2009-10-06 Mikio Hirabayashi <hirarin@gmail.com>
|
28
|
+
|
29
|
+
* scrext.c (serv_strstr): new function.
|
30
|
+
|
31
|
+
* ttserver.c (main, proc): "-mul" option was added.
|
32
|
+
|
33
|
+
- Release: 1.1.36
|
34
|
+
|
35
|
+
2009-09-18 Mikio Hirabayashi <hirarin@gmail.com>
|
36
|
+
|
37
|
+
* tculog.c (tculogadbputshl, tculogadbputshlproc): new functions.
|
38
|
+
|
39
|
+
* scrext.c (iterrec): a bug related to handling the return value was fixed.
|
40
|
+
|
41
|
+
* ttserver.c (do_http_post): "tcadbmisc" is now supported.
|
42
|
+
|
43
|
+
* ttserver.c (do_stat, do_mc_stats): counts of command execution are now output.
|
44
|
+
|
45
|
+
* tcrdb.c (tcrdbparasearch, tcrdbparasearchworker): new functions.
|
46
|
+
|
47
|
+
- Release: 1.1.35
|
48
|
+
|
49
|
+
2009-08-04 Mikio Hirabayashi <hirarin@gmail.com>
|
50
|
+
|
51
|
+
* tcrdb.c (tcrdbput, tcrdbout, tcrdbget): reconnect mechanism was enhanced.
|
52
|
+
|
53
|
+
* tcrdb.c (tcrdbreconnect): delay mecahism was added.
|
54
|
+
|
55
|
+
* tculog.c (tculrdnew): a bug related to timestamp detection was fixed.
|
56
|
+
|
57
|
+
* tcrmgr.c (runimporttsv, procimporttsv): "-sep" option was added.
|
58
|
+
|
59
|
+
* ttserver.c (do_log): a bug of buffer overrun was fixed.
|
60
|
+
|
61
|
+
- Release: 1.1.34
|
62
|
+
|
63
|
+
2009-07-18 Mikio Hirabayashi <hirarin@gmail.com>
|
64
|
+
|
65
|
+
* scrext.c (serv_bit): new function.
|
66
|
+
|
67
|
+
* tcrdb.c (tcrdbqryhint, tcrdbmetasearch): new functions.
|
68
|
+
|
69
|
+
- Release: 1.1.33
|
70
|
+
|
71
|
+
2009-07-15 Mikio Hirabayashi <hirarin@gmail.com>
|
72
|
+
|
73
|
+
* ttserver.c (do_mget, do_fwmkeys, do_misc): alignment violations were cleared.
|
74
|
+
|
75
|
+
* tcrmttest.c (runtypical, proctypical, threadtypical): new functions.
|
76
|
+
|
77
|
+
- Release: 1.1.32
|
78
|
+
|
79
|
+
2009-07-09 Mikio Hirabayashi <hirarin@gmail.com>
|
80
|
+
|
81
|
+
* tculog.c (tculogwrite, tculrdread): the master ID is now recorded.
|
82
|
+
|
83
|
+
* ttserver.c (main): the default value of the "-ulim" option was modified.
|
84
|
+
|
85
|
+
* ttserver.c (proc): update logging and replicaion are now forbidden without the SID.
|
86
|
+
|
87
|
+
* ttserver.c (do_repl): the NOP command is now throwed while circular replication.
|
88
|
+
|
89
|
+
- Release: 1.1.31
|
90
|
+
|
91
|
+
2009-07-05 Mikio Hirabayashi <hirarin@gmail.com>
|
92
|
+
|
93
|
+
* scrext.c (scrextkill): new function.
|
94
|
+
|
95
|
+
* scrext.c (serv_lock, serv_unlock): lock mechanism was modified with TCMDB.
|
96
|
+
|
97
|
+
- Release: 1.1.30
|
98
|
+
|
99
|
+
2009-05-28 Mikio Hirabayashi <hirarin@gmail.com>
|
100
|
+
|
101
|
+
* ttserver.c (do_http_options): new function.
|
102
|
+
|
103
|
+
* tcrtest.c (proctable): a test of full-text search was added.
|
104
|
+
|
105
|
+
- Release: 1.1.29
|
106
|
+
|
107
|
+
2009-05-20 Mikio Hirabayashi <hirarin@gmail.com>
|
108
|
+
|
109
|
+
* ttserver.c (do_task): a potential bug of memory leak was fixed.
|
110
|
+
|
111
|
+
* tcrdb.c (tcrdbnew): a bug related to initialization was fixed.
|
112
|
+
|
113
|
+
* scrext.c (serv_fwmkeys, serv_regex): new functions.
|
114
|
+
|
115
|
+
- Release: 1.1.28
|
116
|
+
|
117
|
+
2009-05-11 Mikio Hirabayashi <hirarin@gmail.com>
|
118
|
+
|
119
|
+
* tcrtest.c (runtable, proctable): "-exp" option was added.
|
120
|
+
|
121
|
+
* ttskelnull.c: new file.
|
122
|
+
|
123
|
+
* tokyotyrant.idl: new file.
|
124
|
+
|
125
|
+
- Release: 1.1.27
|
126
|
+
|
127
|
+
2009-05-09 Mikio Hirabayashi <hirarin@gmail.com>
|
128
|
+
|
129
|
+
* ttutil.c (ttservsettermhandler): new function.
|
130
|
+
|
131
|
+
* ttserver.c (do_term): new function.
|
132
|
+
|
133
|
+
- Release: 1.1.26
|
134
|
+
|
135
|
+
2009-05-06 Mikio Hirabayashi <hirarin@gmail.com>
|
136
|
+
|
137
|
+
* ttutil.c (ttcmdidtostr): new function.
|
138
|
+
|
139
|
+
* tculog.c (tcreplopen): a bug of data size of the server ID was fixed.
|
140
|
+
|
141
|
+
* tcrdb.c (tcrdbsetmst, tcrdbsetmst2): the timestamp argument was added.
|
142
|
+
|
143
|
+
* tcrmgr.c (procrepl): command names are now printed.
|
144
|
+
|
145
|
+
* ttulmgr.c (procexport): command names are now printed.
|
146
|
+
|
147
|
+
- Release: 1.1.25
|
148
|
+
|
149
|
+
2009-04-25 Mikio Hirabayashi <hirarin@gmail.com>
|
150
|
+
|
151
|
+
* ttutil.c (ttbreakservexpr): new function.
|
152
|
+
|
153
|
+
* tcrdb.c (tcrdbopen2, tcrdbsetmst2, tcrdbtune): new functions.
|
154
|
+
|
155
|
+
* tcrdb.c (tcrdbsetecode, tcrdblockmethod, tcrdbunlockmethod): new functions.
|
156
|
+
|
157
|
+
* ttserver.c (proc): dynamic linking for the skeleton database was added.
|
158
|
+
|
159
|
+
* ttskelmock.c, ttskelproxy.c: new files.
|
160
|
+
|
161
|
+
- Release: 1.1.24
|
162
|
+
|
163
|
+
2009-04-07 Mikio Hirabayashi <hirarin@gmail.com>
|
164
|
+
|
165
|
+
* scrext.c (serv_eval, serv_split): new functions.
|
166
|
+
|
167
|
+
* ttserver.c (do_repl): efficiency on dual-master replication was improved.
|
168
|
+
|
169
|
+
* ttserver.c (do_optimize): new function.
|
170
|
+
|
171
|
+
* ttserver.c (do_log): message format was modified.
|
172
|
+
|
173
|
+
* tcrdb.c (tcrdboptimize): new function.
|
174
|
+
|
175
|
+
* tcrdb.c (tcrdbvanish, tcrdbcopy, tcrdbrestore): each magic number was drifted.
|
176
|
+
|
177
|
+
* tcrdb.c (tcrdbrestore, tcrdbsetmst): an argument for options was added.
|
178
|
+
|
179
|
+
* tculog.c (tculogadbredo): the flag of consistency checking was separated.
|
180
|
+
|
181
|
+
- Release: 1.1.23
|
182
|
+
|
183
|
+
2009-04-06 Mikio Hirabayashi <hirarin@gmail.com>
|
184
|
+
|
185
|
+
* scrext.c (serv_mapreduce): the parameter for the target keys became an option.
|
186
|
+
|
187
|
+
- Release: 1.1.22
|
188
|
+
|
189
|
+
2009-04-06 Mikio Hirabayashi <hirarin@gmail.com>
|
190
|
+
|
191
|
+
* scrext.c (serv_mapreduce): the parameter for the session ID was abolished.
|
192
|
+
|
193
|
+
- Release: 1.1.21
|
194
|
+
|
195
|
+
2009-04-01 Mikio Hirabayashi <hirarin@gmail.com>
|
196
|
+
|
197
|
+
* configure.in: a bug related to support for traditional shells was fixed.
|
198
|
+
|
199
|
+
* scrext.c (serv_stashputkeep, serv_stashputcat): new functions.
|
200
|
+
|
201
|
+
* scrext.c (serv_mapreduce, serv_mapreducemapemit): new functions.
|
202
|
+
|
203
|
+
* ttserver.c (do_put, do_out, do_get): parameter validation was enhanced.
|
204
|
+
|
205
|
+
- Release: 1.1.20
|
206
|
+
|
207
|
+
2009-03-14 Mikio Hirabayashi <hirarin@gmail.com>
|
208
|
+
|
209
|
+
* tcrdb.c (tcrdbqrysearchget): the option for no update log was added.
|
210
|
+
|
211
|
+
* tcrdb.c (tcrdbqrysearchcount): new function.
|
212
|
+
|
213
|
+
* tculog.c (tcreplread): timeout mechanism was added.
|
214
|
+
|
215
|
+
* ttserver.c (do_repl): performance was improved.
|
216
|
+
|
217
|
+
- Release: 1.1.19
|
218
|
+
|
219
|
+
2009-03-14 Mikio Hirabayashi <hirarin@gmail.com>
|
220
|
+
|
221
|
+
* ttservctl: configuration was modified and update log is now disabled by default.
|
222
|
+
|
223
|
+
* ttutil.c (ttopensock, ttacceptsock): performance was improved.
|
224
|
+
|
225
|
+
* scrext.c (scrextnew): a parameter for the logger was added.
|
226
|
+
|
227
|
+
- Release: 1.1.18
|
228
|
+
|
229
|
+
2009-02-19 Mikio Hirabayashi <hirarin@gmail.com>
|
230
|
+
|
231
|
+
* ttutil.c (tthttpfetch): timeout mechanism was added.
|
232
|
+
|
233
|
+
* ttserver.c (do_mc_delete): mismatch of the error message was resolved.
|
234
|
+
|
235
|
+
* ttserver.c (do_mc_incr, do_mc_decr): behavior became as with the original memcached.
|
236
|
+
|
237
|
+
* tcrdb.c (tcrdbqrysetlimit): new function instead of "tcrdbqrysetmax".
|
238
|
+
|
239
|
+
- Release: 1.1.17
|
240
|
+
|
241
|
+
2009-02-16 Mikio Hirabayashi <hirarin@gmail.com>
|
242
|
+
|
243
|
+
* tcrdb.h: the macro "RDBITOPT" was added.
|
244
|
+
|
245
|
+
* mycond.h, mycond.c, ttutil.c: Solaris portability was added thanks to tamtam.
|
246
|
+
|
247
|
+
- Release: 1.1.16
|
248
|
+
|
249
|
+
2009-02-13 Mikio Hirabayashi <hirarin@gmail.com>
|
250
|
+
|
251
|
+
* ttutil.c (ttsockgets2): new function.
|
252
|
+
|
253
|
+
* ttserver (do_task): the size limit of each query was cleared.
|
254
|
+
|
255
|
+
* tcrdb.c (tcrdbqrysearchget): "column" expression was changed to "get".
|
256
|
+
|
257
|
+
- Release: 1.1.15
|
258
|
+
|
259
|
+
2009-02-05 Mikio Hirabayashi <hirarin@gmail.com>
|
260
|
+
|
261
|
+
* ttutil.c (ttservstart, ttservaddtimedhandler): multiple tasks are now supported.
|
262
|
+
|
263
|
+
* ttutil.c (ttsockrecv, ttsockgetint32, ttsockgetint64): performance was improved.
|
264
|
+
|
265
|
+
* ttserver.c (do_extpc): new function.
|
266
|
+
|
267
|
+
- Release: 1.1.14
|
268
|
+
|
269
|
+
2009-02-04 Mikio Hirabayashi <hirarin@gmail.com>
|
270
|
+
|
271
|
+
* tcrdb.c (tcrdbqrysearchout): a bug related to the protocol format was fixed.
|
272
|
+
|
273
|
+
* tcrdb.c (tcrdbqrysearchget): new function.
|
274
|
+
|
275
|
+
- Release: 1.1.13
|
276
|
+
|
277
|
+
2009-01-03 Mikio Hirabayashi <hirarin@gmail.com>
|
278
|
+
|
279
|
+
* myconf.c (nan): xBSDs are now supported.
|
280
|
+
|
281
|
+
* ttserver (proc): parameter checking and warning were added.
|
282
|
+
|
283
|
+
* tcrmgr.c (runmisc, procmisc): table database is now supported.
|
284
|
+
|
285
|
+
* tcrdb.c (tcrdbtblput, tcrdbtblout, tcrdbtblget): new functions.
|
286
|
+
|
287
|
+
* tcrdb.c (tcrdbtblsetindex, tcrdbtblgenuid, tcrdbqrysearch): new functions.
|
288
|
+
|
289
|
+
- Release: 1.1.12
|
290
|
+
|
291
|
+
2008-12-08 Mikio Hirabayashi <hirarin@gmail.com>
|
292
|
+
|
293
|
+
* tcrdb.c (tcrdbmisc): the return value of the "getlist" function was modified.
|
294
|
+
|
295
|
+
* scrext.c (serv_misc): new function.
|
296
|
+
|
297
|
+
- Release: 1.1.11
|
298
|
+
|
299
|
+
2008-12-08 Mikio Hirabayashi <hirarin@gmail.com>
|
300
|
+
|
301
|
+
* ttutil.c (tcsocksetlife): new function.
|
302
|
+
|
303
|
+
* scrext.c (scrextnew): "_thnum" parameter was added.
|
304
|
+
|
305
|
+
* scrext.c (serv_foreach, serv_stashvanish, serv_stashforeach): new functions.
|
306
|
+
|
307
|
+
* ttserver.c (do_misc): new function.
|
308
|
+
|
309
|
+
* tculog.c (tculogadbmisc): new function.
|
310
|
+
|
311
|
+
- Release: 1.1.10
|
312
|
+
|
313
|
+
2008-12-02 Mikio Hirabayashi <hirarin@gmail.com>
|
314
|
+
|
315
|
+
* tcrdb.c (tcrdbputshl): new function instead of "tcrdbputrtt".
|
316
|
+
|
317
|
+
* scrext.c (serv_isect, serv_union): new functions.
|
318
|
+
|
319
|
+
- Release: 1.1.9
|
320
|
+
|
321
|
+
2008-10-30 Mikio Hirabayashi <hirarin@gmail.com>
|
322
|
+
|
323
|
+
* scrext.c (serv_lock, serv_unlock): new functions.
|
324
|
+
|
325
|
+
* usherette.lua: new file.
|
326
|
+
|
327
|
+
- Release: 1.1.8
|
328
|
+
|
329
|
+
2008-10-20 Mikio Hirabayashi <hirarin@gmail.com>
|
330
|
+
|
331
|
+
* ttserver.c (getcmdmask): new function.
|
332
|
+
|
333
|
+
- Release: 1.1.7
|
334
|
+
|
335
|
+
2008-10-14 Mikio Hirabayashi <hirarin@gmail.com>
|
336
|
+
|
337
|
+
* ttutil.h (ttpackdouble, ttunpackdouble): bugs of endian normalization were fixed.
|
338
|
+
|
339
|
+
- Release: 1.1.6
|
340
|
+
|
341
|
+
2008-10-07 Mikio Hirabayashi <hirarin@gmail.com>
|
342
|
+
|
343
|
+
* scrext.c (serv_codec, serv_hash, serv_sleep, serv_stat, serv_glob): new functions.
|
344
|
+
|
345
|
+
- Release: 1.1.5
|
346
|
+
|
347
|
+
2008-09-28 Mikio Hirabayashi <hirarin@gmail.com>
|
348
|
+
|
349
|
+
* ttutil.c (ttacceptsock, ttgethostaddr): a bug related to byte order was fixed.
|
350
|
+
|
351
|
+
- Release: 1.1.4
|
352
|
+
|
353
|
+
2008-09-23 Mikio Hirabayashi <hirarin@gmail.com>
|
354
|
+
|
355
|
+
* ttutil.c (ttdaemonize, ttgetloadavg): new functions.
|
356
|
+
|
357
|
+
* tcrmgr.c (runimporttsv, procimporttsv): new functions.
|
358
|
+
|
359
|
+
* scrext.c (serv_time): new function.
|
360
|
+
|
361
|
+
* ttserver.c (do_stat): the byte order of the server is now sent.
|
362
|
+
|
363
|
+
* ttserver.c (do_http_put): option to switch functions to be called was added.
|
364
|
+
|
365
|
+
* ttserver.c (do_http_post): modified to call a function of the language extension.
|
366
|
+
|
367
|
+
* myconf.c (_tt_epoll_ctl): a potential bug related to misuse of kqueue was fixed.
|
368
|
+
|
369
|
+
- Release: 1.1.3
|
370
|
+
|
371
|
+
2008-09-22 Mikio Hirabayashi <hirarin@gmail.com>
|
372
|
+
|
373
|
+
* scrext.c (serv_log): new function.
|
374
|
+
|
375
|
+
- Release: 1.1.2
|
376
|
+
|
377
|
+
2008-09-20 Mikio Hirabayashi <hirarin@gmail.com>
|
378
|
+
|
379
|
+
* scrext.c (serv_stashput, serv_stashout, serv_stashget): new functions.
|
380
|
+
|
381
|
+
- Release: 1.1.1
|
382
|
+
|
383
|
+
2008-09-10 Mikio Hirabayashi <hirarin@gmail.com>
|
384
|
+
|
385
|
+
* scrext.h, scrext.c: new file.
|
386
|
+
|
387
|
+
* tculog.c (tculogadbaddint, tculogadbadddouble): new functions.
|
388
|
+
|
389
|
+
* ttserver.c (do_ext): new function.
|
390
|
+
|
391
|
+
* tcrdb.c (tcrdbext, tcrdbext2): new functions.
|
392
|
+
|
393
|
+
- Release: 1.1.0
|
394
|
+
|
395
|
+
2008-09-05 Mikio Hirabayashi <hirarin@gmail.com>
|
396
|
+
|
397
|
+
* ttutil.c (ttpackdouble, ttunpackdouble): new functions.
|
398
|
+
|
399
|
+
* tcrdb.c (tcrdbaddint, tcrdbadddouble): new functions.
|
400
|
+
|
401
|
+
- Release: 1.0.1
|
402
|
+
|
403
|
+
2008-07-29 Mikio Hirabayashi <hirarin@gmail.com>
|
404
|
+
|
405
|
+
* myconf.c (_tt_epoll_create, _tt_epoll_ctl, _tt_epoll_wait): new functions.
|
406
|
+
|
407
|
+
- Release: 1.0.0
|
408
|
+
|
409
|
+
2008-07-14 Mikio Hirabayashi <hirarin@gmail.com>
|
410
|
+
|
411
|
+
* tculog.c (tculogrmtxidx): a bug related to type cast was fixed.
|
412
|
+
|
413
|
+
* ttserver.c (recmtxidx): a bug related to type cast was fixed.
|
414
|
+
|
415
|
+
* ttserver.c (do_putrtt): new function.
|
416
|
+
|
417
|
+
* tcrdb.c (tcrdbputrtt, tcrdbputrtt2): new functions.
|
418
|
+
|
419
|
+
- Release: 0.9.19
|
420
|
+
|
421
|
+
2008-07-10 Mikio Hirabayashi <hirarin@gmail.com>
|
422
|
+
|
423
|
+
* ttserver.c (do_fwmkeys): a bug related to the "max" parameter was fixed.
|
424
|
+
|
425
|
+
- Release: 0.9.18
|
426
|
+
|
427
|
+
2008-06-26 Mikio Hirabayashi <hirarin@gmail.com>
|
428
|
+
|
429
|
+
* tcrdb.c (tcrdbputnr, tcrdbputnr2): new functions.
|
430
|
+
|
431
|
+
* ttserver.c (do_putnr): new functions.
|
432
|
+
|
433
|
+
- Release: 0.9.17
|
434
|
+
|
435
|
+
2008-06-17 Mikio Hirabayashi <hirarin@gmail.com>
|
436
|
+
|
437
|
+
* tculog.c (tculogbegin): hash locking is now supported.
|
438
|
+
|
439
|
+
- Release: 0.9.16
|
440
|
+
|
441
|
+
2008-06-14 Mikio Hirabayashi <hirarin@gmail.com>
|
442
|
+
|
443
|
+
* tculog.c (tculogsetaio): new function.
|
444
|
+
|
445
|
+
* tculog.c (tculogwrite, tculrdread): the system call "aio_write" is now supported.
|
446
|
+
|
447
|
+
- Release: 0.9.15
|
448
|
+
|
449
|
+
2008-05-24 Mikio Hirabayashi <hirarin@gmail.com>
|
450
|
+
|
451
|
+
* ttutil.c, tculog.c, ttserver.c, tcrdb.c: "free" was replaced by "tcfree".
|
452
|
+
|
453
|
+
* ttutil.c (ttsockpfsiz): new function.
|
454
|
+
|
455
|
+
* ttutil.c (tchttpfetch): new function.
|
456
|
+
|
457
|
+
* ttutil.c (ttservdeqtasks): noreply tasks is now supported.
|
458
|
+
|
459
|
+
* ttserver.c (DEFTHNUM): the default number of threads was increased.
|
460
|
+
|
461
|
+
* ttserver.c (do_mc_set, do_mc_add, do_mc_replace, do_mc_delete): "noreply" was added.
|
462
|
+
|
463
|
+
- Release: 0.9.14
|
464
|
+
|
465
|
+
2008-03-13 Mikio Hirabayashi <hirarin@gmail.com>
|
466
|
+
|
467
|
+
* myconf.h: code cleanup.
|
468
|
+
|
469
|
+
- Release: 0.9.13
|
470
|
+
|
471
|
+
2008-03-13 Mikio Hirabayashi <hirarin@gmail.com>
|
472
|
+
|
473
|
+
* ttserver.c (main): "-ln" option was abolished.
|
474
|
+
|
475
|
+
* ttutil.c (ttacceptsock): keep-alive option was added.
|
476
|
+
|
477
|
+
* ttulmgr.c: new file.
|
478
|
+
|
479
|
+
* ttservctl (start): "ulimit -n" is now used.
|
480
|
+
|
481
|
+
- Release: 0.9.12
|
482
|
+
|
483
|
+
2008-03-12 Mikio Hirabayashi <hirarin@gmail.com>
|
484
|
+
|
485
|
+
* ttutil.c (ttservdeqtasks): a bug related to signal handling was fixed.
|
486
|
+
|
487
|
+
- Release: 0.9.11
|
488
|
+
|
489
|
+
2008-03-12 Mikio Hirabayashi <hirarin@gmail.com>
|
490
|
+
|
491
|
+
* ttutil.c (ttopenservsock, ttacceptsock): SO_LINGER option was removed.
|
492
|
+
|
493
|
+
* ttserver.c (main, do_log): logging options were added.
|
494
|
+
|
495
|
+
* ttserver.c (do_stat): file descriptor was to be output.
|
496
|
+
|
497
|
+
* ttrtest.c (runwrite, procwrite, runread, procread): "-cnum" option was added.
|
498
|
+
|
499
|
+
- Release: 0.9.10
|
500
|
+
|
501
|
+
2008-03-06 Mikio Hirabayashi <hirarin@gmail.com>
|
502
|
+
|
503
|
+
* ttserver.c (proc): signal handler options were added.
|
504
|
+
|
505
|
+
- Release: 0.9.9
|
506
|
+
|
507
|
+
2008-02-27 Mikio Hirabayashi <hirarin@gmail.com>
|
508
|
+
|
509
|
+
* ttutil.c (ttservstart, ttservdeqtasks): EPOLLONESHOT is now used.
|
510
|
+
|
511
|
+
* tcrtest.c (runwrite, procwrite): "-rnd" option was added.
|
512
|
+
|
513
|
+
- Release: 0.9.8
|
514
|
+
|
515
|
+
2008-02-18 Mikio Hirabayashi <hirarin@gmail.com>
|
516
|
+
|
517
|
+
* ttutil.c (ttopensockunix, ttopenservsockunix): new functions.
|
518
|
+
|
519
|
+
* ttutil.c (ttservstart): unix domain socket is now suppored.
|
520
|
+
|
521
|
+
* tcrdb.c (tcrdbopen): unix domain socket is now suppored.
|
522
|
+
|
523
|
+
* tcrdb.c (tcrdbfwmkeys, tcrdbfwmkeys2): new functions.
|
524
|
+
|
525
|
+
- Release: 0.9.7
|
526
|
+
|
527
|
+
2008-02-08 Mikio Hirabayashi <hirarin@gmail.com>
|
528
|
+
|
529
|
+
* ttserver.c (do_timed, do_repl): new functions.
|
530
|
+
|
531
|
+
* ttservctl: new file.
|
532
|
+
|
533
|
+
- Release: 0.9.6
|
534
|
+
|
535
|
+
2008-02-02 Mikio Hirabayashi <hirarin@gmail.com>
|
536
|
+
|
537
|
+
* tcrdb.c (tcrdbiterinit, tcrdbiternext): new functions.
|
538
|
+
|
539
|
+
* tcrdb.c (tcrdbrestore): new function.
|
540
|
+
|
541
|
+
- Release: 0.9.5
|
542
|
+
|
543
|
+
2008-01-30 Mikio Hirabayashi <hirarin@gmail.com>
|
544
|
+
|
545
|
+
* tcrdb.c (tcrdbsync, tcrdbcopy): new functions.
|
546
|
+
|
547
|
+
* tcrtest.c (runsync, procsync, runcopy, proccopy): new functions.
|
548
|
+
|
549
|
+
* tculog.c, tcltest.c: new files.
|
550
|
+
|
551
|
+
- Release: 0.9.4
|
552
|
+
|
553
|
+
2008-01-25 Mikio Hirabayashi <hirarin@gmail.com>
|
554
|
+
|
555
|
+
* ttserver.c (do_mget): new function.
|
556
|
+
|
557
|
+
* tcrdb.c (tcrdbget3): new function.
|
558
|
+
|
559
|
+
- Release: 0.9.3
|
560
|
+
|
561
|
+
2008-01-24 Mikio Hirabayashi <hirarin@gmail.com>
|
562
|
+
|
563
|
+
* ttserver.c (do_vsiz, do_http_head, do_http_post): new functions.
|
564
|
+
|
565
|
+
- Release: 0.9.2
|
566
|
+
|
567
|
+
2008-01-24 Mikio Hirabayashi <hirarin@gmail.com>
|
568
|
+
|
569
|
+
* ttserver.c (do_http_get, do_http_put, do_http_delete): new functions.
|
570
|
+
|
571
|
+
- Release: 0.9.1
|
572
|
+
|
573
|
+
2008-01-20 Mikio Hirabayashi <hirarin@gmail.com>
|
574
|
+
|
575
|
+
- The initial version.
|
576
|
+
|
577
|
+
- Release: 0.9.0
|
578
|
+
|