1c522e0fcb11bf142abfeaf155dd4985a0e7c859 |
|
16-Sep-2012 |
Timo Sirainen <tss@iki.fi> |
Makefile: Fixed building fts-squat |
41e6163a8c2b0550b2a45b8e8fb3ec86d1b3489f |
|
16-Sep-2012 |
Timo Sirainen <tss@iki.fi> |
Makefile: Fixed test program dependencies
Explicit dependencies on .o or .lo files didn't seem to work properly and
with high enough make -j value the build failed. Depending on the entire
library guarantees that all the individual .o files have been built. |
b71ec9499d47c92e5fd08683106c01e9face17eb |
|
04-Mar-2012 |
Timo Sirainen <tss@iki.fi> |
Makefile: Link with SSL_LIBS whenever linking libssl_iostream.la |
a966016e605eea27e02d73ff1412632cd684d770 |
|
30-Apr-2011 |
Timo Sirainen <tss@iki.fi> |
Use -Wl,--as-needed -Wl,--no-undefined GNU ld flags for non-plugins. |
4f8b89b40da847baa15786b63433db5bda2291be |
|
18-Feb-2010 |
Timo Sirainen <tss@iki.fi> |
Added dovecot.m4 file that external plugins can use.
Based on patch by Dennis Schridde.
--HG--
branch : HEAD |
bf204ec2de3747c2ee8023a968bb89dc2c613e4e |
|
15-Dec-2009 |
Timo Sirainen <tss@iki.fi> |
OSX: Don't try add plugin dependencies. It just breaks plugin loading.
--HG--
branch : HEAD |
ca44a6ba994aaa3231a20ef6e046dfd97a8dcd2d |
|
18-Oct-2009 |
Timo Sirainen <tss@iki.fi> |
Makefiles: Separated LIBDOVECOT and LIBDOVECOT_DEPS.
--HG--
branch : HEAD |
23fdad6c7e2581921f511e24cd9371c9eaebcef9 |
|
09-Oct-2009 |
Timo Sirainen <tss@iki.fi> |
plugins: Added dependencies.
The dependencies can only be checked if the dlopen() can successfully open
the module, so use (apparently) non-portable ltlibrary linking to force the
libraries we depend on to load with us.
--HG--
branch : HEAD |
8dec8eab222cb7a0b4ef5e066cb1d7dac8a526d1 |
|
14-Apr-2009 |
Timo Sirainen <tss@iki.fi> |
Added configure --without-shared-libs to link built binaries against static libraries.
The libraries are still built and installed, so this is mainly useful for
making life easier for developers.
--HG--
branch : HEAD |
a22c03355b9c4c8e1655250e216a4ce66d49de7c |
|
07-Apr-2009 |
Timo Sirainen <tss@iki.fi> |
Get rid of imap/, pop3/, lda/ and sql/ module subdirs. It's all in lib/dovecot/ now.
--HG--
branch : HEAD |
12eca0be161f694a4c83fbeb839ed26aa08e78dd |
|
07-Apr-2009 |
Timo Sirainen <tss@iki.fi> |
Removed LIBICONV from unnecessary places.
--HG--
branch : HEAD |
d3b29d4b61f1549244a7509b798be6f806cf7d4e |
|
04-Apr-2009 |
Timo Sirainen <tss@iki.fi> |
Build libdovecot.so and libdovecot-storage.so.
Based on patch by Stephan Bosch.
--HG--
branch : HEAD |
88604ff42d91266ac8cae7837057127db57e229b |
|
01-Nov-2008 |
Timo Sirainen <tss@iki.fi> |
$STORAGE_LIBS now contains all the libraries that libstorage needs.
There's no point in listing the same required libraries everywhere.
--HG--
branch : HEAD |
c2ee17c9c263efdc9c0a339c4836c3d43f5cd3d9 |
|
28-Oct-2008 |
Sascha Wilde <wilde@intevation.de> |
shared namespaces: new %%h variable, expanding to the traget users home.
--HG--
branch : HEAD |
045c4c65d4940d5e1bd19681df4932ec990cbca2 |
|
21-Jul-2008 |
Timo Sirainen <tss@iki.fi> |
Symlink FTS plugins to pop3 directory too.
--HG--
branch : HEAD |
1c93b5986ac03e0b3cd69647332b412ecef4d6a9 |
|
13-Jun-2008 |
Timo Sirainen <tss@iki.fi> |
Previous changes broke plugin symlink creation in make install.
--HG--
branch : HEAD |
2bfd6c88ee0472467168a9f0ce16ff417ef8edd6 |
|
12-Jun-2008 |
Timo Sirainen <tss@iki.fi> |
If we need -lcrypto for randomness, put it to $LIBS instead of $RAND_LIBS
since it needs to be linked to all binaries anyway.
--HG--
branch : HEAD |
24abf21d02b4fe2bf539102fa50e4a6261242222 |
|
11-Jun-2008 |
Timo Sirainen <tss@iki.fi> |
Use dynamic module suffix provided by libtool rather than hardcoded ".so".
--HG--
branch : HEAD |
9bb36acb0e215fda23052ab4e4acf7078bd574a7 |
|
02-Jan-2008 |
Timo Sirainen <tss@iki.fi> |
Changed library linking order.
--HG--
branch : HEAD |
8e371a3ce32bd64288786855b8ce0cb63f19f7d1 |
|
29-Mar-2007 |
Timo Sirainen <tss@iki.fi> |
Better type safety to module_contexts arrays. Already fixed some bugs.
--HG--
branch : HEAD |
188563797d5c3f027c73dca66423349386a4999b |
|
22-Feb-2007 |
Timo Sirainen <tss@iki.fi> |
Added missing .h file
--HG--
branch : HEAD |
9d1526ac8bcec9aff3c3a32f092ee2f3da2760b7 |
|
16-Dec-2006 |
Timo Sirainen <tss@iki.fi> |
Changed the plugin filename numbering (ie. the ordering in which the plugins
are loaded). This doesn't change anything for current plugins, but future
plugins will need this change so they can get themselves loaded between
specific plugins.
--HG--
branch : HEAD |
74ab5ea66c0c4b388f1c774ae6a47ab94f1b4f18 |
|
01-Dec-2006 |
Timo Sirainen <tss@iki.fi> |
Added "squat" full text search indexer backend. Its name and basic ideas
originate to Cyrus's squat index, but Dovecot's implementation is completely
different and it supports incremental updates.
Still a bit broken and lacks locking, but I wanted to get this into CVS now.
--HG--
branch : HEAD |