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,482 @@
|
|
1
|
+
/*************************************************************************************************
|
2
|
+
* The CGI utility of the abstract database API
|
3
|
+
* Copyright (C) 2006-2009 Mikio Hirabayashi
|
4
|
+
* This file is part of Tokyo Cabinet.
|
5
|
+
* Tokyo Cabinet is free software; you can redistribute it and/or modify it under the terms of
|
6
|
+
* the GNU Lesser General Public License as published by the Free Software Foundation; either
|
7
|
+
* version 2.1 of the License or any later version. Tokyo Cabinet is distributed in the hope
|
8
|
+
* that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
|
9
|
+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
|
10
|
+
* License for more details.
|
11
|
+
* You should have received a copy of the GNU Lesser General Public License along with Tokyo
|
12
|
+
* Cabinet; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330,
|
13
|
+
* Boston, MA 02111-1307 USA.
|
14
|
+
*************************************************************************************************/
|
15
|
+
|
16
|
+
|
17
|
+
#include <tcutil.h>
|
18
|
+
#include <tcadb.h>
|
19
|
+
#include "myconf.h"
|
20
|
+
|
21
|
+
#define MINIBNUM 31 // bucket number of map for trivial use
|
22
|
+
#define OUTBUFSIZ (256*1024) // size of the output buffer
|
23
|
+
#define UPLOADMAX (256*1024*1024) // maximum size of the upload data
|
24
|
+
#define DEFSHOWNUM 30 // default number of show result
|
25
|
+
#define FWMMAX 10000 // maximum number of forward matching
|
26
|
+
#define VALWIDTH 80 // maximum width of shown value
|
27
|
+
#define PAGETITLE "Abstract Database Manager" // page title
|
28
|
+
#define DBNAME "casket" // name of the database
|
29
|
+
|
30
|
+
#define XP(...) tcxstrprintf(obuf, __VA_ARGS__) // syntex sugar of output setting
|
31
|
+
|
32
|
+
typedef struct { // type of structure of CGI parameters
|
33
|
+
int action; // kind of the action
|
34
|
+
const char *kbuf; // key buffer
|
35
|
+
int ksiz; // key size
|
36
|
+
const char *vbuf; // value buffer
|
37
|
+
int vsiz; // value size
|
38
|
+
int num; // number per page
|
39
|
+
int page; // number of the page
|
40
|
+
} PARAMS;
|
41
|
+
|
42
|
+
enum { // enumeration for error codes
|
43
|
+
ACTLIST, // list records
|
44
|
+
ACTLISTVAL, // list records with values
|
45
|
+
ACTPUT, // put a record
|
46
|
+
ACTOUT, // remove a record
|
47
|
+
ACTGET // get a record
|
48
|
+
};
|
49
|
+
|
50
|
+
|
51
|
+
|
52
|
+
/* global variables */
|
53
|
+
const char *g_scriptname; // program name
|
54
|
+
|
55
|
+
|
56
|
+
/* function prototypes */
|
57
|
+
int main(int argc, char **argv);
|
58
|
+
static void readparameters(TCMAP *params);
|
59
|
+
static void dolist(PARAMS *params, TCADB *db);
|
60
|
+
static void doget(PARAMS *params, TCADB *db);
|
61
|
+
static void doerror(int code, const char *msg);
|
62
|
+
static void sethtmlheader(PARAMS *params, TCXSTR *obuf, TCADB *db);
|
63
|
+
static void sethtmlfooter(PARAMS *params, TCXSTR *obuf, TCADB *db);
|
64
|
+
static void sethtmlcomform(PARAMS *params, TCXSTR *obuf, TCADB *db);
|
65
|
+
static void sethtmlrecval(const char *kbuf, int ksiz, TCXSTR *obuf, TCADB *db);
|
66
|
+
|
67
|
+
|
68
|
+
/* main routine */
|
69
|
+
int main(int argc, char **argv){
|
70
|
+
g_scriptname = getenv("SCRIPT_NAME");
|
71
|
+
if(!g_scriptname) g_scriptname = argv[0];
|
72
|
+
const char *rp = strrchr(g_scriptname, '/');
|
73
|
+
if(rp) g_scriptname = rp + 1;
|
74
|
+
TCMAP *pmap = tcmapnew2(MINIBNUM);
|
75
|
+
readparameters(pmap);
|
76
|
+
PARAMS params;
|
77
|
+
params.action = ACTLIST;
|
78
|
+
int size;
|
79
|
+
const char *buf = tcmapget(pmap, "action", 6, &size);
|
80
|
+
if(buf) params.action = tcatoix(buf);
|
81
|
+
if(params.action < ACTLIST) params.action = ACTLIST;
|
82
|
+
buf = tcmapget(pmap, "key", 3, &size);
|
83
|
+
if(buf){
|
84
|
+
params.kbuf = buf;
|
85
|
+
params.ksiz = size;
|
86
|
+
} else {
|
87
|
+
params.kbuf = "";
|
88
|
+
params.ksiz = 0;
|
89
|
+
}
|
90
|
+
buf = tcmapget(pmap, "value", 5, &size);
|
91
|
+
if(buf){
|
92
|
+
params.vbuf = buf;
|
93
|
+
params.vsiz = size;
|
94
|
+
} else {
|
95
|
+
params.vbuf = "";
|
96
|
+
params.vsiz = 0;
|
97
|
+
}
|
98
|
+
if(params.ksiz < 1){
|
99
|
+
buf = tcmapget(pmap, "value_filename", 14, &size);
|
100
|
+
if(buf){
|
101
|
+
params.kbuf = buf;
|
102
|
+
params.ksiz = size;
|
103
|
+
}
|
104
|
+
}
|
105
|
+
params.num = 0;
|
106
|
+
buf = tcmapget(pmap, "num", 3, &size);
|
107
|
+
if(buf) params.num = tcatoix(buf);
|
108
|
+
if(params.num < 1) params.num = DEFSHOWNUM;
|
109
|
+
params.page = 1;
|
110
|
+
buf = tcmapget(pmap, "page", 4, &size);
|
111
|
+
if(buf) params.page = tcatoix(buf);
|
112
|
+
if(params.page < 1) params.page = 1;
|
113
|
+
bool wmode;
|
114
|
+
switch(params.action){
|
115
|
+
case ACTPUT:
|
116
|
+
case ACTOUT:
|
117
|
+
wmode = true;
|
118
|
+
break;
|
119
|
+
default:
|
120
|
+
wmode = false;
|
121
|
+
break;
|
122
|
+
}
|
123
|
+
TCADB *db = tcadbnew();
|
124
|
+
char path[strlen(DBNAME)+16];
|
125
|
+
sprintf(path, "%s.tch#mode=%s", DBNAME, wmode ? "w" : "r");
|
126
|
+
if(!tcadbopen(db, path)){
|
127
|
+
sprintf(path, "%s.tcb#mode=%s", DBNAME, wmode ? "w" : "r");
|
128
|
+
if(!tcadbopen(db, path)){
|
129
|
+
sprintf(path, "%s.tcf#mode=%s", DBNAME, wmode ? "w" : "r");
|
130
|
+
tcadbopen(db, path);
|
131
|
+
}
|
132
|
+
}
|
133
|
+
if(tcadbsize(db) > 0){
|
134
|
+
if(wmode) tcadbtranbegin(db);
|
135
|
+
switch(params.action){
|
136
|
+
case ACTLIST:
|
137
|
+
case ACTLISTVAL:
|
138
|
+
case ACTPUT:
|
139
|
+
case ACTOUT:
|
140
|
+
dolist(¶ms, db);
|
141
|
+
break;
|
142
|
+
case ACTGET:
|
143
|
+
doget(¶ms, db);
|
144
|
+
break;
|
145
|
+
default:
|
146
|
+
doerror(400, "no such action");
|
147
|
+
break;
|
148
|
+
}
|
149
|
+
if(wmode) tcadbtrancommit(db);
|
150
|
+
} else {
|
151
|
+
doerror(500, "the database file could not be opened");
|
152
|
+
}
|
153
|
+
tcadbdel(db);
|
154
|
+
tcmapdel(pmap);
|
155
|
+
return 0;
|
156
|
+
}
|
157
|
+
|
158
|
+
|
159
|
+
/* read CGI parameters */
|
160
|
+
static void readparameters(TCMAP *params){
|
161
|
+
int maxlen = UPLOADMAX;
|
162
|
+
char *buf = NULL;
|
163
|
+
int len = 0;
|
164
|
+
const char *rp;
|
165
|
+
if((rp = getenv("REQUEST_METHOD")) != NULL && !strcmp(rp, "POST") &&
|
166
|
+
(rp = getenv("CONTENT_LENGTH")) != NULL && (len = tcatoix(rp)) > 0){
|
167
|
+
if(len > maxlen) len = maxlen;
|
168
|
+
buf = tccalloc(len + 1, 1);
|
169
|
+
if(fread(buf, 1, len, stdin) != len){
|
170
|
+
tcfree(buf);
|
171
|
+
buf = NULL;
|
172
|
+
}
|
173
|
+
} else if((rp = getenv("QUERY_STRING")) != NULL){
|
174
|
+
buf = tcstrdup(rp);
|
175
|
+
len = strlen(buf);
|
176
|
+
}
|
177
|
+
if(buf && len > 0) tcwwwformdecode2(buf, len, getenv("CONTENT_TYPE"), params);
|
178
|
+
tcfree(buf);
|
179
|
+
}
|
180
|
+
|
181
|
+
|
182
|
+
/* perform the list action */
|
183
|
+
static void dolist(PARAMS *params, TCADB *db){
|
184
|
+
printf("Content-Type: text/html\r\n");
|
185
|
+
printf("\r\n");
|
186
|
+
TCXSTR *obuf = tcxstrnew3(OUTBUFSIZ);
|
187
|
+
sethtmlheader(params, obuf, db);
|
188
|
+
if(params->action == ACTPUT){
|
189
|
+
XP("<hr />\n");
|
190
|
+
if(params->ksiz < 1){
|
191
|
+
XP("<p>Error: the key should be specified.</p>\n");
|
192
|
+
} else if(tcadbput(db, params->kbuf, params->ksiz, params->vbuf, params->vsiz)){
|
193
|
+
XP("<p>Stored successfully!</p>\n");
|
194
|
+
} else {
|
195
|
+
XP("<p>Error: unknown error.</p>\n");
|
196
|
+
}
|
197
|
+
params->kbuf = "";
|
198
|
+
params->ksiz = 0;
|
199
|
+
params->action = ACTLIST;
|
200
|
+
} else if(params->action == ACTOUT){
|
201
|
+
XP("<hr />\n");
|
202
|
+
if(params->ksiz < 1){
|
203
|
+
XP("<p>Error: the key should be specified.</p>\n");
|
204
|
+
} else if(tcadbout(db, params->kbuf, params->ksiz)){
|
205
|
+
XP("<p>Removed successfully!</p>\n");
|
206
|
+
} else if(tcadbvsiz(db, params->kbuf, params->ksiz) >= 0){
|
207
|
+
XP("<p>Error: unknown error.</p>\n");
|
208
|
+
} else {
|
209
|
+
XP("<p>Error: no such record.</p>\n");
|
210
|
+
}
|
211
|
+
params->kbuf = "";
|
212
|
+
params->ksiz = 0;
|
213
|
+
params->action = ACTLIST;
|
214
|
+
}
|
215
|
+
sethtmlcomform(params, obuf, db);
|
216
|
+
bool isnext = false;
|
217
|
+
XP("<hr />\n");
|
218
|
+
XP("<div id=\"list\">\n");
|
219
|
+
int num = params->num;
|
220
|
+
bool sv = params->action == ACTLISTVAL;
|
221
|
+
if(params->ksiz > 0){
|
222
|
+
TCLIST *keys = tcadbfwmkeys(db, params->kbuf, params->ksiz, FWMMAX);
|
223
|
+
int knum = tclistnum(keys);
|
224
|
+
int skip = params->num * (params->page - 1);
|
225
|
+
int end = skip + params->num;
|
226
|
+
for(int i = skip; i < knum && i < end; i++){
|
227
|
+
int ksiz;
|
228
|
+
const char *kbuf = tclistval(keys, i, &ksiz);
|
229
|
+
XP("<div class=\"record\">\n");
|
230
|
+
XP("<a href=\"%s?action=%d&key=%?\" class=\"key\">%@</a>",
|
231
|
+
g_scriptname, ACTGET, kbuf, kbuf);
|
232
|
+
if(sv) sethtmlrecval(kbuf, ksiz, obuf, db);
|
233
|
+
XP("</div>\n");
|
234
|
+
}
|
235
|
+
tclistdel(keys);
|
236
|
+
isnext = knum > params->num * params->page;
|
237
|
+
} else {
|
238
|
+
tcadbiterinit(db);
|
239
|
+
int ksiz;
|
240
|
+
char *kbuf;
|
241
|
+
int skip = params->num * (params->page - 1);
|
242
|
+
for(int i = 0; i < skip && (kbuf = tcadbiternext(db, &ksiz)) != NULL; i++){
|
243
|
+
tcfree(kbuf);
|
244
|
+
}
|
245
|
+
for(int i = 0; i < num && (kbuf = tcadbiternext(db, &ksiz)) != NULL; i++){
|
246
|
+
XP("<div class=\"record\">\n");
|
247
|
+
XP("<a href=\"%s?action=%d&key=%?\" class=\"key\">%@</a>",
|
248
|
+
g_scriptname, ACTGET, kbuf, kbuf);
|
249
|
+
if(sv) sethtmlrecval(kbuf, ksiz, obuf, db);
|
250
|
+
XP("</div>\n");
|
251
|
+
tcfree(kbuf);
|
252
|
+
}
|
253
|
+
isnext = tcadbrnum(db) > params->num * params->page;
|
254
|
+
}
|
255
|
+
XP("</div>\n");
|
256
|
+
XP("<hr />\n");
|
257
|
+
XP("<form method=\"get\" action=\"%s\">\n", g_scriptname);
|
258
|
+
XP("<div class=\"paging\">\n");
|
259
|
+
if(params->page > 1){
|
260
|
+
XP("<a href=\"%s?action=%d&key=%?&num=%d&page=%d\" class=\"jump\">[PREV]</a>\n",
|
261
|
+
g_scriptname, params->action, params->kbuf, params->num, params->page - 1);
|
262
|
+
} else {
|
263
|
+
XP("<span class=\"void\">[PREV]</span>\n");
|
264
|
+
}
|
265
|
+
if(isnext){
|
266
|
+
XP("<a href=\"%s?action=%d&key=%?&num=%d&page=%d\" class=\"jump\">[NEXT]</a>\n",
|
267
|
+
g_scriptname, params->action, params->kbuf, params->num, params->page + 1);
|
268
|
+
} else {
|
269
|
+
XP("<span class=\"void\">[NEXT]</span>\n");
|
270
|
+
}
|
271
|
+
if(params->action == ACTLIST){
|
272
|
+
XP("<a href=\"%s?action=%d&key=%?&num=%d&page=%d\" class=\"jump\">[VALUE]</a>\n",
|
273
|
+
g_scriptname, ACTLISTVAL, params->kbuf, params->num, params->page);
|
274
|
+
} else {
|
275
|
+
XP("<a href=\"%s?action=%d&key=%?&num=%d&page=%d\" class=\"jump\">[NOVAL]</a>\n",
|
276
|
+
g_scriptname, ACTLIST, params->kbuf, params->num, params->page);
|
277
|
+
}
|
278
|
+
XP("<select name=\"num\">\n");
|
279
|
+
for(int i = 10; i <= 100; i += 10){
|
280
|
+
XP("<option value=\"%d\"%s>%d records</option>\n",
|
281
|
+
i, (i == params->num) ? " selected=\"selected\"" : "", i);
|
282
|
+
}
|
283
|
+
XP("</select>\n");
|
284
|
+
XP("<input type=\"submit\" value=\"go\" />\n");
|
285
|
+
XP("</div>\n");
|
286
|
+
XP("</form>\n");
|
287
|
+
sethtmlfooter(params, obuf, db);
|
288
|
+
fwrite(tcxstrptr(obuf), 1, tcxstrsize(obuf), stdout);
|
289
|
+
tcxstrdel(obuf);
|
290
|
+
}
|
291
|
+
|
292
|
+
|
293
|
+
/* perform the get action */
|
294
|
+
static void doget(PARAMS *params, TCADB *db){
|
295
|
+
static char *types[] = {
|
296
|
+
".gz", "application/x-gzip", ".bz2", "application/x-bzip2", ".tar", "application/x-tar",
|
297
|
+
".zip", "application/zip", ".lzh", "application/octet-stream",
|
298
|
+
".pdf", "application/pdf", ".ps", "application/postscript",
|
299
|
+
".xml", "application/xml", ".html", "application/html", ".htm", "application/html",
|
300
|
+
".doc", "application/msword", ".xls", "application/vnd.ms-excel",
|
301
|
+
".ppt", "application/ms-powerpoint", ".swf", "application/x-shockwave-flash",
|
302
|
+
".png", "image/png", ".jpg", "image/jpeg", ".jpeg", "image/jpeg", ".gif", "image/gif",
|
303
|
+
".bmp", "image/bmp", ".tif", "image/tiff", ".tiff", "image/tiff", ".svg", "image/xml+svg",
|
304
|
+
".au", "audio/basic", ".snd", "audio/basic", ".mid", "audio/midi", ".midi", "audio/midi",
|
305
|
+
".mp3", "audio/mpeg", ".mp2", "audio/mpeg", ".wav", "audio/x-wav",
|
306
|
+
".tch", "application/x-tokyocabinet-hash", ".tcb", "application/x-tokyocabinet-btree",
|
307
|
+
NULL
|
308
|
+
};
|
309
|
+
int vsiz;
|
310
|
+
char *vbuf = tcadbget(db, params->kbuf, params->ksiz, &vsiz);
|
311
|
+
if(vbuf){
|
312
|
+
const char *type = "text/plain";
|
313
|
+
for(int i = 0; types[i]; i++){
|
314
|
+
if(tcstribwm(params->kbuf, types[i])){
|
315
|
+
type = types[i+1];
|
316
|
+
break;
|
317
|
+
}
|
318
|
+
}
|
319
|
+
printf("Content-Type: %s\r\n", type);
|
320
|
+
if(!strchr(params->kbuf, '\n') && !strchr(params->kbuf, '\r')){
|
321
|
+
if(!strchr(params->kbuf, ' ') && !strchr(params->kbuf, ';')){
|
322
|
+
printf("Content-Disposition: attachment; filename=%s\r\n", params->kbuf);
|
323
|
+
} else {
|
324
|
+
printf("Content-Disposition: attachment; filename=\"%s\"\r\n", params->kbuf);
|
325
|
+
}
|
326
|
+
}
|
327
|
+
printf("\r\n");
|
328
|
+
fwrite(vbuf, 1, vsiz, stdout);
|
329
|
+
tcfree(vbuf);
|
330
|
+
} else {
|
331
|
+
doerror(404, "no such record");
|
332
|
+
}
|
333
|
+
}
|
334
|
+
|
335
|
+
|
336
|
+
/* perform the error action */
|
337
|
+
static void doerror(int code, const char *msg){
|
338
|
+
printf("Status: %d %s\r\n", code, msg);
|
339
|
+
printf("Content-Type: text/plain\r\n");
|
340
|
+
printf("\r\n");
|
341
|
+
printf("%d: %s\n", code, msg);
|
342
|
+
}
|
343
|
+
|
344
|
+
|
345
|
+
/* set the header of HTML */
|
346
|
+
static void sethtmlheader(PARAMS *params, TCXSTR *obuf, TCADB *db){
|
347
|
+
XP("<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n");
|
348
|
+
XP("\n");
|
349
|
+
XP("<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Strict//EN\""
|
350
|
+
" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\">\n");
|
351
|
+
XP("\n");
|
352
|
+
XP("<html xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\" lang=\"en\">\n");
|
353
|
+
XP("\n");
|
354
|
+
XP("<head>\n");
|
355
|
+
XP("<meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n");
|
356
|
+
XP("<meta http-equiv=\"Content-Style-Type\" content=\"text/css\" />\n");
|
357
|
+
XP("<title>%@</title>\n", PAGETITLE);
|
358
|
+
XP("<style type=\"text/css\">html { margin: 0em; padding: 0em; }\n");
|
359
|
+
XP("body { margin :0em; padding: 0.5em 1em; background: #eeeeee; color: #111111; }\n");
|
360
|
+
XP("h1 { margin: 3px; padding: 0px; font-size: 125%%; }\n");
|
361
|
+
XP("h1 a { color: #000000; }\n");
|
362
|
+
XP("hr { margin: 0px 0px; height: 1px; border: none;"
|
363
|
+
" background: #999999; color: #999999; }\n");
|
364
|
+
XP("form { margin: 5px; padding: 0px; }\n");
|
365
|
+
XP("#list { margin: 5px; padding: 0px; }\n");
|
366
|
+
XP("p { margin: 5px; padding: 0px; }\n");
|
367
|
+
XP("a { color: #1122ee; text-decoration: none; }\n");
|
368
|
+
XP("a:hover { color: #2288ff; text-decoration: underline; }\n");
|
369
|
+
XP("span.void { color: #888888; }\n");
|
370
|
+
XP("span.value { font-size: 95%%; }\n");
|
371
|
+
XP("i { color: #333333; font-size: 70%%; }\n");
|
372
|
+
XP("</style>\n");
|
373
|
+
XP("</head>\n");
|
374
|
+
XP("\n");
|
375
|
+
XP("<body>\n");
|
376
|
+
XP("<h1><a href=\"%s\">%@</a></h1>\n", g_scriptname, PAGETITLE);
|
377
|
+
}
|
378
|
+
|
379
|
+
|
380
|
+
/* set the footer of HTML */
|
381
|
+
static void sethtmlfooter(PARAMS *params, TCXSTR *obuf, TCADB *db){
|
382
|
+
XP("<hr />\n");
|
383
|
+
XP("<div>record number: %lld</div>\n", (long long)tcadbrnum(db));
|
384
|
+
XP("<div>size: %lld</div>\n", (long long)tcadbsize(db));
|
385
|
+
XP("</body>\n");
|
386
|
+
XP("\n");
|
387
|
+
XP("</html>\n");
|
388
|
+
}
|
389
|
+
|
390
|
+
|
391
|
+
/* set the common form of HTML */
|
392
|
+
static void sethtmlcomform(PARAMS *params, TCXSTR *obuf, TCADB *db){
|
393
|
+
XP("<hr />\n");
|
394
|
+
XP("<form method=\"post\" action=\"%s\">\n", g_scriptname);
|
395
|
+
XP("<div>\n");
|
396
|
+
XP("<input type=\"text\" name=\"key\" value=\"\" size=\"24\" />\n");
|
397
|
+
XP("<input type=\"text\" name=\"value\" value=\"\" size=\"24\" />\n");
|
398
|
+
XP("<input type=\"submit\" value=\"store a new string record\" />\n");
|
399
|
+
XP("<input type=\"hidden\" name=\"action\" value=\"%d\" />\n", ACTPUT);
|
400
|
+
XP("</div>\n");
|
401
|
+
XP("</form>\n");
|
402
|
+
XP("<hr />\n");
|
403
|
+
XP("<form method=\"post\" action=\"%s\" enctype=\"multipart/form-data\">\n", g_scriptname);
|
404
|
+
XP("<div>\n");
|
405
|
+
XP("<input type=\"text\" name=\"key\" value=\"\" size=\"24\" />\n");
|
406
|
+
XP("<input type=\"file\" name=\"value\" size=\"24\" />\n");
|
407
|
+
XP("<input type=\"submit\" value=\"store a new record from a file\" />\n");
|
408
|
+
XP("<input type=\"hidden\" name=\"action\" value=\"%d\" />\n", ACTPUT);
|
409
|
+
XP("</div>\n");
|
410
|
+
XP("</form>\n");
|
411
|
+
XP("<hr />\n");
|
412
|
+
XP("<form method=\"post\" action=\"%s\">\n", g_scriptname);
|
413
|
+
XP("<div>\n");
|
414
|
+
XP("<input type=\"text\" name=\"key\" value=\"\" size=\"24\" />\n");
|
415
|
+
XP("<input type=\"submit\" value=\"remove a record\" />\n");
|
416
|
+
XP("<input type=\"hidden\" name=\"action\" value=\"%d\" />\n", ACTOUT);
|
417
|
+
XP("</div>\n");
|
418
|
+
XP("</form>\n");
|
419
|
+
XP("<hr />\n");
|
420
|
+
XP("<form method=\"post\" action=\"%s\">\n", g_scriptname);
|
421
|
+
XP("<div>\n");
|
422
|
+
XP("<input type=\"text\" name=\"key\" value=\"%@\" size=\"24\" />\n", params->kbuf);
|
423
|
+
XP("<input type=\"submit\" value=\"get the value of a record\" />\n");
|
424
|
+
XP("<input type=\"hidden\" name=\"action\" value=\"%d\" />\n", ACTGET);
|
425
|
+
XP("</div>\n");
|
426
|
+
XP("</form>\n");
|
427
|
+
XP("<hr />\n");
|
428
|
+
XP("<form method=\"post\" action=\"%s\">\n", g_scriptname);
|
429
|
+
XP("<div>\n");
|
430
|
+
XP("<input type=\"text\" name=\"key\" value=\"%@\" size=\"24\" />\n", params->kbuf);
|
431
|
+
XP("<input type=\"submit\" value=\"forward matching list\" />\n");
|
432
|
+
XP("<input type=\"hidden\" name=\"action\" value=\"%d\" />\n", ACTLIST);
|
433
|
+
XP("</div>\n");
|
434
|
+
XP("</form>\n");
|
435
|
+
}
|
436
|
+
|
437
|
+
|
438
|
+
/* set the value of a record */
|
439
|
+
static void sethtmlrecval(const char *kbuf, int ksiz, TCXSTR *obuf, TCADB *db){
|
440
|
+
int vsiz;
|
441
|
+
char *vbuf = tcadbget(db, kbuf, ksiz, &vsiz);
|
442
|
+
if(!vbuf) return;
|
443
|
+
XP(": <span class=\"value\">");
|
444
|
+
bool hex = false;
|
445
|
+
int width = VALWIDTH;
|
446
|
+
for(int j = 0; j < vsiz; j++){
|
447
|
+
int c = ((unsigned char *)vbuf)[j];
|
448
|
+
if(c >= 0x20 && c <= 0x7e){
|
449
|
+
if(hex) tcxstrcat(obuf, " ", 1);
|
450
|
+
switch(c){
|
451
|
+
case '<':
|
452
|
+
tcxstrcat(obuf, "<", 4);
|
453
|
+
break;
|
454
|
+
case '>':
|
455
|
+
tcxstrcat(obuf, ">", 4);
|
456
|
+
break;
|
457
|
+
case '&':
|
458
|
+
tcxstrcat(obuf, "&", 5);
|
459
|
+
break;
|
460
|
+
default:
|
461
|
+
tcxstrcat(obuf, vbuf + j, 1);
|
462
|
+
break;
|
463
|
+
}
|
464
|
+
width--;
|
465
|
+
hex = false;
|
466
|
+
} else {
|
467
|
+
XP(" <i>%02X</i>", c);
|
468
|
+
width -= 2;
|
469
|
+
hex = true;
|
470
|
+
}
|
471
|
+
if(width < 1){
|
472
|
+
XP(" <i>...</i>");
|
473
|
+
break;
|
474
|
+
}
|
475
|
+
}
|
476
|
+
XP("</span>");
|
477
|
+
tcfree(vbuf);
|
478
|
+
}
|
479
|
+
|
480
|
+
|
481
|
+
|
482
|
+
// END OF FILE
|