2010-01-01 Mikio Hirabayashi <hirarin@gmail.com>
* ttserver.c (proc): a bug related to initialization of the skeleton was fixed.
* tculog.c (tculogadbaddint, tculogadbadddouble): efficiency of zero was improved.
* tcrmgr.c (runput, procput): addint and adddouble were added.
- Release: 1.1.40
2009-12-07 Mikio Hirabayashi <hirarin@gmail.com>
* ttutil.c (ttservstart): error handler for the accept call was added.
* ttserver.c (proc): the system connection limit is now reset.
- Release: 1.1.39
2009-11-05 Mikio Hirabayashi <hirarin@gmail.com>
* ttserver.c (do_mc_append, do_mc_prepend): new functions.
- Release: 1.1.38
2009-10-20 Mikio Hirabayashi <hirarin@gmail.com>
* ttserver.c (do_stat): "fatal" attribute was added.
* ttutil.c (ttwaitsock): new function.
* ttutil.c (ttopensock, ttsocksend, ttsockgetc): "errno" is now copied just in case.
* tcrdb.c (tcrdbparasearchworker): a bug of race condition was fixed.
- Release: 1.1.37
2009-10-06 Mikio Hirabayashi <hirarin@gmail.com>
* scrext.c (serv_strstr): new function.
* ttserver.c (main, proc): "-mul" option was added.
- Release: 1.1.36
2009-09-18 Mikio Hirabayashi <hirarin@gmail.com>
* tculog.c (tculogadbputshl, tculogadbputshlproc): new functions.
* scrext.c (iterrec): a bug related to handling the return value was fixed.
* ttserver.c (do_http_post): "tcadbmisc" is now supported.
* ttserver.c (do_stat, do_mc_stats): counts of command execution are now output.
* tcrdb.c (tcrdbparasearch, tcrdbparasearchworker): new functions.
- Release: 1.1.35
2009-08-04 Mikio Hirabayashi <hirarin@gmail.com>
* tcrdb.c (tcrdbput, tcrdbout, tcrdbget): reconnect mechanism was enhanced.
* tcrdb.c (tcrdbreconnect): delay mecahism was added.
* tculog.c (tculrdnew): a bug related to timestamp detection was fixed.
* tcrmgr.c (runimporttsv, procimporttsv): "-sep" option was added.
* ttserver.c (do_log): a bug of buffer overrun was fixed.
- Release: 1.1.34
(zlib/bzip2/lzo/lzma and enabled by default for former two).
LZO and LZMA supports are exclusive, optional and should be selected by
user's use-case (priority of data compression ratio, compression speed,
or so on).
Furthermore, Tokyocabinet uses archives/lzmalib for lzma support, but lzmalib
conflicts with archivers/xz.
It means if tokyocabinet is installed with lzma, failed to install xz,
and result in failure of "make extract" for packages using .lzma/.xz distfiles.
This issue also resolved by optionify lzma support and disabled by default.
This changes also make tokyocabinet ABI changes, so bump PKGREVISION
and recursive bump.
OKed to commit in freeze by wiz@.
Changes:
2009-07-09 Mikio Hirabayashi
* tculog.c (tculogwrite, tculrdread): the master ID is now recorded.
* ttserver.c (main): the default value of the "-ulim" option was modified.
* ttserver.c (proc): update logging and replicaion are now forbidden without the SID.
* ttserver.c (do_repl): the NOP command is now throwed while circular replication.
- Release: 1.1.31
Changes:
2009-05-20 Mikio Hirabayashi <mikio@users.sourceforge.net>
* ttserver.c (do_task): a potential bug of memory leak was fixed.
* tcrdb.c (tcrdbnew): a bug related to initialization was fixed.
* scrext.c (serv_fwmkeys, serv_regex): new functions.
- Release: 1.1.28
Changes:
2009-05-09 Mikio Hirabayashi <mikio@users.sourceforge.net>
* ttutil.c (ttservsettermhandler): new function.
* ttserver.c (do_term): new function.
- Release: 1.1.26
2009-05-06 Mikio Hirabayashi <mikio@users.sourceforge.net>
* ttutil.c (ttcmdidtostr): new function.
* tculog.c (tcreplopen): a bug of data size of the server ID was fixed.
* tcrdb.c (tcrdbsetmst, tcrdbsetmst2): the timestamp argument was added.
* tcrmgr.c (procrepl): command names are now printed.
* ttulmgr.c (procexport): command names are now printed.
- Release: 1.1.25
Changes:
2009-04-25 Mikio Hirabayashi <mikio@users.sourceforge.net>
* ttutil.c (ttbreakservexpr): new function.
* tcrdb.c (tcrdbopen2, tcrdbsetmst2, tcrdbtune): new functions.
* tcrdb.c (tcrdbsetecode, tcrdblockmethod, tcrdbunlockmethod): new functions.
* ttserver.c (proc): dynamic linking for the skeleton database was added.
* ttskelmock.c, ttskelproxy.c: new files.
- Release: 1.1.24
2009-04-07 Mikio Hirabayashi <mikio@users.sourceforge.net>
* scrext.c (serv_eval, serv_split): new functions.
* ttserver.c (do_repl): efficiency on dual-master replication was improved.
* ttserver.c (do_optimize): new function.
* ttserver.c (do_log): message format was modified.
* tcrdb.c (tcrdboptimize): new function.
* tcrdb.c (tcrdbvanish, tcrdbcopy, tcrdbrestore): each magic number was drifted.
* tcrdb.c (tcrdbrestore, tcrdbsetmst): an argument for options was added.
* tculog.c (tculogadbredo): the flag of consistency checking was separated.
- Release: 1.1.23
2009-04-06 Mikio Hirabayashi <mikio@users.sourceforge.net>
* scrext.c (serv_mapreduce): the parameter for the target keys became an option.
- Release: 1.1.22
2009-04-06 Mikio Hirabayashi <mikio@users.sourceforge.net>
* scrext.c (serv_mapreduce): the parameter for the session ID was abolished.
- Release: 1.1.21
2009-04-01 Mikio Hirabayashi <mikio@users.sourceforge.net>
* configure.in: a bug related to support for traditional shells was fixed.
* scrext.c (serv_stashputkeep, serv_stashputcat): new functions.
* scrext.c (serv_mapreduce, serv_mapreducemapemit): new functions.
* ttserver.c (do_put, do_out, do_get): parameter validation was enhanced.
- Release: 1.1.20
2009-03-14 Mikio Hirabayashi <mikio@users.sourceforge.net>
* tcrdb.c (tcrdbqrysearchget): the option for no update log was added.
* tcrdb.c (tcrdbqrysearchcount): new function.
* tculog.c (tcreplread): timeout mechanism was added.
* ttserver.c (do_repl): performance was improved.
- Release: 1.1.19
Changes:
2009-03-14 Mikio Hirabayashi <mikio@users.sourceforge.net>
* ttservctl: configuration was modified and update log is now disabled by default.
* ttutil.c (ttopensock, ttacceptsock): performance was improved.
* scrext.c (scrextnew): a parameter for the logger was added.
- Release: 1.1.18
Changes:
2009-02-19 Mikio Hirabayashi <mikio@users.sourceforge.net>
* ttutil.c (tthttpfetch): timeout mechanism was added.
* ttserver.c (do_mc_delete): mismatch of the error message was resolved.
* ttserver.c (do_mc_incr, do_mc_decr): behavior became as with the original memcached.
* tcrdb.c (tcrdbqrysetlimit): new function instead of "tcrdbqrysetmax".
- Release: 1.1.17
2009-02-05 Mikio Hirabayashi <mikio@users.sourceforge.net>
* ttutil.c (ttservstart, ttservaddtimedhandler): multiple tasks are now supported.
* ttutil.c (ttsockrecv, ttsockgetint32, ttsockgetint64): performance was improved.
* ttserver.c (do_extpc): new function.
- Release: 1.1.14
2009-02-04 Mikio Hirabayashi <mikio@users.sourceforge.net>
* tcrdb.c (tcrdbqrysearchout): a bug related to the protocol format was fixed.
* tcrdb.c (tcrdbqrysearchget): new function.
- Release: 1.1.13
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.