log src/dict/dict-server.c @ 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
Sun, 25 Jan 2009 18:23:52 -0500 Timo Sirainen dict: Set listener socket non-blocking so it doesn't hang on accept() when Dovecot is shutting down. HEAD
Tue, 20 Jan 2009 11:28:48 -0500 Timo Sirainen dict proxy: Handle async commits better. HEAD
Wed, 07 Jan 2009 13:34:25 -0500 Timo Sirainen Increase listen queues to handle high loads better. HEAD
Tue, 06 Jan 2009 09:25:38 -0500 Timo Sirainen Updated copyright notices to include year 2009. HEAD
Sun, 05 Oct 2008 14:03:35 +0300 Timo Sirainen dict: Previous changes caused it to fail with "Socket already exists". HEAD
Sat, 27 Sep 2008 12:20:26 +0300 Timo Sirainen Added net_listen_unix_unlink_stale() and use it where needed to avoid code duplication. HEAD
Wed, 27 Aug 2008 08:27:35 +0300 Timo Sirainen dict: Support large iterations by sending data in output stream flush callback. 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
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
Wed, 05 Dec 2007 17:47:44 +0200 Timo Sirainen Replaced t_push/t_pop calls with T_FRAME*() macros. HEAD
Wed, 28 Nov 2007 09:16:17 +0200 Timo Sirainen Make sure all client connections are freed when exiting. HEAD
Sat, 22 Sep 2007 19:40:43 +0300 Timo Sirainen Use dicts directly instead of caching them. Caching doesn't help much here. HEAD
Sat, 22 Sep 2007 18:33:02 +0300 Timo Sirainen Don't cache dict to different users. 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 13:38:34 +0300 Timo Sirainen Renamed strarray_length/remote() to str_array_length/remove() 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
Sun, 18 Mar 2007 04:00:59 +0200 Timo Sirainen net_listen_unix() API changed a bit. -1 is now returned for errors that can HEAD
Fri, 15 Dec 2006 20:38:08 +0200 Timo Sirainen Replaced void *context from a lot of callbacks with the actual context HEAD
Sun, 10 Sep 2006 15:48:12 +0300 Timo Sirainen Replaced ARRAY_CREATE() macro with [ipt]_array_init() macros. The macro HEAD
Sun, 10 Sep 2006 15:32:58 +0300 Timo Sirainen Removed type parameter from ARRAY_CREATE since it's not needed anymore. HEAD
Mon, 31 Jul 2006 02:03:58 +0300 Timo Sirainen dict proxy: Dictionary iteration was broken. 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
Wed, 28 Jun 2006 16:10:25 +0300 Timo Sirainen Array API redesigned to work using unions. It now provides type safety HEAD
Sat, 17 Jun 2006 15:24:59 +0300 Timo Sirainen Instead of passing URIs directly to dictionary server, it now accepts only HEAD
Fri, 16 Jun 2006 12:54:35 +0300 Timo Sirainen Minor error message update 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, 31 Jan 2006 08:05:21 +0200 Timo Sirainen Dictionary takes now a username parameter, which is used for private HEAD
Sun, 29 Jan 2006 14:14:40 +0200 Timo Sirainen Call io_remove() before closing the fd. It's required by kqueue. 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 14:45:08 +0200 Timo Sirainen Small (compiling) fixes HEAD
Thu, 12 Jan 2006 01:47:02 +0200 Timo Sirainen Start dict server automatically when a client tries to connect to it. HEAD
Wed, 11 Jan 2006 23:48:14 +0200 Timo Sirainen Fixes to dict proxy. HEAD
Sat, 31 Dec 2005 00:19:55 +0200 Timo Sirainen unlink stale socket HEAD
Sat, 31 Dec 2005 00:18:44 +0200 Timo Sirainen Small fixes HEAD
Sat, 31 Dec 2005 00:17:38 +0200 Timo Sirainen Cleanup HEAD
Sat, 31 Dec 2005 00:09:03 +0200 Timo Sirainen Added dictinary lookup server and a "proxy" dict implementation to talk to HEAD