summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* Allow listening on multiply addresses.Vsevolod Stakhov2013-07-201-3/+1
* Forgotten in the previous commit.Vsevolod Stakhov2013-06-201-0/+2
* Add a hack to fix libcrypto dependency for Solaris.Vsevolod Stakhov2013-06-201-3/+3
* More fixes for Solaris.Vsevolod Stakhov2013-06-201-1/+1
* Fix portability on Solaris.Vsevolod Stakhov2013-06-201-2/+10
* The first step to 0.6.Vsevolod Stakhov2013-06-121-2/+2
* Detect exp2l as well. Update to 0.5.6.Vsevolod Stakhov2013-06-101-1/+2
* Test for expl function presence.Vsevolod Stakhov2013-06-091-0/+1
* Adopt to lua 5.2.Vsevolod Stakhov2013-06-081-9/+53
* Allow explicit turning off of options.Vsevolod Stakhov2013-06-071-67/+79
* Check for getaddrinfo presence on a build system.Vsevolod Stakhov2013-06-021-0/+5
* Remove useless file from installation.Vsevolod Stakhov2013-05-261-1/+1
* Mark as 0.5.5.Vsevolod Stakhov2013-05-231-1/+1
* Fix CentOS 5 build.Vsevolod Stakhov2013-03-271-1/+15
* Final update for 0.5.4.Vsevolod Stakhov2013-02-021-49/+11
* Add webui handler for rspamd (skeleton).Vsevolod Stakhov2013-01-051-1/+2
* Fix test build and shlibs depends.Vsevolod Stakhov2012-12-151-9/+1
* Update version to 0.5.3.0.5.3Vsevolod Stakhov2012-11-211-1/+1
* Update to 0.5.2.Vsevolod Stakhov2012-08-231-1/+1
* Check for gthread as well while checking for glib.Vsevolod Stakhov2012-08-071-2/+2
* More fixed for debian build.Vsevolod Stakhov2012-08-031-0/+2
* Set version to 0.5.1 due to massive lua changes.Vsevolod Stakhov2012-07-261-1/+1
* * Add lua worker type and lua worker bindings.Vsevolod Stakhov2012-07-261-1/+2
* Fix build on FreeBSD 9.1 and Current. Thanks to Anton Yuzjaninov for testing.Vsevolod Stakhov2012-07-261-0/+1
* Use gmime-2.6 if gmime-2.4 is not found.Vsevolod Stakhov2012-07-031-1/+4
* * Allow to use other composites inside a composite's expressionVsevolod Stakhov2012-06-141-8/+21
* Allow NO_SHARED build to use static archives for internal libraries.Vsevolod Stakhov2012-06-071-1/+15
* Avoid using global 'counters' hash, include it in struct rspamd_main.Vsevolod Stakhov2012-06-071-2/+4
* Strict prototypes.Vsevolod Stakhov2012-06-051-3/+7
* Fix static build.Vsevolod Stakhov2012-06-051-6/+34
* * Split rspamd build to several independent libraries to reduce overhead.Vsevolod Stakhov2012-06-051-19/+19
* Make 'simple' dkim canonization working.Vsevolod Stakhov2012-05-291-2/+3
* * Add signing and simple canonization support (not finished yet, work in prog...Vsevolod Stakhov2012-05-281-0/+10
* Check received for not more than 5 recipients.Vsevolod Stakhov2012-05-281-3/+1
* * Avoid DoS while sending a message with a lot of recipients in 'To' header.Vsevolod Stakhov2012-05-281-1/+1
* * Fix spf plugin that was broken in 0.4.7Vsevolod Stakhov2012-04-201-0/+1
* Detect amd64.Vsevolod Stakhov2012-03-271-0/+13
* Use 64 bit offset while compiled in 32 bit mode.Vsevolod Stakhov2012-03-271-1/+3
* * Add initial implementation of proxy objectVsevolod Stakhov2012-03-071-1/+2
* * Introduce new system of worker's and modules initialization:Vsevolod Stakhov2012-01-161-6/+56
* * Add AIO framework for linux io(3) interface.Vsevolod Stakhov2012-01-161-0/+6
* Restore std=c99 compiler flag.Vsevolod Stakhov2011-12-201-0/+4
* More cleanups and fixes for compiler warnings.0.4.6Vsevolod Stakhov2011-12-201-42/+34
* Due to major changes in events system increase version.Vsevolod Stakhov2011-12-141-1/+1
* Detect and use fallocate/posix_fallocate.Vsevolod Stakhov2011-12-141-0/+3
* Fix build with system-wide libhiredis.Vsevolod Stakhov2011-12-131-0/+3
* FIx built under RHEL and CentOS as they has too old sqlite.Vsevolod Stakhov2011-12-131-1/+1
* * Add lua bindings to hiredis libraryVsevolod Stakhov2011-12-121-5/+5
* Add detecting of libhiredis for communicating with kvstorage.Vsevolod Stakhov2011-12-091-0/+19
* Check for SIGUSR1 by libevent to avoid signals collisions.Vsevolod Stakhov2011-11-301-1/+0