Next | Query returned 54 messages, browsing 11 to 20 | Previous

History of commit frequency

CVS Commit History:


   2012-10-02 23:25:56 by Aleksej Saushev | Files touched by this commit (323)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
   2010-08-06 06:36:50 by OBATA Akio | Files touched by this commit (3)
Log message:
Update tokyocabinet to 1.4.46.

2010-08-01  FAL Labs  <info@fallabs.com>

	- site documents were modified.

	- Release: 1.4.46
   2010-06-18 11:44:01 by OBATA Akio | Files touched by this commit (3)
Log message:
Update tokyocabinet to 1.4.45.
Bug fixes release.

2010-04-27  Mikio Hirabayashi  <hirarin@gmail.com>

	* tcbdb.c (tcbdboutlist): a bug related to reorganizing tree was fixed.

	- Release: 1.4.45

2010-04-23  Mikio Hirabayashi  <hirarin@gmail.com>

	* tcbdb.c (tcbdbrangefwm): a bug related to empty list was fixed.

	* tcadb.c (tcadbmulopen): a bug related to handling table indices was fixed.

	- Release: 1.4.44
   2010-03-12 11:43:08 by OBATA Akio | Files touched by this commit (3)
Log message:
Update tokyocabinet to 1.4.43.

2010-01-26  Mikio Hirabayashi  <hirarin@gmail.com>

	* tcutil.c (tcmapout): a useless condition was fixed.

	* tchdb.h, tcbdb.h: some members have volatile flag now.

	- Release: 1.4.43

2010-01-01  Mikio Hirabayashi  <hirarin@gmail.com>

	* tchdb.c (tchdbnew, tchdbsetmutex): a useless lock object was removed.

	* tcutil.c (tcsysinfo): CPU information was added.

	* tchmgr.c (runput, procput): addint and adddouble ouput the result now.

	* tcbmgr.c (runput, procput): addint and adddouble ouput the result now.

	* tcfmgr.c (runput, procput): addint and adddouble ouput the result now.

	- Release: 1.4.42
   2010-01-17 03:45:00 by OBATA Akio | Files touched by this commit (5)
Log message:
Update tokyocabinet to 1.4.41.

2009-12-07  Mikio Hirabayashi  <hirarin@gmail.com>

	* tctdb.c (tctdbidxputtoken, tctdbidxputqgram): domain overflow checking was added.

	- Release: 1.4.41

2009-11-24  Mikio Hirabayashi  <hirarin@gmail.com>

	* tchdb.c (tchdbputimpl): efficiency of using the free block pool was improved.

	* tchdb.c (tchdboptimizeimpl): the behaviour in no lock mode was modified.

	- Release: 1.4.40

2009-11-11  Mikio Hirabayashi  <hirarin@gmail.com>

	* tcutil.h (TCALIGNOF, tcgeneric_t): new macros.

	* tcutil.h (TCALIGNPAD): the alignment is now calculated by the generic union.

	* myconf.h (_alignof, _issigned, _maxof): new macros.

	- Release: 1.4.39

2009-11-09  Mikio Hirabayashi  <hirarin@gmail.com>

	* tcutil.c (tcsysinfo): FreeBSD and Mac OS X are now supported.

	* tcutil.c (tcmpoolclear): new function.

	* tchdb.c (tchdbputproc): a potential bug of memory aligment violation was fixed.

	* tcbdb.c (tcbdbputproc): a potential bug of memory aligment violation was fixed.

	* tcfdb.c (tcfdbputproc): a potential bug of memory aligment violation was fixed.

	- Release: 1.4.38

2009-10-27  Mikio Hirabayashi  <hirarin@gmail.com>

	* tctdb.c (tctdbcacheclear, tctdbcacheclearimpl): new functions.

	* tcadb.c (tcadbmisc): "getpart", "cacheclear", and \ 
"regex" functions were added.

	- Release: 1.4.37

2009-10-26  Mikio Hirabayashi  <hirarin@gmail.com>

	* tcutil.c (tcwwwformdecode2): a bug related to multiple cookie handling was fixed.

	* tcadb.c (tcadbmisc): the "error" functions were added.

	- Release: 1.4.36

2009-10-06  Mikio Hirabayashi  <hirarin@gmail.com>

	* tchdb.c (tchdbseekwrite): a bug related to emulation of the UBC was fixed.

	* tchdb.c (tchdbvanishimpl): potential memory leak was removed.

	* tcfdb.c (tcfdbvanishimpl): potential memory leak was removed.

	* tcadb.c (tcadbsetskelmulti, tcadbmulnew, tcadbmuldel): new functions.

	* tcadb.c (tcadbmisc): "range" sub function for B+ tree was added.

	* tcamgr.c (setskeltran): new function.

	* tcamttest.c: new file.

	- Release: 1.4.35

2009-09-11  Mikio Hirabayashi  <hirarin@gmail.com>

	* myconf.h: a macro for environment without "nanl" was added.

	* tctdbmetasearch (tctdbmetasearch): a bug related to the limit parameters was \ 
fixed.

	- Release: 1.4.34

2009-08-31  Mikio Hirabayashi  <hirarin@gmail.com>

	* tcutil.h, tchdb.h, tcbdb.h, tcfdb.h, tctdb.h, tcadb.h: including stdbool.h \ 
was wrapped.

	* tcutil.c (tccmpdecimal): accuracy was improved and now real number is supported.

	* tctdb.c (tctdbqrycondmatch): accuracy of decimal operators was improved.

	- Release: 1.4.33
   2009-12-19 13:56:45 by OBATA Akio | Files touched by this commit (10)
Log message:
Introduce PKG_OPTIONS for database/tokyocabinet to select compression support
(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-25 12:33:56 by OBATA Akio | Files touched by this commit (9)
Log message:
TokyoCabinet related HOMEPAGEs have been moved.
   2009-08-22 08:42:35 by OBATA Akio | Files touched by this commit (3)
Log message:
Update tokyocabinet to 1.4.32.

2009-08-14  Mikio Hirabayashi  <mikio@users.sourceforge.net>

        * tcutil.c (tctmpldumpeval): "INC", "PRT" operators \ 
and "SET" directive were added.

        * tcutil.c (tcwwwformdecode2): a bug of memory corruption was fixed.

        * tchdb.c (tchdbgetimpl): a bug related to caching large records was fixed.

        - Release: 1.4.32
   2009-08-12 15:50:02 by OBATA Akio | Files touched by this commit (3)
Log message:
Update tokyocabinet to 1.4.31.

2009-07-23  Mikio Hirabayashi  <mikio@users.sourceforge.net>

	* tcutil.c (tcmpoolpop, tcstatfile): new functions.

	* tcutil.c (tcwwwformdecode2, tcarccipher): new functions.

	* tcutil.c (tctmpldumpeval, tctmpldumpevalvar): type checking was improved.

	- Release: 1.4.31
   2009-07-21 13:35:47 by OBATA Akio | Files touched by this commit (3)
Log message:
Update tokyocabinet to 1.4.30.

Changes:
2009-07-13  Mikio Hirabayashi  <mikio@users.sourceforge.net>

	* tctdb.c (tctdbstrtometasearcytype): new function.

	* tcadb.c (tcadbmisc): "metasearch" command was added.

	- Release: 1.4.30

Next | Query returned 54 messages, browsing 11 to 20 | Previous