log src/lib-dict/dict-db.c @ 9658:8ba4253adc9b HEAD tip

age author description
Mon, 25 Jan 2010 01:18:58 +0200 Timo Sirainen Updated copyright notices to include year 2010. HEAD
Sun, 06 Sep 2009 20:44:00 -0400 Timo Sirainen dict: Added support for async commits. Changed dict_atomic_inc() behavior. HEAD
Sat, 27 Jun 2009 22:08:33 -0400 Timo Sirainen dict proxy: Use base_dir as the default dict-server location. HEAD
Sun, 17 May 2009 20:34:35 -0400 Timo Sirainen Berkeley DB dict: Transactions should be aborted with abort(), not discard(). HEAD
Mon, 19 Jan 2009 16:03:25 -0500 Timo Sirainen Added dict_transaction_commit_async(). HEAD
Fri, 09 Jan 2009 13:14:04 -0500 Timo Sirainen Berkeley DB fixes and cleanups. Don't leak memory/bdb resources. HEAD
Tue, 06 Jan 2009 09:25:38 -0500 Timo Sirainen Updated copyright notices to include year 2009. HEAD
Thu, 24 Jul 2008 22:18:29 +0300 Timo Sirainen dict-db: Don't assume bdb returns aligned memory addresses. HEAD
Mon, 05 May 2008 00:46:51 +0300 Timo Sirainen Added ATTR_UNUSED to function parameters that won't be implemented for v1.1. HEAD
Tue, 01 Jan 2008 22:05:21 +0200 Timo Sirainen Updated copyright notices to include year 2008. HEAD
Sun, 16 Sep 2007 14:34:22 +0300 Timo Sirainen Replaced my Copyright notices. The year range always ends with 2007 now. HEAD
Sun, 16 Sep 2007 14:04:06 +0300 Timo Sirainen pool_unref() now takes ** pointer. HEAD
Sun, 16 Sep 2007 11:40:56 +0300 Timo Sirainen Renamed __attr_*__ to ATTR_*. Renamed __attrs_used__ to ATTRS_DEFINED. HEAD
Mon, 31 Jul 2006 02:04:18 +0300 Timo Sirainen Fixed dictionary iteration. HEAD
Sun, 30 Jul 2006 22:27:24 +0300 Timo Sirainen Berkeley DB dict support is now enabled only when using --with-db configure option. HEAD
Sun, 30 Jul 2006 21:49:38 +0300 Timo Sirainen Dictionary changes: Added support for defining value's type. Key is still always a string. Added support for sorting the iteration replies. Added dict_unset(). Added Berkeley DB support. Most of the code written by Tianyan Liu. HEAD