log src/lib-dict/dict.h @ 9287:d7251058200c HEAD

age author description
Sat, 27 Jun 2009 22:08:33 -0400 Timo Sirainen dict proxy: Use base_dir as the default dict-server location. HEAD
Mon, 19 Jan 2009 16:03:25 -0500 Timo Sirainen Added dict_transaction_commit_async(). HEAD
Sun, 19 Oct 2008 02:07:34 +0300 Timo Sirainen Added a simple flat file dict backend. HEAD
Wed, 27 Aug 2008 08:07:51 +0300 Timo Sirainen dict API: deinit functions now take pointer-to-pointer parameter which gets NULLed. HEAD
Sun, 16 Sep 2007 11:31:27 +0300 Timo Sirainen Changed .h ifdef/defines to use <NAME>_H format. 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
Tue, 31 Jan 2006 08:05:21 +0200 Timo Sirainen Dictionary takes now a username parameter, which is used for private HEAD
Sat, 14 Jan 2006 20:47:20 +0200 Timo Sirainen deinit, unref, destroy, close, free, etc. functions now take a pointer to HEAD
Fri, 13 Jan 2006 22:25:57 +0200 Timo Sirainen Added "bool" type and changed all ints that were used as booleans to bool. HEAD
Sat, 31 Dec 2005 00:09:03 +0200 Timo Sirainen Added dictinary lookup server and a "proxy" dict implementation to talk to HEAD
Wed, 14 Dec 2005 23:34:28 +0200 Timo Sirainen API changes HEAD
Sat, 10 Dec 2005 20:58:59 +0200 Timo Sirainen Added dictionary API and implementation for SQL. It's meant for looking and HEAD