log src/lib-dict/dict-client.c @ 9174:eed86bcc33aa 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
Sun, 25 Jan 2009 19:39:41 -0500 Timo Sirainen dict proxy client: Don't hang when doing an async commit. HEAD
Tue, 20 Jan 2009 11:28:48 -0500 Timo Sirainen dict proxy: Handle async commits better. HEAD
Mon, 19 Jan 2009 16:03:25 -0500 Timo Sirainen Added dict_transaction_commit_async(). HEAD
Tue, 06 Jan 2009 09:25:38 -0500 Timo Sirainen Updated copyright notices to include year 2009. HEAD
Mon, 25 Aug 2008 16:47:22 +0300 Timo Sirainen Calling dict_iterate_init() multiple times for a dict assert-crashed. HEAD
Wed, 09 Jul 2008 20:13:05 +0530 Timo Sirainen dict-proxy: Fix error message if remote disconnects. HEAD
Tue, 08 Jul 2008 14:52:19 +0530 Timo Sirainen Set dict proxy istream nonblocking so EINTR (^C) won't crash. HEAD
Sat, 15 Mar 2008 05:17:21 +0200 Timo Sirainen Reverted last error handling change, it can't happen after all. HEAD
Sat, 15 Mar 2008 05:13:08 +0200 Timo Sirainen Error handling fix HEAD
Mon, 11 Feb 2008 20:17:00 +0200 Timo Sirainen Renamed T_FRAME_BEGIN/END to T_BEGIN/END. Removed T_FRAME() macro and HEAD
Tue, 01 Jan 2008 22:05:21 +0200 Timo Sirainen Updated copyright notices to include year 2008. HEAD
Fri, 21 Dec 2007 17:57:04 +0200 Timo Sirainen Don't try to reconnect more often than once/sec. HEAD
Fri, 21 Dec 2007 17:55:47 +0200 Timo Sirainen Delay connecting to dict proxy until it's needed. Fixed also reconnecting. HEAD
Wed, 05 Dec 2007 17:47:44 +0200 Timo Sirainen Replaced t_push/t_pop calls with T_FRAME*() macros. HEAD
Mon, 01 Oct 2007 18:14:41 +0300 Timo Sirainen Error handling fix 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
Thu, 02 Aug 2007 18:27:46 +0300 Timo Sirainen Renamed i_stream_create_file() to i_stream_create_fd(). HEAD
Thu, 02 Aug 2007 18:23:22 +0300 Timo Sirainen Split o_stream_create_file() to _create_fd() and _create_fd_file(). HEAD
Tue, 24 Jul 2007 06:59:56 +0300 Timo Sirainen Removed memory pool parameter from iostreams. Default pool was almost always HEAD
Mon, 31 Jul 2006 02:03:58 +0300 Timo Sirainen dict proxy: Dictionary iteration was broken. 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
Sun, 30 Jul 2006 21:13:03 +0300 Timo Sirainen Delay sending the transaction begin command to server until the first HEAD
Fri, 16 Jun 2006 14:42:59 +0300 Timo Sirainen Fixes HEAD
Fri, 16 Jun 2006 12:52:25 +0300 Timo Sirainen Fixes to dict proxy HEAD
Fri, 16 Jun 2006 12:51:58 +0300 Timo Sirainen t_pop() calls were missing from some error handling paths HEAD
Sun, 26 Feb 2006 12:04:59 +0200 Timo Sirainen Added i_stream_destroy() and o_stream_destroy() and used them instead of HEAD
Tue, 07 Feb 2006 10:01:15 +0200 Timo Sirainen LF wasn't sent at the end of all commands. 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
Fri, 13 Jan 2006 14:45:08 +0200 Timo Sirainen Small (compiling) fixes HEAD
Wed, 11 Jan 2006 23:48:14 +0200 Timo Sirainen Fixes to dict proxy. HEAD
Sat, 31 Dec 2005 01:08:07 +0200 Timo Sirainen Forgot to add HEAD