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,1252 @@
|
|
1
|
+
2009-12-07 Mikio Hirabayashi <hirarin@gmail.com>
|
2
|
+
|
3
|
+
* tctdb.c (tctdbidxputtoken, tctdbidxputqgram): domain overflow checking was added.
|
4
|
+
|
5
|
+
- Release: 1.4.41
|
6
|
+
|
7
|
+
2009-11-24 Mikio Hirabayashi <hirarin@gmail.com>
|
8
|
+
|
9
|
+
* tchdb.c (tchdbputimpl): efficiency of using the free block pool was improved.
|
10
|
+
|
11
|
+
* tchdb.c (tchdboptimizeimpl): the behaviour in no lock mode was modified.
|
12
|
+
|
13
|
+
- Release: 1.4.40
|
14
|
+
|
15
|
+
2009-11-11 Mikio Hirabayashi <hirarin@gmail.com>
|
16
|
+
|
17
|
+
* tcutil.h (TCALIGNOF, tcgeneric_t): new macros.
|
18
|
+
|
19
|
+
* tcutil.h (TCALIGNPAD): the alignment is now calculated by the generic union.
|
20
|
+
|
21
|
+
* myconf.h (_alignof, _issigned, _maxof): new macros.
|
22
|
+
|
23
|
+
- Release: 1.4.39
|
24
|
+
|
25
|
+
2009-11-09 Mikio Hirabayashi <hirarin@gmail.com>
|
26
|
+
|
27
|
+
* tcutil.c (tcsysinfo): FreeBSD and Mac OS X are now supported.
|
28
|
+
|
29
|
+
* tcutil.c (tcmpoolclear): new function.
|
30
|
+
|
31
|
+
* tchdb.c (tchdbputproc): a potential bug of memory aligment violation was fixed.
|
32
|
+
|
33
|
+
* tcbdb.c (tcbdbputproc): a potential bug of memory aligment violation was fixed.
|
34
|
+
|
35
|
+
* tcfdb.c (tcfdbputproc): a potential bug of memory aligment violation was fixed.
|
36
|
+
|
37
|
+
- Release: 1.4.38
|
38
|
+
|
39
|
+
2009-10-27 Mikio Hirabayashi <hirarin@gmail.com>
|
40
|
+
|
41
|
+
* tctdb.c (tctdbcacheclear, tctdbcacheclearimpl): new functions.
|
42
|
+
|
43
|
+
* tcadb.c (tcadbmisc): "getpart", "cacheclear", and "regex" functions were added.
|
44
|
+
|
45
|
+
- Release: 1.4.37
|
46
|
+
|
47
|
+
2009-10-26 Mikio Hirabayashi <hirarin@gmail.com>
|
48
|
+
|
49
|
+
* tcutil.c (tcwwwformdecode2): a bug related to multiple cookie handling was fixed.
|
50
|
+
|
51
|
+
* tcadb.c (tcadbmisc): the "error" functions were added.
|
52
|
+
|
53
|
+
- Release: 1.4.36
|
54
|
+
|
55
|
+
2009-10-06 Mikio Hirabayashi <hirarin@gmail.com>
|
56
|
+
|
57
|
+
* tchdb.c (tchdbseekwrite): a bug related to emulation of the UBC was fixed.
|
58
|
+
|
59
|
+
* tchdb.c (tchdbvanishimpl): potential memory leak was removed.
|
60
|
+
|
61
|
+
* tcfdb.c (tcfdbvanishimpl): potential memory leak was removed.
|
62
|
+
|
63
|
+
* tcadb.c (tcadbsetskelmulti, tcadbmulnew, tcadbmuldel): new functions.
|
64
|
+
|
65
|
+
* tcadb.c (tcadbmisc): "range" sub function for B+ tree was added.
|
66
|
+
|
67
|
+
* tcamgr.c (setskeltran): new function.
|
68
|
+
|
69
|
+
* tcamttest.c: new file.
|
70
|
+
|
71
|
+
- Release: 1.4.35
|
72
|
+
|
73
|
+
2009-09-11 Mikio Hirabayashi <hirarin@gmail.com>
|
74
|
+
|
75
|
+
* myconf.h: a macro for environment without "nanl" was added.
|
76
|
+
|
77
|
+
* tctdbmetasearch (tctdbmetasearch): a bug related to the limit parameters was fixed.
|
78
|
+
|
79
|
+
- Release: 1.4.34
|
80
|
+
|
81
|
+
2009-08-31 Mikio Hirabayashi <hirarin@gmail.com>
|
82
|
+
|
83
|
+
* tcutil.h, tchdb.h, tcbdb.h, tcfdb.h, tctdb.h, tcadb.h: including stdbool.h was wrapped.
|
84
|
+
|
85
|
+
* tcutil.c (tccmpdecimal): accuracy was improved and now real number is supported.
|
86
|
+
|
87
|
+
* tctdb.c (tctdbqrycondmatch): accuracy of decimal operators was improved.
|
88
|
+
|
89
|
+
- Release: 1.4.33
|
90
|
+
|
91
|
+
2009-08-14 Mikio Hirabayashi <hirarin@gmail.com>
|
92
|
+
|
93
|
+
* tcutil.c (tctmpldumpeval): "INC", "PRT" operators and "SET" directive were added.
|
94
|
+
|
95
|
+
* tcutil.c (tcwwwformdecode2): a bug of memory corruption was fixed.
|
96
|
+
|
97
|
+
* tchdb.c (tchdbgetimpl): a bug related to caching large records was fixed.
|
98
|
+
|
99
|
+
- Release: 1.4.32
|
100
|
+
|
101
|
+
2009-07-23 Mikio Hirabayashi <hirarin@gmail.com>
|
102
|
+
|
103
|
+
* tcutil.c (tcmpoolpop, tcstatfile): new functions.
|
104
|
+
|
105
|
+
* tcutil.c (tcwwwformdecode2, tcarccipher): new functions.
|
106
|
+
|
107
|
+
* tcutil.c (tctmpldumpeval, tctmpldumpevalvar): type checking was improved.
|
108
|
+
|
109
|
+
- Release: 1.4.31
|
110
|
+
|
111
|
+
2009-07-13 Mikio Hirabayashi <hirarin@gmail.com>
|
112
|
+
|
113
|
+
* tctdb.c (tctdbstrtometasearcytype): new function.
|
114
|
+
|
115
|
+
* tcadb.c (tcadbmisc): "metasearch" command was added.
|
116
|
+
|
117
|
+
- Release: 1.4.30
|
118
|
+
|
119
|
+
2009-07-03 Mikio Hirabayashi <hirarin@gmail.com>
|
120
|
+
|
121
|
+
* tctdb.c (tctdbidxgetbyftsunion): efficiency counting sort was improved.
|
122
|
+
|
123
|
+
- Release: 1.4.29
|
124
|
+
|
125
|
+
2009-06-22 Mikio Hirabayashi <hirarin@gmail.com>
|
126
|
+
|
127
|
+
* tcutil.c (tcstrutfnorm, tcstrkwic, tcstrtokenize): new functions.
|
128
|
+
|
129
|
+
* tcutil.c (tcstrutfnorm, tcstrucsnorm): "TCUNWIDTH" option was added.
|
130
|
+
|
131
|
+
* tctdb.c (tctdbsetinvcache, tctdbidxsyncicc, tctdbidxcmpkey): new functions.
|
132
|
+
|
133
|
+
* tctdb.c (tctdbmetasearch, tctdbget4, tctdbqrykwic): new functions.
|
134
|
+
|
135
|
+
* tctdb.c (tctdbsetindeximpl): the xmsiz parameter is now configured.
|
136
|
+
|
137
|
+
- Release: 1.4.28
|
138
|
+
|
139
|
+
2009-06-16 Mikio Hirabayashi <hirarin@gmail.com>
|
140
|
+
|
141
|
+
* tcutil.c (tcstrskipspc, tcstrucsnorm): new functions.
|
142
|
+
|
143
|
+
* tctdb.c (tctdbqryaddcond): full-text search operators were added.
|
144
|
+
|
145
|
+
* tctdb.c (tctdbsetindex): q-gram inverted index was added.
|
146
|
+
|
147
|
+
* tctdb.c (tctdbidxputqgram, tctdbidxoutqgram, tctdbidxgetbyfts): new functions.
|
148
|
+
|
149
|
+
- Release: 1.4.27
|
150
|
+
|
151
|
+
2009-06-13 Mikio Hirabayashi <hirarin@gmail.com>
|
152
|
+
|
153
|
+
* tctdb.c (tctdbsetindex, tctdbsearchimpl): token inverted index was added.
|
154
|
+
|
155
|
+
* tctdb.c (tctdbidxputone, tctdbidxoutone): new functions.
|
156
|
+
|
157
|
+
* tctdb.c (tctdbidxputtoken, tctdbidxouttoken, tctdbidxgetbytokens): new functions.
|
158
|
+
|
159
|
+
* tcadb.c (tcadbput, tcadbputkeep, tcadbputcat): capnum behaviour was modified.
|
160
|
+
|
161
|
+
- Release: 1.4.26
|
162
|
+
|
163
|
+
2009-06-09 Mikio Hirabayashi <hirarin@gmail.com>
|
164
|
+
|
165
|
+
* tcutil.c (tccstrescape, tccstrunescape, tcjsonescape, tcjsonunescape): new functions.
|
166
|
+
|
167
|
+
* tcutil.c (tcpathlock, tcpathunlock): new functions.
|
168
|
+
|
169
|
+
* tchdb.c (tchdbopen): double opening detection was added.
|
170
|
+
|
171
|
+
* tchdb.c (tchdbtranbegin): a bug of invalid flag setting was fixed.
|
172
|
+
|
173
|
+
* tcfdb.c (tcfdbopen): double opening detection was added.
|
174
|
+
|
175
|
+
* tcfdb.c (tcfdbtranbegin): a bug of invalid flag setting was fixed.
|
176
|
+
|
177
|
+
* tctdb.c (tctdbiternext3): new function.
|
178
|
+
|
179
|
+
- Release: 1.4.25
|
180
|
+
|
181
|
+
2009-06-04 Mikio Hirabayashi <hirarin@gmail.com>
|
182
|
+
|
183
|
+
* tcutil.c (tcwwwformencode, tcwwwformdecode): new functions.
|
184
|
+
|
185
|
+
* tcutil.c (tctmplnew, tctmpldel, tctmplload, tctmpldump): new functions.
|
186
|
+
|
187
|
+
* tcutil.c (tcmapget4, tctreeget4): new functions.
|
188
|
+
|
189
|
+
* tcutil.c (tclistprintf, tcmapprintf, tctreeprintf): new functions.
|
190
|
+
|
191
|
+
* tcucodec.c (runtmpl, proctmpl): new functions.
|
192
|
+
|
193
|
+
- Release: 1.4.24
|
194
|
+
|
195
|
+
2009-05-24 Mikio Hirabayashi <hirarin@gmail.com>
|
196
|
+
|
197
|
+
* tcutil.c (tcmapiterinit2, tcmdbiterinit2): new functions.
|
198
|
+
|
199
|
+
* tchdb.c (tchdbiterinit2, tchdbiterjumpimpl): new functions.
|
200
|
+
|
201
|
+
* tcfdb.c (tcfdbiterinit2, tcfdbiterjumpimpl): new functions.
|
202
|
+
|
203
|
+
* tctdb.c (tctdbiterinit2): new function.
|
204
|
+
|
205
|
+
- Release: 1.4.23
|
206
|
+
|
207
|
+
2009-05-21 Mikio Hirabayashi <hirarin@gmail.com>
|
208
|
+
|
209
|
+
* tcadb.c (tcadbmisc): "sync", "optimize", "vanish" commands were added.
|
210
|
+
|
211
|
+
- Release: 1.4.22
|
212
|
+
|
213
|
+
2009-05-10 Mikio Hirabayashi <hirarin@gmail.com>
|
214
|
+
|
215
|
+
* tchdb.c (tchdbsetdfunit, tchdbdfunit, tchdbdefrag): new functions.
|
216
|
+
|
217
|
+
* tchdb.c (tchdbdefragimpl, tchdbfbptrim, tchdbshiftrec): new functions.
|
218
|
+
|
219
|
+
* tcbdb.c (tcbdbsetdfunit, tcbdbdfunit, tcbdbdefrag): new functions.
|
220
|
+
|
221
|
+
* tctdb.c (tctdbsetdfunit, tctdbdfunit, tctdbdefrag): new functions.
|
222
|
+
|
223
|
+
* tcadb.c (tcadbopen): "dfunit" parameter was added.
|
224
|
+
|
225
|
+
* tcadb.c (tcadbmisc): "defrag" command was added.
|
226
|
+
|
227
|
+
- Release: 1.4.21
|
228
|
+
|
229
|
+
2009-05-08 Mikio Hirabayashi <hirarin@gmail.com>
|
230
|
+
|
231
|
+
* tcutil.h: signedness of some members of TCMAP and TCTREE were changed.
|
232
|
+
|
233
|
+
* tcutil.c (tchexdecode): a bug related to handling space characters was fixed.
|
234
|
+
|
235
|
+
- Release: 1.4.20
|
236
|
+
|
237
|
+
2009-04-30 Mikio Hirabayashi <hirarin@gmail.com>
|
238
|
+
|
239
|
+
* tctdb.c (tctdbidxhash, tctdbqryproc2, tctdbqrysearchout2): new functions.
|
240
|
+
|
241
|
+
* tctdb.c (tctdbsearchimpl, tctdbidxput, tctdbidxout): the index format was modified.
|
242
|
+
|
243
|
+
* tcadb.c (tcadbmisc): "out" option of "search" command became non-atomic.
|
244
|
+
|
245
|
+
- Release: 1.4.19
|
246
|
+
|
247
|
+
2009-04-25 Mikio Hirabayashi <hirarin@gmail.com>
|
248
|
+
|
249
|
+
* tcutil.c (tcatoih): new function.
|
250
|
+
|
251
|
+
* tcbdb.c (tcbdbputimpl): cache adjustment on the putkeep mode was added.
|
252
|
+
|
253
|
+
* tcadb.c (tcadbsetskel): new function.
|
254
|
+
|
255
|
+
- Release: 1.4.18
|
256
|
+
|
257
|
+
2009-04-23 Mikio Hirabayashi <hirarin@gmail.com>
|
258
|
+
|
259
|
+
* tcutil.c (tcmapput, tcmapout, tcmapget): memory usage was reduced.
|
260
|
+
|
261
|
+
* tcutil.c (tcsysinfo): new function.
|
262
|
+
|
263
|
+
* tcutil.c (tcatoix): "strtold" was replaced by own implementation.
|
264
|
+
|
265
|
+
* tctdb.c (tctdbqryidxfetch): new function.
|
266
|
+
|
267
|
+
- Release: 1.4.17
|
268
|
+
|
269
|
+
2009-04-20 Mikio Hirabayashi <hirarin@gmail.com>
|
270
|
+
|
271
|
+
* tcbdb.c (tcbdbcuroutimpl): shift mechanism of cursors on deleted leaves was added.
|
272
|
+
|
273
|
+
* tcbdb.c (tcbdbleafcheck): new function.
|
274
|
+
|
275
|
+
- Release: 1.4.16
|
276
|
+
|
277
|
+
2009-04-08 Mikio Hirabayashi <hirarin@gmail.com>
|
278
|
+
|
279
|
+
* tcutil.c (tcsleep): new function.
|
280
|
+
|
281
|
+
* tchdb.c (tchdbtranbegin): locking algorithm was modified.
|
282
|
+
|
283
|
+
* tchdb.c (tchdblocktran, tchdbunlocktran): abolished.
|
284
|
+
|
285
|
+
* tcbdb.c (tcbdbtranbegin): locking algorithm was modified.
|
286
|
+
|
287
|
+
* tcbdb.c (tcbdbcurjumpimpl): a bug related to cursor initialization was fixed.
|
288
|
+
|
289
|
+
* tcfdb.c (tcbdbtranbegin): locking algorithm was modified.
|
290
|
+
|
291
|
+
* tcfdb.c (tcfdblocktran, tcfdbunlocktran): abolished.
|
292
|
+
|
293
|
+
* tctdb.c (tctdbqryallcondmatch): a bug related to handling null value was fixed.
|
294
|
+
|
295
|
+
* tcadb.c (tcadboptimize, tcadbpath): new functions.
|
296
|
+
|
297
|
+
- Release: 1.4.15
|
298
|
+
|
299
|
+
2009-04-07 Mikio Hirabayashi <hirarin@gmail.com>
|
300
|
+
|
301
|
+
* tcbdb.c (tcbdbputimpl, tcbdbcurputimpl): page size limitation was added.
|
302
|
+
|
303
|
+
* tcbdb.c (tcbdbleafdatasize): removed.
|
304
|
+
|
305
|
+
* tctdb.c (tctdbsetindeximpl): inner indexes were tuned.
|
306
|
+
|
307
|
+
- Release: 1.4.14
|
308
|
+
|
309
|
+
2009-04-02 Mikio Hirabayashi <hirarin@gmail.com>
|
310
|
+
|
311
|
+
* configure.in: a bug related to support for traditional shells was fixed.
|
312
|
+
|
313
|
+
* tcfdb.c (tcfdbtranbegin, tcfdbtrancommit, tcfdbtranabort): new functions.
|
314
|
+
|
315
|
+
* tcadb.c (tcadbtranbegin, tcadbtrancommit, tcadbtranabort): new functions.
|
316
|
+
|
317
|
+
- Release: 1.4.13
|
318
|
+
|
319
|
+
2009-03-21 Mikio Hirabayashi <hirarin@gmail.com>
|
320
|
+
|
321
|
+
* tctdb.c (tctdbqrycount): new function.
|
322
|
+
|
323
|
+
* tcadb.c (tcadbmisc): "count" option was added.
|
324
|
+
|
325
|
+
- Release: 1.4.12
|
326
|
+
|
327
|
+
2009-03-11 Mikio Hirabayashi <hirarin@gmail.com>
|
328
|
+
|
329
|
+
* tcutil.c (tctopsort): new function.
|
330
|
+
|
331
|
+
* tchdb.c (tchdbfbpinsert, tchdbfbpsearch, tchdbfbpsplice): performance was improved.
|
332
|
+
|
333
|
+
* tchdb.c (tchdbwriterec): concurrency was improved.
|
334
|
+
|
335
|
+
* tctdb.c (tctdbqrysearchimpl): a bug related to the skip parameter was fixed.
|
336
|
+
|
337
|
+
* tctdb.c (tctdbputimpl, tctdbidxout, tctdbqrysearchimpl): performance was improved.
|
338
|
+
|
339
|
+
- Release: 1.4.11
|
340
|
+
|
341
|
+
2009-03-02 Mikio Hirabayashi <hirarin@gmail.com>
|
342
|
+
|
343
|
+
* tcutil.c (tcmdbputproc, tcndbputfunc): removing mechanism was added.
|
344
|
+
|
345
|
+
* tchdb.c (tchdbwalrestore): a bug of memory corruption was fixed.
|
346
|
+
|
347
|
+
* tchdb.c (tchdbremoverec): new function.
|
348
|
+
|
349
|
+
* tchdb.c (tchdbputproc): removing mechanism was added.
|
350
|
+
|
351
|
+
* tcbdb.c (tchdbputproc): removing mechanism was added.
|
352
|
+
|
353
|
+
* tcfdb.c (tcfdbputproc): removing mechanism was added.
|
354
|
+
|
355
|
+
* tctdb.c (tctdbsetlimit): new function instead of "tctdbqrysetmax".
|
356
|
+
|
357
|
+
* tcadb.c (tcadbmisc): "setlimit" parameter was added.
|
358
|
+
|
359
|
+
- Release: 1.4.10
|
360
|
+
|
361
|
+
2009-02-18 Mikio Hirabayashi <hirarin@gmail.com>
|
362
|
+
|
363
|
+
* tcbdb.c (tcbdbnodesubidx): a bug related to tree reconstruction was fixed.
|
364
|
+
|
365
|
+
* tcbdb.c (tcbdboptimizeimpl): memory usage was reduced.
|
366
|
+
|
367
|
+
- Release: 1.4.9
|
368
|
+
|
369
|
+
2009-02-18 Mikio Hirabayashi <hirarin@gmail.com>
|
370
|
+
|
371
|
+
* tcutil.c (tclrand): bias of random numbers was lightened.
|
372
|
+
|
373
|
+
* tchdb.c (tchdbsetecode): a trick to print fatal errors only was added.
|
374
|
+
|
375
|
+
* tcbdb.c (tcbdbputimpl): a bug of mixing an useless entry on division was fixed.
|
376
|
+
|
377
|
+
* tcbdb.c (tcbdbnodesubidx): regions of useless nodes are now removed recursively.
|
378
|
+
|
379
|
+
* tcadb.c (tcadbopen): aliases of the database suffixes were added.
|
380
|
+
|
381
|
+
- Release: 1.4.8
|
382
|
+
|
383
|
+
2009-02-15 Mikio Hirabayashi <hirarin@gmail.com>
|
384
|
+
|
385
|
+
* tctdb.c (tctdbsetindex): "TDBITOPT" option was added.
|
386
|
+
|
387
|
+
- Release: 1.4.7
|
388
|
+
|
389
|
+
2009-02-13 Mikio Hirabayashi <hirarin@gmail.com>
|
390
|
+
|
391
|
+
* tctdb.c (tctdbgenuidimpl): the meta data format was normalized to the big endian.
|
392
|
+
|
393
|
+
* tctdb.c (tctdbsetuidseed): new function.
|
394
|
+
|
395
|
+
* tcadb.c (tcadbmisc): "get" function of the table database was enhanced.
|
396
|
+
|
397
|
+
- Release: 1.4.6
|
398
|
+
|
399
|
+
2009-02-02 Mikio Hirabayashi <hirarin@gmail.com>
|
400
|
+
|
401
|
+
* tchdb.c (tchdbput, tchdbget, tchdbout): bugs related to race condition were fixed.
|
402
|
+
|
403
|
+
* tchdb.c (tchdbputimpl): bugs related to race condition were fixed.
|
404
|
+
|
405
|
+
* tchmttest.c (runrace, procrace): new functions.
|
406
|
+
|
407
|
+
* tcbmttest.c (runrace, procrace): new functions.
|
408
|
+
|
409
|
+
- Release: 1.4.5
|
410
|
+
|
411
|
+
2009-01-29 Mikio Hirabayashi <hirarin@gmail.com>
|
412
|
+
|
413
|
+
* tcutil.c (tcmapputproc, tctreeputproc, tcmdbputproc, tcndbputproc): new functions.
|
414
|
+
|
415
|
+
* tchdb.c (tchdbputproc): new function.
|
416
|
+
|
417
|
+
* tchdb.c (TDBTHREADYIELD): "sched_yield" is now used instead of "pthread_yield".
|
418
|
+
|
419
|
+
* tcbdb.c (tcbdbputproc): new function.
|
420
|
+
|
421
|
+
* tcbdb.c (tcbdbcurkey, tcbdbcurval): the type of the return value was modified.
|
422
|
+
|
423
|
+
* tcfdb.c (tcfdbputproc): new function.
|
424
|
+
|
425
|
+
* tcadb.c (tcadbputproc): new function.
|
426
|
+
|
427
|
+
* tcadb.c (tcadbmisc): sub funcitons "put", "out", and "get" were added.
|
428
|
+
|
429
|
+
* tcadb.c (tcstrisnum): new function.
|
430
|
+
|
431
|
+
- Release: 1.4.4
|
432
|
+
|
433
|
+
2009-01-26 Mikio Hirabayashi <hirarin@gmail.com>
|
434
|
+
|
435
|
+
* tctdb.c (tctdbqryprocout): renamed as "tctdbqrysearchout".
|
436
|
+
|
437
|
+
* tcadb.c (tcadbmisc): sub functions "searchget" and "searchget" were integrated.
|
438
|
+
|
439
|
+
- Release: 1.4.3
|
440
|
+
|
441
|
+
2009-01-21 Mikio Hirabayashi <hirarin@gmail.com>
|
442
|
+
|
443
|
+
* tcutil.c (tcatof): new function.
|
444
|
+
|
445
|
+
* tcbdb.c (tcbdbleafaddrec): allocation tuning of duplicated records was modified.
|
446
|
+
|
447
|
+
* tcadb.c: all methods now support the table database API.
|
448
|
+
|
449
|
+
- Release: 1.4.2
|
450
|
+
|
451
|
+
2009-01-19 Mikio Hirabayashi <hirarin@gmail.com>
|
452
|
+
|
453
|
+
* tcutil.c (tctdbsearchimpl): optimized with macros.
|
454
|
+
|
455
|
+
* tcbdb.c (tcbdbcurjumpimpl): a bug related to backword positioning was fixed.
|
456
|
+
|
457
|
+
* tctdb.c (tctdbsearchimpl): a bug related to numeric range search was fixed.
|
458
|
+
|
459
|
+
* tctdb.c (tctdbsetcache, tctdbforeach, tctdbqryproc): new functions.
|
460
|
+
|
461
|
+
* tctdb.c (tctdbqryonecondmatch): new function.
|
462
|
+
|
463
|
+
- Release: 1.4.1
|
464
|
+
|
465
|
+
2009-01-04 Mikio Hirabayashi <hirarin@gmail.com>
|
466
|
+
|
467
|
+
* tcutil.c (tccmpdecimal): equal numbers are now distinct by lexical order.
|
468
|
+
|
469
|
+
* tcutil.c (tclistnew3, tcmapnew3): new functions.
|
470
|
+
|
471
|
+
* tcutil.c (tcatoix, tclistinvert, tclog2l, tclog2d): new functions.
|
472
|
+
|
473
|
+
* tcutil.c (tcstrsplit2, tcstrsplit3, tcstrsplit4): new functions.
|
474
|
+
|
475
|
+
* tcutil.c (tcstrjoin2, tcstrjoin3, tcstrjoin4): new functions.
|
476
|
+
|
477
|
+
* tchdb.c (tchdbputimpl): a bug of memory corruption was fixed.
|
478
|
+
|
479
|
+
* tchdb.c (tchdbgetnext3): new function.
|
480
|
+
|
481
|
+
* tcbdb.c (tcbdbleafaddrec): a bug of memory corruption was fixed.
|
482
|
+
|
483
|
+
* tcbdb.c (tcbdboptimizeimpl): a bug related to parameter accession was fixed.
|
484
|
+
|
485
|
+
* tctdb.h, tctdb.c, tcttest.c, tctmttest.c, tctmgr.c: new files.
|
486
|
+
|
487
|
+
- Release: 1.4.0
|
488
|
+
|
489
|
+
2008-12-27 Mikio Hirabayashi <hirarin@gmail.com>
|
490
|
+
|
491
|
+
* tcadb.c (tcadbmisc): the return value of "getlist" function was modified.
|
492
|
+
|
493
|
+
- Release: 1.3.27
|
494
|
+
|
495
|
+
2008-12-17 Mikio Hirabayashi <hirarin@gmail.com>
|
496
|
+
|
497
|
+
* tchdb.c (tchdbforeach): global locking was replaced by record locking.
|
498
|
+
|
499
|
+
* tcbdb.c (tcbdbforeachimpl): cache adjustment was added.
|
500
|
+
|
501
|
+
* tcadb.c (tcadbmisc): new function.
|
502
|
+
|
503
|
+
- Release: 1.3.26
|
504
|
+
|
505
|
+
2008-12-16 Mikio Hirabayashi <hirarin@gmail.com>
|
506
|
+
|
507
|
+
* tcbdb.c (tcbdbsearchleaf): performance was improved.
|
508
|
+
|
509
|
+
- Release: 1.3.25
|
510
|
+
|
511
|
+
2008-12-08 Mikio Hirabayashi <hirarin@gmail.com>
|
512
|
+
|
513
|
+
* tcutil.c (tcmdbforeach, tcmdbforeachimpl): new functions.
|
514
|
+
|
515
|
+
* tcutil.c (tcndbforeach, tcndbforeachimpl): new functions.
|
516
|
+
|
517
|
+
* tcutil.c (tctreenew2, tcndbnew2): type of the comparison function was modified.
|
518
|
+
|
519
|
+
* tcutil.c (tcstrdist, tcstrdistutf): maximum memory usage was limited.
|
520
|
+
|
521
|
+
* tchdb.c (tchdbforeach, tchdbforeachimpl): new functions.
|
522
|
+
|
523
|
+
* tchdb.c (tchdboptimizeimpl): performance was improved.
|
524
|
+
|
525
|
+
* tcbdb.c (tcbdbforeach, tcbdbforeachimpl): new functions.
|
526
|
+
|
527
|
+
* tcbdb.c (tcbdbsetcmpfunc): BDBCMP was changed to TCCMP.
|
528
|
+
|
529
|
+
* tcbdb.c (tcbdbcmplexical, tcbdbcmpdecimal, tcbdbcmpint32, tcbdbcmpint64): removed.
|
530
|
+
|
531
|
+
* tcfdb.c (tcfdbforeach, tcfdbforeachimpl): new functions.
|
532
|
+
|
533
|
+
* tcadb.c (tcadbomode, tcadbreveal): new functions.
|
534
|
+
|
535
|
+
- Release: 1.3.24
|
536
|
+
|
537
|
+
2008-12-03 Mikio Hirabayashi <hirarin@gmail.com>
|
538
|
+
|
539
|
+
* tcbdb.c (tcbdbtranbegin): conbination of non-transaction and transaction became safer.
|
540
|
+
|
541
|
+
- Release: 1.3.23
|
542
|
+
|
543
|
+
2008-11-28 Mikio Hirabayashi <hirarin@gmail.com>
|
544
|
+
|
545
|
+
* tcutil.c (tcmapput3, tcmdbput3, tcmapputcat3, tcmdbputcat3): new functions.
|
546
|
+
|
547
|
+
* tcutil.c (tctreeput3, tcndbput3): new functions.
|
548
|
+
|
549
|
+
* tcadb.c (tcadbput, tcadbputcat): LRU rule is now strictly applied.
|
550
|
+
|
551
|
+
- Release: 1.3.22
|
552
|
+
|
553
|
+
2008-11-22 Mikio Hirabayashi <hirarin@gmail.com>
|
554
|
+
|
555
|
+
* tchdb.c (tchdbwalrestore): a bug on systems without unified buffer cache was fixed.
|
556
|
+
|
557
|
+
- Release: 1.3.21
|
558
|
+
|
559
|
+
2008-11-21 Mikio Hirabayashi <hirarin@gmail.com>
|
560
|
+
|
561
|
+
* tchdb.c (tchdbtranbegin, tchdbtrancommit, tchdbtranabort): new functions.
|
562
|
+
|
563
|
+
- Release: 1.3.20
|
564
|
+
|
565
|
+
2008-11-19 Mikio Hirabayashi <hirarin@gmail.com>
|
566
|
+
|
567
|
+
* tchdb.c (tchdbaddint, tchdbadddouble): bugs related to the return value were fixed.
|
568
|
+
|
569
|
+
- Release: 1.3.19
|
570
|
+
|
571
|
+
2008-11-10 Mikio Hirabayashi <hirarin@gmail.com>
|
572
|
+
|
573
|
+
* tcutil.c (tcptrlistnew, tcptrlistdel): new functions.
|
574
|
+
|
575
|
+
* tcbdb.c (tcbdbputimpl, tcbdboutimpl, tcbdbgetimpl): new functions.
|
576
|
+
|
577
|
+
- Release: 1.3.18
|
578
|
+
|
579
|
+
2008-11-07 Mikio Hirabayashi <hirarin@gmail.com>
|
580
|
+
|
581
|
+
* tcutil.c (tcmdbnew, tcmdbdel, tcmdbopen, tcmdbclose): new functions.
|
582
|
+
|
583
|
+
* tcadb.c (tcadbnew, tcadbdel): on-memory tree database is now supported.
|
584
|
+
|
585
|
+
- Release: 1.3.17
|
586
|
+
|
587
|
+
2008-10-30 Mikio Hirabayashi <hirarin@gmail.com>
|
588
|
+
|
589
|
+
* tcutil.c (tcmapdup): performance was improved.
|
590
|
+
|
591
|
+
* tcutil.c (tctreenew, tctreedel, tctreeopen, tctreeclose): new functions.
|
592
|
+
|
593
|
+
* tcutil.c (tcsystem): new function.
|
594
|
+
|
595
|
+
* tchdb.c (tchdbopenimpl): memory usage of reader declined.
|
596
|
+
|
597
|
+
* tcadb.c (tcadbsync, tcadbcopy): on-memory database is now supported.
|
598
|
+
|
599
|
+
- Release: 1.3.16
|
600
|
+
|
601
|
+
2008-10-20 Mikio Hirabayashi <hirarin@gmail.com>
|
602
|
+
|
603
|
+
* tcutil.c (tcmapput, tcmapout, tcmapget): performance was improved.
|
604
|
+
|
605
|
+
* tcutil.c (tcnumtobinstr): new function.
|
606
|
+
|
607
|
+
* tchdb.c (tchdbbidx): performance was improved.
|
608
|
+
|
609
|
+
- Release: 1.3.15
|
610
|
+
|
611
|
+
2008-10-05 Mikio Hirabayashi <hirarin@gmail.com>
|
612
|
+
|
613
|
+
* myconf.h: missing features of PATH_MAX and nan is now emulated.
|
614
|
+
|
615
|
+
* tcutil.c (tczeromap, tczerounmap): new functions.
|
616
|
+
|
617
|
+
- Release: 1.3.14
|
618
|
+
|
619
|
+
2008-10-19 Mikio Hirabayashi <hirarin@gmail.com>
|
620
|
+
|
621
|
+
* tcutil.c (tcmdbadddouble): NAN were replaced by the nan function.
|
622
|
+
|
623
|
+
* Makefile.in: the compilation command now supports Solaris.
|
624
|
+
|
625
|
+
- Release: 1.3.13
|
626
|
+
|
627
|
+
2008-10-05 Mikio Hirabayashi <hirarin@gmail.com>
|
628
|
+
|
629
|
+
* tcutil.c (tchexencode, tchexdecode): new functions.
|
630
|
+
|
631
|
+
* tchdb.c (tchdbaddint): a bug of error code setting was fixed.
|
632
|
+
|
633
|
+
- Release: 1.3.12
|
634
|
+
|
635
|
+
2008-09-23 Mikio Hirabayashi <hirarin@gmail.com>
|
636
|
+
|
637
|
+
* tchdb.c (tchdbputimpl): performance of the ADDINT mode was improved.
|
638
|
+
|
639
|
+
* tcbdb.c (tcbdbleafaddrec): performance of the ADDINT mode was improved.
|
640
|
+
|
641
|
+
* tcfdb.c (tcfdbputimpl): performance of the ADDINT mode was improved.
|
642
|
+
|
643
|
+
* tcutil.c (tcpagealign): new function.
|
644
|
+
|
645
|
+
* tchdb.c (tchdbsetxmsiz): the parameter is now rounded up to multiple of the page size.
|
646
|
+
|
647
|
+
* tcfdb.c (tcfdbtune): the parameter is now rounded up to multiple of the page size.
|
648
|
+
|
649
|
+
* tchdb.c (tcseekwrite, tcseekread, tcseekreadtry): page border handling was added.
|
650
|
+
|
651
|
+
- Release: 1.3.11
|
652
|
+
|
653
|
+
2008-09-20 Mikio Hirabayashi <hirarin@gmail.com>
|
654
|
+
|
655
|
+
* tcutil.c (tcunlock): new function.
|
656
|
+
|
657
|
+
* tchdb.c (tchdbsetmutex): useless locking was eliminated.
|
658
|
+
|
659
|
+
* tcbdb.c (tcbdbsetmutex): useless locking was eliminated.
|
660
|
+
|
661
|
+
* tcfdb.c (tcfdbsetmutex): useless locking was eliminated.
|
662
|
+
|
663
|
+
- Release: 1.3.10
|
664
|
+
|
665
|
+
2008-09-10 Mikio Hirabayashi <hirarin@gmail.com>
|
666
|
+
|
667
|
+
* tchdb.c (tchdblockallrecords, tchdbunlockallrecords): new functions.
|
668
|
+
|
669
|
+
* tcfdb.c (tcfdblockallrecords, tcfdbunlockallrecords): new functions.
|
670
|
+
|
671
|
+
- Release: 1.3.9
|
672
|
+
|
673
|
+
2008-09-05 Mikio Hirabayashi <hirarin@gmail.com>
|
674
|
+
|
675
|
+
* tcutil.c (tcmapaddint, tcmapadddouble): checking data size was added.
|
676
|
+
|
677
|
+
- Release: 1.3.8
|
678
|
+
|
679
|
+
2008-09-03 Mikio Hirabayashi <hirarin@gmail.com>
|
680
|
+
|
681
|
+
* tcutil.c (tcmapaddint, tcmapadddouble): type of the return value was changed.
|
682
|
+
|
683
|
+
* tcfdb.c (tcfdbkeytoid): added as API.
|
684
|
+
|
685
|
+
* tcadb.c (tcadbaddint, tcadbadddouble): new functions.
|
686
|
+
|
687
|
+
- Release: 1.3.7
|
688
|
+
|
689
|
+
2008-09-03 Mikio Hirabayashi <hirarin@gmail.com>
|
690
|
+
|
691
|
+
* tcutil.c (tclrand, tcdrand): a bug of overflow on 64-bit environment was fixed.
|
692
|
+
|
693
|
+
* tcutil.c (tcmdbaddint, tcmdbadddouble): new functions.
|
694
|
+
|
695
|
+
* tchdb.c (tchdbaddint, tchdbadddouble): new functions.
|
696
|
+
|
697
|
+
* tcbdb.c (tcbdbaddint, tcbdbadddouble): new functions.
|
698
|
+
|
699
|
+
* tcfdb.c (tcfdbaddint, tcfdbadddouble): new functions.
|
700
|
+
|
701
|
+
- Release: 1.3.6
|
702
|
+
|
703
|
+
2008-08-25 Mikio Hirabayashi <hirarin@gmail.com>
|
704
|
+
|
705
|
+
* tcutil.c (tcatoi): new function.
|
706
|
+
|
707
|
+
* tchdb.c (HDBDEFBNUM): increased for typical usecases.
|
708
|
+
|
709
|
+
* tcbdb.c (BDBDEFBNUM): increased for typical usecases.
|
710
|
+
|
711
|
+
* tchdb.c (tchdbsetxmsiz, tchdbxmsiz): new functions.
|
712
|
+
|
713
|
+
- Release: 1.3.5
|
714
|
+
|
715
|
+
2008-08-23 Mikio Hirabayashi <hirarin@gmail.com>
|
716
|
+
|
717
|
+
* tchdb.c (tcseekreadtry): new function.
|
718
|
+
|
719
|
+
- Release: 1.3.4
|
720
|
+
|
721
|
+
2008-08-20 Mikio Hirabayashi <hirarin@gmail.com>
|
722
|
+
|
723
|
+
* tchdb.c (tchdblockrecord, tchdbunlockrecord): new functions.
|
724
|
+
|
725
|
+
* tchdb.c (tchdbputimpl, tchdboutimpl, tchdbgutimpl): concurrency was improved.
|
726
|
+
|
727
|
+
- Release: 1.3.3
|
728
|
+
|
729
|
+
2008-08-01 Mikio Hirabayashi <hirarin@gmail.com>
|
730
|
+
|
731
|
+
* tcutil.c (tcmapaddint, tcmapput3, tcmdbput3): mismatch of signature was fixed.
|
732
|
+
|
733
|
+
* tcutil.c (tcmapadddouble): new function.
|
734
|
+
|
735
|
+
- Release: 1.3.2
|
736
|
+
|
737
|
+
2008-07-29 Mikio Hirabayashi <hirarin@gmail.com>
|
738
|
+
|
739
|
+
* tcadb.c (tcadbopen): "opts=b" option is now supported.
|
740
|
+
|
741
|
+
- Release: 1.3.1
|
742
|
+
|
743
|
+
2008-07-15 Mikio Hirabayashi <hirarin@gmail.com>
|
744
|
+
|
745
|
+
* tcutil.c (tcmd5hash): new function.
|
746
|
+
|
747
|
+
* tcutil.c (tcchidxnew, tcchidxdel, tcchidxhash): refactoring.
|
748
|
+
|
749
|
+
* tcutil.c (tcbzipencode, tcbzipdecode): new functions.
|
750
|
+
|
751
|
+
* tchdb.c (tchdbsetcodecfunc, tchdbcodecfunc): new functions.
|
752
|
+
|
753
|
+
* tcbdb.c (tcbdbsetcodecfunc, tcbdbcodecfunc): new functions.
|
754
|
+
|
755
|
+
* md5.h, md5.c: new files, whose author is L. Peter Deutsch.
|
756
|
+
|
757
|
+
* myconf.c (_tc_bzcompress_impl, _tc_bzdecompress_impl): new functions.
|
758
|
+
|
759
|
+
* myconf.c (_tc_recencode, _tc_recdecode): new functions.
|
760
|
+
|
761
|
+
- Release: 1.3.0
|
762
|
+
|
763
|
+
2008-07-11 Mikio Hirabayashi <hirarin@gmail.com>
|
764
|
+
|
765
|
+
* tchdb.c (tchdbcacheclear): new function.
|
766
|
+
|
767
|
+
* tcbdb.c (tcbdbcacheclear): new function.
|
768
|
+
|
769
|
+
- Release: 1.2.12
|
770
|
+
|
771
|
+
2008-07-08 Mikio Hirabayashi <hirarin@gmail.com>
|
772
|
+
|
773
|
+
* tcutil.c (tcmapkeys2, tcmapvals2): new functions.
|
774
|
+
|
775
|
+
* tchdb.c (tchdboptimizeimpl): user meta data is now to be copied.
|
776
|
+
|
777
|
+
- Release: 1.2.11
|
778
|
+
|
779
|
+
2008-07-01 Mikio Hirabayashi <hirarin@gmail.com>
|
780
|
+
|
781
|
+
* tcutil.c (tcjetlag): missing of "timezone" variable is now allowed.
|
782
|
+
|
783
|
+
- Release: 1.2.10
|
784
|
+
|
785
|
+
2008-06-17 Mikio Hirabayashi <hirarin@gmail.com>
|
786
|
+
|
787
|
+
* tcutil.c (tcjetlag): new function.
|
788
|
+
|
789
|
+
* tcutil.c (tcmkgmtime): a bug related to time difference was fixed.
|
790
|
+
|
791
|
+
* tchdb.c (tchdbgetnext, tchdbgetnext2): new functions.
|
792
|
+
|
793
|
+
* tchtest.c (runwrite, procwrite): "-rnd" option was added.
|
794
|
+
|
795
|
+
* tcbtest.c (runwrite, procwrite): "-rnd" option was added.
|
796
|
+
|
797
|
+
* tcftest.c (runwrite, procwrite): "-rnd" option was added.
|
798
|
+
|
799
|
+
- Release: 1.2.9
|
800
|
+
|
801
|
+
2008-06-01 Mikio Hirabayashi <hirarin@gmail.com>
|
802
|
+
|
803
|
+
* tcutil.c (tcerrmsg): new function.
|
804
|
+
|
805
|
+
* tcfdb.h, tcfdb.c: new files.
|
806
|
+
|
807
|
+
* tcadb.c: fixed-length database is now supported.
|
808
|
+
|
809
|
+
- Release: 1.2.8
|
810
|
+
|
811
|
+
2008-05-23 Mikio Hirabayashi <hirarin@gmail.com>
|
812
|
+
|
813
|
+
* tcutil.c (tcchordnew, tcchorddel, tcchordhash): new functions.
|
814
|
+
|
815
|
+
* tcbdb.c (tcbdbleafload, tcbdbnodeload): memory leak bugs with multi-thread were fixed.
|
816
|
+
|
817
|
+
- Release: 1.2.7
|
818
|
+
|
819
|
+
2008-05-01 Mikio Hirabayashi <hirarin@gmail.com>
|
820
|
+
|
821
|
+
* myconf.h: code cleanup.
|
822
|
+
|
823
|
+
* tcutil.c (tcmimebreak, tcmimeparts): new functions.
|
824
|
+
|
825
|
+
* tchdb.c, tcbdb.c, tcadb.c: "free" was replaced by "tcfree".
|
826
|
+
|
827
|
+
* tcbdb.c (tcbdbtrancommit, tcbdbtranabort): cache adjustment was added.
|
828
|
+
|
829
|
+
* tchdb.c (tchdbsetecode): a bug of processing unopened files was fixed.
|
830
|
+
|
831
|
+
* tcawmgr.c: new file.
|
832
|
+
|
833
|
+
- Release: 1.2.6
|
834
|
+
|
835
|
+
2008-04-22 Mikio Hirabayashi <hirarin@gmail.com>
|
836
|
+
|
837
|
+
* tcbdb.c (tcbdbcmpdecimal, tcbdbcmpint32, tcbdbcmpint64): bugs of overflow were fixed.
|
838
|
+
|
839
|
+
- Release: 1.2.5
|
840
|
+
|
841
|
+
2008-04-13 Mikio Hirabayashi <hirarin@gmail.com>
|
842
|
+
|
843
|
+
* tcbdb.c (tcbdbopenimpl): comparison function checking was added.
|
844
|
+
|
845
|
+
* tcadb.c (tcadbopen): "capnum" option is now supported for B+ tree.
|
846
|
+
|
847
|
+
- Release: 1.2.4
|
848
|
+
|
849
|
+
2008-04-07 Mikio Hirabayashi <hirarin@gmail.com>
|
850
|
+
|
851
|
+
* tcutil.c (tcregexmatch, tcregexreplace, tcglobpat): new functions.
|
852
|
+
|
853
|
+
* tcbdb.c (tcbdbcmpfunc, tcbdbcmpop): new functions.
|
854
|
+
|
855
|
+
* tcbdb.c (tcbdboptimizeimpl): leaf size limitation is now implemented.
|
856
|
+
|
857
|
+
* tcbdb.c (tcbdbsetcapnum): new function.
|
858
|
+
|
859
|
+
- Release: 1.2.3
|
860
|
+
|
861
|
+
2008-03-19 Mikio Hirabayashi <hirarin@gmail.com>
|
862
|
+
|
863
|
+
* tcutil.c (tcmapnew2): "calloc" is now used.
|
864
|
+
|
865
|
+
* tcbdb.c (tcbdbputimpl): algorithm to divide large leaves was modified.
|
866
|
+
|
867
|
+
- Release: 1.2.2
|
868
|
+
|
869
|
+
2008-03-13 Mikio Hirabayashi <hirarin@gmail.com>
|
870
|
+
|
871
|
+
* tcutil.c (tclistelemcmp, tclistelemcmpci): bugs about multibyte ordering were fixed.
|
872
|
+
|
873
|
+
* tcutil.c (tclistsortex): new function.
|
874
|
+
|
875
|
+
* tcbdb.c (tcbdbsetecode): new function.
|
876
|
+
|
877
|
+
* tcadb.c (tcadbopen): "c", "t", "e", and "w" options were added.
|
878
|
+
|
879
|
+
- Release: 1.2.1
|
880
|
+
|
881
|
+
2008-02-18 Mikio Hirabayashi <hirarin@gmail.com>
|
882
|
+
|
883
|
+
* tcmdb.c (tcmdbfwmkeys, tcmdbfwmkeys2): new functions.
|
884
|
+
|
885
|
+
* tchdb.c (tchdbfwmkeys, tchdbfwmkeys2): new functions.
|
886
|
+
|
887
|
+
* tcbdb.c (tcbdbfwmkeys, tcbdbfwmkeys2): new functions instead of "tcbdbrange3".
|
888
|
+
|
889
|
+
* tcadb.c (tcadbfwmkeys, tcadbfwmkeys2): new functions.
|
890
|
+
|
891
|
+
* tcbdb.c (tcbdbrangeimpl): a bug related to mutex operation was fixed.
|
892
|
+
|
893
|
+
- The library version was bumped up for some binary packages.
|
894
|
+
|
895
|
+
- Release: 1.2.0
|
896
|
+
|
897
|
+
2008-02-15 Mikio Hirabayashi <hirarin@gmail.com>
|
898
|
+
|
899
|
+
* tcutil.c (tcbwtsortchrcount): time efficiency was improved.
|
900
|
+
|
901
|
+
- The library version was bumped up for some binary packages.
|
902
|
+
|
903
|
+
- Release: 1.1.15
|
904
|
+
|
905
|
+
2008-02-05 Mikio Hirabayashi <hirarin@gmail.com>
|
906
|
+
|
907
|
+
* tcatest.c (runwicked, procwicked): new functions.
|
908
|
+
|
909
|
+
- Release: 1.1.14
|
910
|
+
|
911
|
+
2008-01-30 Mikio Hirabayashi <hirarin@gmail.com>
|
912
|
+
|
913
|
+
* tcutil.c (tctime): measure unit was changed to in seconds.
|
914
|
+
|
915
|
+
* tchdb.c (tchdbcopy): shared lock is now used.
|
916
|
+
|
917
|
+
* tcadb.c (tcadbsync, tcadbcopy): new functions.
|
918
|
+
|
919
|
+
- Release: 1.1.13
|
920
|
+
|
921
|
+
2008-01-23 Mikio Hirabayashi <hirarin@gmail.com>
|
922
|
+
|
923
|
+
* tcbdb.c (tcbdbleafkill, tcbdbnodesubidx): new functions.
|
924
|
+
|
925
|
+
* tcbtest.c (runqueue, procqueue): new functions.
|
926
|
+
|
927
|
+
- Release: 1.1.12
|
928
|
+
|
929
|
+
2008-01-20 Mikio Hirabayashi <hirarin@gmail.com>
|
930
|
+
|
931
|
+
* tcutil.c (tcmapmsiz, tcmdbmsiz, tcadbsize): new functions.
|
932
|
+
|
933
|
+
* tcutil.c (tcglobalmutexshared): new function.
|
934
|
+
|
935
|
+
* tcutil.c (tcglobalmutexinit, tcglobalmutexdestroy): new functions.
|
936
|
+
|
937
|
+
* tcutil.c (tcreadfile): a bug related to the size assignment was fixed.
|
938
|
+
|
939
|
+
* tcadb.c (tcadbopen): "capsiz" parameter was added.
|
940
|
+
|
941
|
+
- Release: 1.1.11
|
942
|
+
|
943
|
+
2008-01-17 Mikio Hirabayashi <hirarin@gmail.com>
|
944
|
+
|
945
|
+
* tcutil.c (tclistshift, tclistshift2): memory alignment was improved.
|
946
|
+
|
947
|
+
* tcutil.c (tcvxstrprintf): a bug related to format of long long integer was fixed.
|
948
|
+
|
949
|
+
- Release: 1.1.10
|
950
|
+
|
951
|
+
2008-01-10 Mikio Hirabayashi <hirarin@gmail.com>
|
952
|
+
|
953
|
+
* tcutil.c (tcmdbvsiz, tcmdbvsiz2): new functions.
|
954
|
+
|
955
|
+
* tcutil.c (tcmdbiternext): a bug related to handling sparse map was fixed.
|
956
|
+
|
957
|
+
* tcadb.h, tcadb.c: new files.
|
958
|
+
|
959
|
+
* tcatest.c, tcadb.c: new files.
|
960
|
+
|
961
|
+
- Release: 1.1.9
|
962
|
+
|
963
|
+
2008-01-03 Mikio Hirabayashi <hirarin@gmail.com>
|
964
|
+
|
965
|
+
* tcutil.c (tcstrutftoucs, tcstrucstoutf, tcstrjoin): new function.
|
966
|
+
|
967
|
+
* tcutil.c (tcstrdist, tcstrdistutf): new function.
|
968
|
+
|
969
|
+
- Release: 1.1.8
|
970
|
+
|
971
|
+
2007-12-28 Mikio Hirabayashi <hirarin@gmail.com>
|
972
|
+
|
973
|
+
* myconf.h: some header includings were removed for environments not conforming to C99.
|
974
|
+
|
975
|
+
* tcutil.c (tctccalendar, tcdatestrwww, tcdatestrhttp): new functions.
|
976
|
+
|
977
|
+
* tcutil.c (tcmapaddint): new function.
|
978
|
+
|
979
|
+
* tcucodec.c (rundate, procdate): new functions.
|
980
|
+
|
981
|
+
- Release: 1.1.7
|
982
|
+
|
983
|
+
2007-12-24 Mikio Hirabayashi <hirarin@gmail.com>
|
984
|
+
|
985
|
+
* tchdb.c (tcseekread, tcseekwrite): pread and pwrite were to be used.
|
986
|
+
|
987
|
+
- Release: 1.1.6
|
988
|
+
|
989
|
+
2007-12-21 Mikio Hirabayashi <hirarin@gmail.com>
|
990
|
+
|
991
|
+
* tcutil.c (tcmdbnew, tcmdbput, tcmdbget): concurrency was improved.
|
992
|
+
|
993
|
+
* tcutil.c (tcmapcutfront, tcmdbcutfront): new functions.
|
994
|
+
|
995
|
+
* tchdb.c (tchdbasyncimpl): large deferred buffer was to be flushed.
|
996
|
+
|
997
|
+
* tcumttest.c: new file.
|
998
|
+
|
999
|
+
- Release: 1.1.5
|
1000
|
+
|
1001
|
+
2007-12-19 Mikio Hirabayashi <hirarin@gmail.com>
|
1002
|
+
|
1003
|
+
* tcutil.c (tclrand, tcdrand, tcdrandnd): new functions.
|
1004
|
+
|
1005
|
+
* tchdb.c (tchdbcacheadjust): count checking was removed.
|
1006
|
+
|
1007
|
+
* tchmttest.c (myrandnd): new function.
|
1008
|
+
|
1009
|
+
* tcbmttest.c (myrandnd): new function.
|
1010
|
+
|
1011
|
+
- Release: 1.1.4
|
1012
|
+
|
1013
|
+
2007-12-10 Mikio Hirabayashi <hirarin@gmail.com>
|
1014
|
+
|
1015
|
+
* tcutil.c (tcglobalmutexlock): the type of the global mutex was changed to rwlock.
|
1016
|
+
|
1017
|
+
* tchdb.c (tchdbsetmutex, tchdbopenimpl): multiple reading file descriptors were added.
|
1018
|
+
|
1019
|
+
* tchmttest.c (runtypical, proctypical): reading ratio assignment was added.
|
1020
|
+
|
1021
|
+
* tcbmttest.c (runtypical, proctypical): reading ratio assignment was added.
|
1022
|
+
|
1023
|
+
- Release: 1.1.3
|
1024
|
+
|
1025
|
+
2007-12-08 Mikio Hirabayashi <hirarin@gmail.com>
|
1026
|
+
|
1027
|
+
* tcutil.c (tcmpoolput): mutex for operations was added.
|
1028
|
+
|
1029
|
+
- Release: 1.1.2
|
1030
|
+
|
1031
|
+
2007-12-08 Mikio Hirabayashi <hirarin@gmail.com>
|
1032
|
+
|
1033
|
+
* tcutil.c (tcberencode, tcberdecode): new functions.
|
1034
|
+
|
1035
|
+
* tcbdb.c (tcbdbleafload): speed was improved.
|
1036
|
+
|
1037
|
+
- Release: 1.1.1
|
1038
|
+
|
1039
|
+
2007-12-07 Mikio Hirabayashi <hirarin@gmail.com>
|
1040
|
+
|
1041
|
+
* tchdb.c (tchdbsetcache): new function.
|
1042
|
+
|
1043
|
+
* tchmttest.c (procwrite, procread): random mode was added.
|
1044
|
+
|
1045
|
+
* tcbmttest.c (procwrite, procread): random mode was added.
|
1046
|
+
|
1047
|
+
- Release: 1.1.0
|
1048
|
+
|
1049
|
+
2007-12-01 Mikio Hirabayashi <hirarin@gmail.com>
|
1050
|
+
|
1051
|
+
* tchmgr.c (procget): a bug related to the open omode was fixed.
|
1052
|
+
|
1053
|
+
* tchdb.c (tchdbreadrec): a bug related to overflow on 32-bit environment was fixed.
|
1054
|
+
|
1055
|
+
* tchdb.c (tchdbgetbucket): the type of the return value was changed.
|
1056
|
+
|
1057
|
+
* tcbdb.c (tcbdbcurfirst, tcbdbcurnext): cache adjustment was to be performed.
|
1058
|
+
|
1059
|
+
* tcbdb.c (tcbdbrange, tcbdbrange2, tcbdbrange3): new functions.
|
1060
|
+
|
1061
|
+
* tchmgr.c (proclist): "-m" option was added.
|
1062
|
+
|
1063
|
+
* tchmgr.c (procimporttsv): new function.
|
1064
|
+
|
1065
|
+
* tcbmgr.c (proclist): "-m", "-rb", and "-rp" options were added.
|
1066
|
+
|
1067
|
+
* tcbmgr.c (procimporttsv): new function.
|
1068
|
+
|
1069
|
+
- Release: 1.0.9
|
1070
|
+
|
1071
|
+
2007-11-28 Mikio Hirabayashi <hirarin@gmail.com>
|
1072
|
+
|
1073
|
+
* tchmttest.c (threadtypical): a test case was added.
|
1074
|
+
|
1075
|
+
* tchdb.c (tchdbfbpmerge): a bug related to iterator was fixed.
|
1076
|
+
|
1077
|
+
* tcbdb.c (tcbdbgetimpl): a bug related to concurrent cache cleaning was fixed.
|
1078
|
+
|
1079
|
+
- Release: 1.0.8
|
1080
|
+
|
1081
|
+
2007-11-20 Mikio Hirabayashi <hirarin@gmail.com>
|
1082
|
+
|
1083
|
+
* tchdb.c (tchdblockmethod): a bug related to R/W lock was fixed.
|
1084
|
+
|
1085
|
+
* tcbdb.c (tcbdblockmethod): a bug related to R/W lock was fixed.
|
1086
|
+
|
1087
|
+
* tchdb.c, tcbdb.c: locking functions were re-imlemented as macros.
|
1088
|
+
|
1089
|
+
* tchmttest.c, tcbmttest.c: test cases of typical operations were added.
|
1090
|
+
|
1091
|
+
* tokyocabinet.idl: methods handling list parameters were added.
|
1092
|
+
|
1093
|
+
- Release: 1.0.7
|
1094
|
+
|
1095
|
+
2007-11-15 Mikio Hirabayashi <hirarin@gmail.com>
|
1096
|
+
|
1097
|
+
* tcbdb.c (tcbdboptimize): the default behaviour of bnum was changed.
|
1098
|
+
|
1099
|
+
- Release: 1.0.6
|
1100
|
+
|
1101
|
+
2007-11-10 Mikio Hirabayashi <hirarin@gmail.com>
|
1102
|
+
|
1103
|
+
* tcutil.c (tcrealpath, tccopyfile): new functions.
|
1104
|
+
|
1105
|
+
* tchdb.c (tchdbcopy): new function.
|
1106
|
+
|
1107
|
+
* tcbdb.c (tcbdbcopy): new function.
|
1108
|
+
|
1109
|
+
- Release: 1.0.5
|
1110
|
+
|
1111
|
+
2007-11-10 Mikio Hirabayashi <hirarin@gmail.com>
|
1112
|
+
|
1113
|
+
* tcbdb.c (tcbdbtune): comparing functions were optimized with macros.
|
1114
|
+
|
1115
|
+
* tcbdb.c (tcbdbsetlsmax): new function.
|
1116
|
+
|
1117
|
+
* myconf.c, tcutil.c, tchdb.c, tcbdb.c: code cleanup and optimization.
|
1118
|
+
|
1119
|
+
- Release: 1.0.4
|
1120
|
+
|
1121
|
+
2007-11-08 Mikio Hirabayashi <hirarin@gmail.com>
|
1122
|
+
|
1123
|
+
* tcbdb.c (tcbdbleafsave, tcbdbleafload): warnings on 64-bit system were cleared.
|
1124
|
+
|
1125
|
+
* configure.in: 64-bit offset mode for 32-bit system was added.
|
1126
|
+
|
1127
|
+
* Makefile.in: Mac OS X is now supported.
|
1128
|
+
|
1129
|
+
- Release: 1.0.3
|
1130
|
+
|
1131
|
+
2007-11-01 Mikio Hirabayashi <hirarin@gmail.com>
|
1132
|
+
|
1133
|
+
* tcbdb.c (tcbdbdel): a bug that opened database was not closed was fixed.
|
1134
|
+
|
1135
|
+
* tcbdb.c (tcbdbcurout): a bug of deleting always the first value was fixed.
|
1136
|
+
|
1137
|
+
* tcbdb.c (tcbdbopenimpl): a potential bug of not initializing meta data was fixed.
|
1138
|
+
|
1139
|
+
* tcutil.h, tchdb.h, tcbdb.h: wrapped in C linkage block for C++.
|
1140
|
+
|
1141
|
+
* tokyocabinet.idl: definition of constants were added.
|
1142
|
+
|
1143
|
+
- commands for performance test were added.
|
1144
|
+
|
1145
|
+
- Release: 1.0.2
|
1146
|
+
|
1147
|
+
2007-10-28 Mikio Hirabayashi <hirarin@gmail.com>
|
1148
|
+
|
1149
|
+
* tcbdb.c (tchdboptimize): a bug related to custom comparison function was fixed.
|
1150
|
+
|
1151
|
+
* tcbdb.c (tcbdbleafsave): empty pages was to be removed for time space efficiency.
|
1152
|
+
|
1153
|
+
* tcbdb.c (tcbdbputdup3): new function.
|
1154
|
+
|
1155
|
+
* tchdb.c (tchdbvanish): new function.
|
1156
|
+
|
1157
|
+
* tcbdb.c (tcbdbvanish): new function.
|
1158
|
+
|
1159
|
+
* tokyocabinet.idl: new file.
|
1160
|
+
|
1161
|
+
- Release: 1.0.1
|
1162
|
+
|
1163
|
+
2007-10-24 Mikio Hirabayashi <hirarin@gmail.com>
|
1164
|
+
|
1165
|
+
* tokyocabinet.pc.in: new file.
|
1166
|
+
|
1167
|
+
- document files were fulfilled.
|
1168
|
+
|
1169
|
+
- Release: 1.0.0
|
1170
|
+
|
1171
|
+
2007-10-15 Mikio Hirabayashi <hirarin@gmail.com>
|
1172
|
+
|
1173
|
+
* tcbdb.c (tchdbtranbegin): locking mode was aolished.
|
1174
|
+
|
1175
|
+
* tcbdb.c (tcbdbsetcmpfunc): new function.
|
1176
|
+
|
1177
|
+
- Release: 0.4.1
|
1178
|
+
|
1179
|
+
2007-10-11 Mikio Hirabayashi <hirarin@gmail.com>
|
1180
|
+
|
1181
|
+
* tchdb.c (tchdbopenimpl): database corruption was to be handled automatically.
|
1182
|
+
|
1183
|
+
* tcbdb.c, tcbtest.c, tcbmttest.c, tcbmgr.c: new files.
|
1184
|
+
|
1185
|
+
- Release: 0.4.0
|
1186
|
+
|
1187
|
+
2007-09-09 Mikio Hirabayashi <hirarin@gmail.com>
|
1188
|
+
|
1189
|
+
* tchdb.c (tchdbsetmutex, tchdblockobj, tchdbunlockobj): new functions.
|
1190
|
+
|
1191
|
+
* tchmttest.c: new file.
|
1192
|
+
|
1193
|
+
- Release: 0.3.4
|
1194
|
+
|
1195
|
+
2007-09-05 Mikio Hirabayashi <hirarin@gmail.com>
|
1196
|
+
|
1197
|
+
* tchdb.c (tchdbopen): TCBS compression mode is now supported.
|
1198
|
+
|
1199
|
+
- Release: 0.3.3
|
1200
|
+
|
1201
|
+
2007-09-01 Mikio Hirabayashi <hirarin@gmail.com>
|
1202
|
+
|
1203
|
+
* tchdb.c (tcbsencode, tcbsdecode): new functions.
|
1204
|
+
|
1205
|
+
- Release: 0.3.2
|
1206
|
+
|
1207
|
+
2007-08-25 Mikio Hirabayashi <hirarin@gmail.com>
|
1208
|
+
|
1209
|
+
* tchdb.c (tcpackencode, tcpackdecode): new functions.
|
1210
|
+
|
1211
|
+
* tchdb.c (tcbwtencode, tcbwtdecode): new functions.
|
1212
|
+
|
1213
|
+
- Release: 0.3.1
|
1214
|
+
|
1215
|
+
2007-08-22 Mikio Hirabayashi <hirarin@gmail.com>
|
1216
|
+
|
1217
|
+
* tchdb.c (tchdbputasync, tchdbputasync2): new functions.
|
1218
|
+
|
1219
|
+
- Release: 0.3.0
|
1220
|
+
|
1221
|
+
2007-08-18 Mikio Hirabayashi <hirarin@gmail.com>
|
1222
|
+
|
1223
|
+
* tchdb.c (tchdboptimize): a bug causing data corruption was fixed.
|
1224
|
+
|
1225
|
+
- Release: 0.2.8
|
1226
|
+
|
1227
|
+
2007-08-15 Mikio Hirabayashi <hirarin@gmail.com>
|
1228
|
+
|
1229
|
+
* tchdb.c (tchdboptimize): new function.
|
1230
|
+
|
1231
|
+
- Release: 0.2.7
|
1232
|
+
|
1233
|
+
2007-08-14 Mikio Hirabayashi <hirarin@gmail.com>
|
1234
|
+
|
1235
|
+
* tchdb.c (tchdbsavefbp, tchdbloadfbp): a bug related to 64-bit support was fixed.
|
1236
|
+
|
1237
|
+
* tchdb.c (tchdbreadrec, tchdbwriterec): a bug related to 64-bit support was fixed.
|
1238
|
+
|
1239
|
+
- Release: 0.2.6
|
1240
|
+
|
1241
|
+
2007-08-13 Mikio Hirabayashi <hirarin@gmail.com>
|
1242
|
+
|
1243
|
+
* tchdb.c (tchdbsavefbp, tchdbloadfbp): new functions.
|
1244
|
+
|
1245
|
+
- Release: 0.2.5
|
1246
|
+
|
1247
|
+
2007-08-12 Mikio Hirabayashi <hirarin@gmail.com>
|
1248
|
+
|
1249
|
+
- The initial version.
|
1250
|
+
|
1251
|
+
- Release: 0.2.4
|
1252
|
+
|