summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | * Add lua utility library for basic utils. * Fixes lua_buffer code. Fix lua loading error. Added some other lua utility functions.
* 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
| | | | Fix for cmake 2.6.
* Allow NO_SHARED build to use static archives for internal libraries.Vsevolod Stakhov2012-06-071-1/+15
| | | | Check for -fPIC/-fpic support.
* Avoid using global 'counters' hash, include it in struct rspamd_main.Vsevolod Stakhov2012-06-071-2/+4
| | | | | Move worker related utils to separate file and include it in rspamd-mime library. Add some cross-dependencies.
* Strict prototypes.Vsevolod Stakhov2012-06-051-3/+7
|
* Fix static build.Vsevolod Stakhov2012-06-051-6/+34
| | | | As there are too many changes from 0.4.7 mark this version as 0.5.0.
* * 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 ↵Vsevolod Stakhov2012-05-281-0/+10
| | | | progress).
* Check received for not more than 5 recipients.Vsevolod Stakhov2012-05-281-3/+1
| | | | Install lua configuration by default (as user's one should be in rspamd.local.lua).
* * Avoid DoS while sending a message with a lot of recipients in 'To' header.Vsevolod Stakhov2012-05-281-1/+1
| | | | | Fix possible deadlock in lua_redis. Version is now 0.4.8 as there are enough changes.
* * Fix spf plugin that was broken in 0.4.7Vsevolod Stakhov2012-04-201-0/+1
| | | | * Add partial ipv6 support for some rspamd modules.
* 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
| | | | * Add simple smtp proxy worker
* * Introduce new system of worker's and modules initialization:Vsevolod Stakhov2012-01-161-6/+56
| | | | | | | | - Removed legacy limitation of worker's types; - Using GQuarks to identify workers and modules; - Remove modules.sh script; - Add a common system of workers and modules; - Write management and configuration for new architecture.
* * 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
| | | | Polish some comments.
* Add detecting of libhiredis for communicating with kvstorage.Vsevolod Stakhov2011-12-091-0/+19
| | | | Add internal hiredis if it is not found in system.
* Check for SIGUSR1 by libevent to avoid signals collisions.Vsevolod Stakhov2011-11-301-1/+0
| | | | Remove greylist_storage as it was never used and is actually replaced with basic kvstorage.
* Fix git id detection.Vsevolod Stakhov2011-11-251-2/+2
|
* Fix build id detecting.Vsevolod Stakhov2011-11-251-3/+21
|
* * Implement file backend.Vsevolod Stakhov2011-11-171-0/+3
|
* Fix static build.Vsevolod Stakhov2011-11-111-1/+0
|
* Fix static build.Vsevolod Stakhov2011-11-021-8/+9
|
* * Implement sqlite3 backend for kvstorage.Vsevolod Stakhov2011-11-021-1/+16
|
* * Add initial support of bdb backendVsevolod Stakhov2011-11-011-2/+2
|
* * Fix threading in kvstorage.Vsevolod Stakhov2011-10-311-0/+10
| | | | Rspamd now can detect and work with libevent-2.
* * Initial implementation of threaded kvstorage worker.Vsevolod Stakhov2011-10-271-0/+1
|
* Fix siginfo detection code.Vsevolod Stakhov2011-10-241-1/+6
|
* Fix deinstall/install targets for building of FreeBSD port.Vsevolod Stakhov2011-10-171-6/+6
|
* Fix build under Solaris10. Reported in ↵Vsevolod Stakhov2011-10-171-59/+98
| | | | https://bitbucket.org/vstakhov/rspamd/issue/21/rspamd-solaris10-x86-openindiana
* * Initial implementation of key-value storageVsevolod Stakhov2011-10-111-17/+68
| | | | | Detect and link against bdb Change version to 0.4.5
* Version 0.4.4.Vsevolod Stakhov2011-09-291-1/+1
|
* Fix critical bug with lua stack cleaning that caused heavy memory leaks.0.4.3Vsevolod Stakhov2011-08-121-1/+1
| | | | Update to 0.4.3.
* Add LOCALSTATES_PREFIX variable for setting where should be runtime files ↵Vsevolod Stakhov2011-08-081-11/+72
| | | | | | for rspamd. Suggested by: Vasiliy G. Tolstov
* Make hash traversing more safe by using reference count.Vsevolod Stakhov2011-08-051-1/+1
| | | | Update to 0.4.2
* Fix signness in arithmetic operations.Vsevolod Stakhov2011-08-041-8/+0
|