log src/dict/dict-settings.c @ 22656:1789bf2a1e01

age author description
Wed, 11 Jan 2017 02:51:13 +0100 Stephan Bosch Updated copyright notices to include the year 2017.
Wed, 25 May 2016 20:00:01 +0300 Timo Sirainen dict: Show command statistics in process title.
Wed, 13 Jan 2016 12:24:03 +0200 Timo Sirainen global: freshen copyright
Wed, 02 Sep 2015 17:51:23 +0300 Timo Sirainen dict: Added dict-async service.
Mon, 05 Jan 2015 22:20:10 +0200 Phil Carmody global: freshen copyright
Thu, 28 Aug 2014 22:06:29 +0900 Timo Sirainen dict: Renamed struct dict_settings to dict_server_settings.
Tue, 27 May 2014 21:17:34 +0300 Phil Carmody treewide - mass cleanup of 0 used to end a settings list
Tue, 04 Feb 2014 16:23:22 -0500 Timo Sirainen Updated copyright notices to include year 2014.
Sat, 02 Feb 2013 17:02:55 +0200 Timo Sirainen Oops :) Update copyrights to 2013 without breaking all .c files.
Sat, 02 Feb 2013 17:01:07 +0200 Timo Sirainen Updated copyright notices to include year 2013.
Sun, 12 Feb 2012 18:55:28 +0200 Timo Sirainen Updated copyright notices to include year 2012.
Fri, 04 Mar 2011 20:54:29 +0200 Timo Sirainen Updated copyright notices to include year 2011.
Tue, 16 Nov 2010 19:58:03 +0000 Timo Sirainen Services' default vsz_limit wasn't actually using default_vsz_limit but rather 4 GB.
Fri, 25 Jun 2010 14:03:20 +0100 Timo Sirainen Added support for per-service idle kill timeout. HEAD
Fri, 16 Apr 2010 16:13:36 +0300 Timo Sirainen dict: Changed default client_limit to 1. HEAD
Sat, 13 Feb 2010 08:08:57 +0200 Timo Sirainen Added default_internal_user and default_login_user settings, which services use as default users. HEAD
Mon, 25 Jan 2010 01:19:08 +0200 Timo Sirainen Updated copyright notices to include year 2010. HEAD
Fri, 04 Dec 2009 13:52:35 -0600 Timo Sirainen Removed MEMBER() macro. Require C99 style struct initializer. HEAD
Fri, 23 Oct 2009 21:47:30 -0400 Timo Sirainen Moved default service settings from master.conf to source code. HEAD
Fri, 23 Oct 2009 20:10:17 -0400 Timo Sirainen Changed all settings related structs to const and changed APIs to make it work. HEAD
Tue, 20 Oct 2009 17:36:06 -0400 Timo Sirainen struct setting_parser_info now specifies the module name. HEAD
Tue, 20 Oct 2009 17:15:01 -0400 Timo Sirainen Reordered struct setting_parser_info fields to make using them easier. HEAD
Sat, 27 Jun 2009 22:08:48 -0400 Timo Sirainen dict proxy: Use base_dir as the default dict-server location. HEAD
Fri, 29 May 2009 12:33:58 -0400 Timo Sirainen dict server works again. HEAD
Mon, 04 May 2009 18:10:03 -0400 Timo Sirainen settings_parser_check() return value was checked wrong. HEAD
Mon, 20 Apr 2009 19:33:41 -0400 Timo Sirainen Moved most of the dict settings handling to dict binary. HEAD