b63e20ea9bc84f1aa90a551f217d01385e070b73 |
|
13-Dec-2017 |
Timo Sirainen <timo.sirainen@dovecot.fi> |
lib-master: Add stats-client
Enable it if MASTER_SERVICE_FLAG_SEND_STATS is set |
149299c7d5136a8fb425ef3cf8953026a1358002 |
|
11-Oct-2017 |
Timo Sirainen <timo.sirainen@dovecot.fi> |
global: Use check-local in Makefile.am instead of overriding check directly
This helps with dependency problems, like running "make check" in
lib-storage without "make" first would try to compile the test programs
too early and fail. |
68eb16778de5e694e4700c3631fa7f1919f18c49 |
|
29-Apr-2016 |
Martti Rannanjärvi <martti.rannanjarvi@dovecot.fi> |
lib-master, doveadm: remove mountpoint-list.* and doveadm mount commands |
8761992b5aa05862e7ec3a460cdc17af41a4a0f5 |
|
18-Aug-2015 |
Timo Sirainen <tss@iki.fi> |
lib-master: Added support for HAProxy protocol.
Patch by Stephan Bosch - with some small changes. |
e479250007aaa49c9f38aa294f5cfb024cbcec73 |
|
10-Jan-2014 |
Timo Sirainen <tss@iki.fi> |
lib-master: Added unit test for master_service_settings_cache_read() |
3faa1040e5a3f9f35ffad29110216094ab2f5880 |
|
06-Nov-2012 |
Timo Sirainen <tss@iki.fi> |
lib-ssl-iostream now dynamically loads openssl library instead of linking to it.
This allowed removing the separate libdovecot-ssl library. In future if
GnuTLS/NSS support is added it would also allow switching between them
dynamically. |
cf3894a2a22dc76247275e7ad7a5417fa5f27a28 |
|
28-Jul-2012 |
Timo Sirainen <tss@iki.fi> |
Added libdovecot-ssl for creating SSL servers more easily using lib-ssl-iostream. |
f29756821a4c6b12b73e4a2a3e1c230117a43773 |
|
28-Jul-2012 |
Timo Sirainen <tss@iki.fi> |
Moved ssl_* settings from login-common to lib-master.
This allows creating other SSL servers more easily. |
96d19229e5f322411eb84446e5477d8170cfa5af |
|
06-Feb-2012 |
Timo Sirainen <tss@iki.fi> |
lib-master: Added -i parameter to read config by instance name rather than path. |
d47a87c927ca77e780480f4eaf575511698d42c8 |
|
06-Feb-2012 |
Timo Sirainen <tss@iki.fi> |
Keep track of what Dovecot instances have been executed and their instance_name.
doveadm instance command can be used to list/remove them. |
680e885bc8e13032e09d7fa0e12297a5e7cbf20c |
|
01-Feb-2012 |
Timo Sirainen <tss@iki.fi> |
Keep track of seen mountpoints and warn at startup if one is missing.
doveadm mount commands can be used to manipulate the list.
The list is kept in $rundir/mounts, but since it may be deleted after a
reboot a copy is kept also in $statedir/mounts. If it's not found from
$rundir at startup, it's copied there from $statedir. (The reason why
only $statedir isn't used is because it's often not world-readable.) |
83942ac160cdfb922c3a2f29ddfae2a13ebf8b5d |
|
20-May-2011 |
Timo Sirainen <tss@iki.fi> |
Added support for a simplified IPC infrastructure.
The idea is that you have one "ipc" proxy process, where all server
processes connect to. IPC clients can then connect to the proxy and ask it
to forward commands to either a specific server or all servers. The proxy
does this, and forwards back any replies from the server. |
53f37d41e1abb068131320f39f870fc92e81f560 |
|
08-Apr-2010 |
Timo Sirainen <tss@iki.fi> |
configure: Removed --enable-header-install. It's now always enabled.
There didn't seem to be much point in keeping it optional anymore. They're
now more useful than before because shared libraries are also installed.
--HG--
branch : HEAD |
2710604bdf77c8db98ef3837223edc81a24a52f0 |
|
20-Feb-2010 |
Timo Sirainen <tss@iki.fi> |
Makefile: Added missing master-service-settings.h
--HG--
branch : HEAD |
5d03d9f439e41c90215a3c938ffebe4c2a8ae257 |
|
20-Feb-2010 |
Timo Sirainen <tss@iki.fi> |
lib-master: Added support for caching config lookups.
Currently caching won't work if config has any remote {} blocks.
--HG--
branch : HEAD |
b8efab7ea8876c0a33a73ee0d08eddada31320f8 |
|
27-Jan-2010 |
Timo Sirainen <tss@iki.fi> |
lib-master: When executing standalone, try first to read config from global socket.
--HG--
branch : HEAD |
9874b30b34224c1372800be017f3bb636e7d7f7a |
|
02-Jan-2010 |
Timo Sirainen <tss@iki.fi> |
lib-master: Install headers.
--HG--
branch : HEAD |
83879fb63453dc3b96269d2217339e14dca753b4 |
|
06-Nov-2009 |
Timo Sirainen <tss@iki.fi> |
lib-master: Added anvil client code.
--HG--
branch : HEAD |
9f0f2de10e4ea0c99052bf4b2bef8179f2536228 |
|
24-Oct-2009 |
Timo Sirainen <tss@iki.fi> |
Moved default service settings from master.conf to source code.
--HG--
branch : HEAD |
cf0ad1a0bddb0787f3d7b408a96d721a8b2a98a3 |
|
20-Oct-2009 |
Timo Sirainen <tss@iki.fi> |
Redesigned how login process passes connections to mail processes and changed related APIs.
Master process is no longer in the middle.
--HG--
branch : HEAD |
863f2bc9983c33221f5936421fc9c06caf21639a |
|
31-Aug-2009 |
Timo Sirainen <tss@iki.fi> |
Split dovecot-example.conf to multiple files. Also it's now installed under docdir.
--HG--
branch : HEAD |
7ab70e15c63c172c1715a40c8ffcff0285b6f05e |
|
22-Jun-2009 |
Timo Sirainen <tss@iki.fi> |
Removed unnecessary macro definitions from Makefiles.
--HG--
branch : HEAD |
d176f84ce5ca2073f4dfbafb457b9c74f6bf0d76 |
|
24-Apr-2009 |
Timo Sirainen <tss@iki.fi> |
Initial commit for v2.0 master rewrite. Several features are still missing.
--HG--
branch : HEAD |
8d3278a82b964217d95c340ec6f82037cdc59d19 |
|
10-Apr-2009 |
Timo Sirainen <tss@iki.fi> |
Added lib-master and mail-storage-service code that makes it easier to build new Dovecot binaries.
Currently only the standalone applications (e.g. deliver) uses this.
--HG--
branch : HEAD |