summaryrefslogtreecommitdiff
path: root/databases/tokyotyrant
AgeCommit message (Collapse)AuthorFilesLines
2010-03-12Update tokyotyrant to 1.1.40.obache3-8/+8
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
2010-01-17Update tokyotyrant to 1.1.39.obache4-19/+20
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
2009-12-19Introduce PKG_OPTIONS for database/tokyocabinet to select compression supportobache1-2/+9
(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@.
2009-11-25TokyoCabinet related HOMEPAGEs have been moved.obache1-2/+2
2009-07-21Update tokyotyrant to 1.1.33.obache3-8/+8
Changes: 2009-07-18 Mikio Hirabayashi <mikio@users.sourceforge.net> * scrext.c (serv_bit): new function. * tcrdb.c (tcrdbqryhint, tcrdbmetasearch): new functions. - Release: 1.1.33
2009-07-18Update tokyotyrant to 1.1.32.obache3-8/+8
Changes: 2009-07-15 Mikio Hirabayashi <mikio@users.sourceforge.net> * ttserver.c (do_mget, do_fwmkeys, do_misc): alignment violations were cleared. * tcrmttest.c (runtypical, proctypical, threadtypical): new functions. - Release: 1.1.32
2009-07-13Update tokyotyrant to 1.1.31.obache3-8/+8
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
2009-07-07Update tokyotyrant to 1.1.30.obache3-9/+10
Changes: 2009-07-05 Mikio Hirabayashi * scrext.c (scrextkill): new function. * scrext.c (serv_lock, serv_unlock): lock mechanism was modified with TCMDB. - Release: 1.1.30 2009-05-28 Mikio Hirabayashi * ttserver.c (do_http_options): new function. * tcrtest.c (proctable): a test of full-text search was added. - Release: 1.1.29
2009-06-14Remove @dirrm entries from PLISTsjoerg1-4/+1
2009-05-29Update tokyotyrant to 1.1.28.obache3-8/+8
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
2009-05-24Update tokyotyrant to 1.1.27.obache4-13/+14
Changes: 2009-05-11 Mikio Hirabayashi <mikio@users.sourceforge.net> * tcrtest.c (runtable, proctable): "-exp" option was added. * ttskelnull.c: new file. * tokyotyrant.idl: new file. - Release: 1.1.27
2009-05-19Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENTwiz1-2/+1
block). Uncomment some commented out LICENSE lines while here.
2009-05-10Update tokyotyrant to 1.1.26.obache3-8/+8
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
2009-05-07Update tokyotyrant to 1.1.24.obache5-37/+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
2009-04-07Make it build on DragonFly.hasso2-11/+23
2009-03-21Update tokyotyrant to 1.1.18.obache3-8/+8
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
2009-03-21Update tokyotyrant to 1.1.17.obache4-19/+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-19Update tokyotyrant to 1.1.16.obache6-29/+29
Changes: 2009-02-16 Mikio Hirabayashi <mikio@users.sourceforge.net> * tcrdb.h: the macro "RDBITOPT" was added. * mycond.h, mycond.c, ttutil.c: Solaris portability was added thanks to tamtam. - Release: 1.1.16
2009-02-15Update tokyotyrant to 1.1.15, for tokyocabinet-1.4.6.obache3-10/+9
2009-02-10Fixes typo (redundant `G'!).obache1-2/+2
2009-02-10Add missing *.lua files to PLIST.obache2-2/+6
Bump PKGREVISION.
2009-02-07Update tokyotyrant to 1.1.14.obache3-10/+8
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
2009-02-03Update TokyoTyrant to 1.1.12.obache6-18/+32
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-04Update tokyodystopia to 1.1.11.obache4-15/+28
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-18Add NetBSD-5 support.obache2-1/+26
2008-12-15Bump PKGREVISION for tokyocabinet shlib revbump.obache1-1/+2
2008-12-07Update tokyotyrant to 1.1.9.obache3-9/+11
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-26Update tokyotyrant to 1.1.7.obache3-8/+8
Changes: 2008-10-20 Mikio Hirabayashi * ttserver.c (getcmdmask): new function. - Release: 1.1.7
2008-10-25Fixes shlib names for ELF.obache1-3/+3
2008-10-19Update tokyotyrant to 1.1.6.obache3-8/+8
Changes: 2008-10-14 Mikio Hirabayashi * ttutil.h (ttpackdouble, ttunpackdouble): bugs of endian normalization were fixed. - Release: 1.1.6
2008-10-13Update tokyotyant to 1.1.5.obache5-13/+36
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-11Import tokyotyrant-1.1.4 as databases/tokyotyrant.obache6-0/+117
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.