Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update to 0.5.2. | Vsevolod Stakhov | 2012-08-23 | 1 | -1/+1 |
| | |||||
* | Check for gthread as well while checking for glib. | Vsevolod Stakhov | 2012-08-07 | 1 | -2/+2 |
| | |||||
* | More fixed for debian build. | Vsevolod Stakhov | 2012-08-03 | 1 | -0/+2 |
| | |||||
* | Set version to 0.5.1 due to massive lua changes. | Vsevolod Stakhov | 2012-07-26 | 1 | -1/+1 |
| | |||||
* | * Add lua worker type and lua worker bindings. | Vsevolod Stakhov | 2012-07-26 | 1 | -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 Stakhov | 2012-07-26 | 1 | -0/+1 |
| | |||||
* | Use gmime-2.6 if gmime-2.4 is not found. | Vsevolod Stakhov | 2012-07-03 | 1 | -1/+4 |
| | |||||
* | * Allow to use other composites inside a composite's expression | Vsevolod Stakhov | 2012-06-14 | 1 | -8/+21 |
| | | | | Fix for cmake 2.6. | ||||
* | Allow NO_SHARED build to use static archives for internal libraries. | Vsevolod Stakhov | 2012-06-07 | 1 | -1/+15 |
| | | | | Check for -fPIC/-fpic support. | ||||
* | Avoid using global 'counters' hash, include it in struct rspamd_main. | Vsevolod Stakhov | 2012-06-07 | 1 | -2/+4 |
| | | | | | Move worker related utils to separate file and include it in rspamd-mime library. Add some cross-dependencies. | ||||
* | Strict prototypes. | Vsevolod Stakhov | 2012-06-05 | 1 | -3/+7 |
| | |||||
* | Fix static build. | Vsevolod Stakhov | 2012-06-05 | 1 | -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 Stakhov | 2012-06-05 | 1 | -19/+19 |
| | |||||
* | Make 'simple' dkim canonization working. | Vsevolod Stakhov | 2012-05-29 | 1 | -2/+3 |
| | |||||
* | * Add signing and simple canonization support (not finished yet, work in ↵ | Vsevolod Stakhov | 2012-05-28 | 1 | -0/+10 |
| | | | | progress). | ||||
* | Check received for not more than 5 recipients. | Vsevolod Stakhov | 2012-05-28 | 1 | -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 Stakhov | 2012-05-28 | 1 | -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.7 | Vsevolod Stakhov | 2012-04-20 | 1 | -0/+1 |
| | | | | * Add partial ipv6 support for some rspamd modules. | ||||
* | Detect amd64. | Vsevolod Stakhov | 2012-03-27 | 1 | -0/+13 |
| | |||||
* | Use 64 bit offset while compiled in 32 bit mode. | Vsevolod Stakhov | 2012-03-27 | 1 | -1/+3 |
| | |||||
* | * Add initial implementation of proxy object | Vsevolod Stakhov | 2012-03-07 | 1 | -1/+2 |
| | | | | * Add simple smtp proxy worker | ||||
* | * Introduce new system of worker's and modules initialization: | Vsevolod Stakhov | 2012-01-16 | 1 | -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 Stakhov | 2012-01-16 | 1 | -0/+6 |
| | |||||
* | Restore std=c99 compiler flag. | Vsevolod Stakhov | 2011-12-20 | 1 | -0/+4 |
| | |||||
* | More cleanups and fixes for compiler warnings.0.4.6 | Vsevolod Stakhov | 2011-12-20 | 1 | -42/+34 |
| | |||||
* | Due to major changes in events system increase version. | Vsevolod Stakhov | 2011-12-14 | 1 | -1/+1 |
| | |||||
* | Detect and use fallocate/posix_fallocate. | Vsevolod Stakhov | 2011-12-14 | 1 | -0/+3 |
| | |||||
* | Fix build with system-wide libhiredis. | Vsevolod Stakhov | 2011-12-13 | 1 | -0/+3 |
| | |||||
* | FIx built under RHEL and CentOS as they has too old sqlite. | Vsevolod Stakhov | 2011-12-13 | 1 | -1/+1 |
| | |||||
* | * Add lua bindings to hiredis library | Vsevolod Stakhov | 2011-12-12 | 1 | -5/+5 |
| | | | | Polish some comments. | ||||
* | Add detecting of libhiredis for communicating with kvstorage. | Vsevolod Stakhov | 2011-12-09 | 1 | -0/+19 |
| | | | | Add internal hiredis if it is not found in system. | ||||
* | Check for SIGUSR1 by libevent to avoid signals collisions. | Vsevolod Stakhov | 2011-11-30 | 1 | -1/+0 |
| | | | | Remove greylist_storage as it was never used and is actually replaced with basic kvstorage. | ||||
* | Fix git id detection. | Vsevolod Stakhov | 2011-11-25 | 1 | -2/+2 |
| | |||||
* | Fix build id detecting. | Vsevolod Stakhov | 2011-11-25 | 1 | -3/+21 |
| | |||||
* | * Implement file backend. | Vsevolod Stakhov | 2011-11-17 | 1 | -0/+3 |
| | |||||
* | Fix static build. | Vsevolod Stakhov | 2011-11-11 | 1 | -1/+0 |
| | |||||
* | Fix static build. | Vsevolod Stakhov | 2011-11-02 | 1 | -8/+9 |
| | |||||
* | * Implement sqlite3 backend for kvstorage. | Vsevolod Stakhov | 2011-11-02 | 1 | -1/+16 |
| | |||||
* | * Add initial support of bdb backend | Vsevolod Stakhov | 2011-11-01 | 1 | -2/+2 |
| | |||||
* | * Fix threading in kvstorage. | Vsevolod Stakhov | 2011-10-31 | 1 | -0/+10 |
| | | | | Rspamd now can detect and work with libevent-2. | ||||
* | * Initial implementation of threaded kvstorage worker. | Vsevolod Stakhov | 2011-10-27 | 1 | -0/+1 |
| | |||||
* | Fix siginfo detection code. | Vsevolod Stakhov | 2011-10-24 | 1 | -1/+6 |
| | |||||
* | Fix deinstall/install targets for building of FreeBSD port. | Vsevolod Stakhov | 2011-10-17 | 1 | -6/+6 |
| | |||||
* | Fix build under Solaris10. Reported in ↵ | Vsevolod Stakhov | 2011-10-17 | 1 | -59/+98 |
| | | | | https://bitbucket.org/vstakhov/rspamd/issue/21/rspamd-solaris10-x86-openindiana | ||||
* | * Initial implementation of key-value storage | Vsevolod Stakhov | 2011-10-11 | 1 | -17/+68 |
| | | | | | Detect and link against bdb Change version to 0.4.5 | ||||
* | Version 0.4.4. | Vsevolod Stakhov | 2011-09-29 | 1 | -1/+1 |
| | |||||
* | Fix critical bug with lua stack cleaning that caused heavy memory leaks.0.4.3 | Vsevolod Stakhov | 2011-08-12 | 1 | -1/+1 |
| | | | | Update to 0.4.3. | ||||
* | Add LOCALSTATES_PREFIX variable for setting where should be runtime files ↵ | Vsevolod Stakhov | 2011-08-08 | 1 | -11/+72 |
| | | | | | | for rspamd. Suggested by: Vasiliy G. Tolstov | ||||
* | Make hash traversing more safe by using reference count. | Vsevolod Stakhov | 2011-08-05 | 1 | -1/+1 |
| | | | | Update to 0.4.2 | ||||
* | Fix signness in arithmetic operations. | Vsevolod Stakhov | 2011-08-04 | 1 | -8/+0 |
| |