2009-02-03 14:57:56 by OBATA Akio | Files touched by this commit (6) |
Log message:
Update TokyoTyrant to 1.1.12.
Changes:
2009-02-03 Mikio Hirabayashi <mikio@users.sourceforge.net>
* myconf.c (nan): xBSDs are now supported.
* ttserver (proc): parameter checking and warning were added.
* tcrmgr.c (runmisc, procmisc): table database is now supported.
* tcrdb.c (tcrdbtblput, tcrdbtblout, tcrdbtblget): new functions.
* tcrdb.c (tcrdbtblsetindex, tcrdbtblgenuid, tcrdbqrysearch): new functions.
- Release: 1.1.12
|
2009-01-04 12:04:35 by OBATA Akio | Files touched by this commit (4) |
Log message:
Update tokyodystopia to 1.1.11.
Changes:
2008-12-08 Mikio Hirabayashi <mikio@users.sourceforge.net>
* tcrdb.c (tcrdbmisc): the return value of the "getlist" function was \
modified.
* scrext.c (serv_misc): new function.
- Release: 1.1.11
2008-12-08 Mikio Hirabayashi <mikio@users.sourceforge.net>
* ttutil.c (tcsocksetlife): new function.
* scrext.c (scrextnew): "_thnum" parameter was added.
* scrext.c (serv_foreach, serv_stashvanish, serv_stashforeach): new functions.
* ttserver.c (do_misc): new function.
* tculog.c (tculogadbmisc): new function.
- Release: 1.1.10
|
2008-12-18 13:02:34 by OBATA Akio | Files touched by this commit (2) |
Log message:
Add NetBSD-5 support.
|
2008-12-15 12:18:41 by OBATA Akio | Files touched by this commit (3) |
Log message:
Bump PKGREVISION for tokyocabinet shlib revbump.
|
2008-12-07 12:34:53 by OBATA Akio | Files touched by this commit (3) |
Log message:
Update tokyotyrant to 1.1.9.
2008-12-02 Mikio Hirabayashi
* tcrdb.c (tcrdbputshl): new function instead of "tcrdbputrtt".
* scrext.c (serv_isect, serv_union): new functions.
- Release: 1.1.9
2008-10-30 Mikio Hirabayashi
* scrext.c (serv_lock, serv_unlock): new functions.
* usherette.lua: new file.
- Release: 1.1.8
|
2008-10-26 12:38:37 by OBATA Akio | Files touched by this commit (3) |
Log message:
Update tokyotyrant to 1.1.7.
Changes:
2008-10-20 Mikio Hirabayashi
* ttserver.c (getcmdmask): new function.
- Release: 1.1.7
|
2008-10-25 08:20:08 by OBATA Akio | Files touched by this commit (1) |
Log message:
Fixes shlib names for ELF.
|
2008-10-19 14:36:01 by OBATA Akio | Files touched by this commit (3) |
Log message:
Update tokyotyrant to 1.1.6.
Changes:
2008-10-14 Mikio Hirabayashi
* ttutil.h (ttpackdouble, ttunpackdouble): bugs of endian normalization were fixed.
- Release: 1.1.6
|
2008-10-13 07:58:31 by OBATA Akio | Files touched by this commit (5) |
Log message:
Update tokyotyant to 1.1.5.
Pkgsrc Changes:
* Added lua option and enabled by default.
Changes:
2008-10-07 Mikio Hirabayashi
* scrext.c (serv_codec, serv_hash, serv_sleep, serv_stat, serv_glob):
new functions.
- Release: 1.1.5
|
2008-10-11 14:26:25 by OBATA Akio | Files touched by this commit (6) | |
Log message:
Import tokyotyrant-1.1.4 as databases/tokyotyrant.
Tokyo Tyrant is a package of network interface to the DBM called Tokyo Cabinet.
Though the DBM has high performance, you might bother in case that multiple
processes share the same database, or remote processes access the database.
Thus, Tokyo Tyrant is provided for concurrent and remote connections to Tokyo
Cabinet. It is composed of the server process managing a database and its
access library for client applications.
The server features high concurrency due to thread-pool modeled implementation
and the epoll/kqueue mechanism of the modern Linux/*BSD kernel. The server and
its clients communicate with each other by simple binary protocol on TCP/IP.
Protocols compatible with memcached and HTTP/1.1 are also supported so that
almost all principal platforms and programming languages can use Tokyo Tyrant.
High availability and high integrity are also featured due to hot such
mechanisms as hot backup, update logging, and replication.
As for now, the server works on Linux, FreeBSD, Mac OS X only.
|