Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * 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 |
| | |||||
* | Some improvement in building for unknown systems. | Vsevolod Stakhov | 2011-08-03 | 1 | -0/+11 |
| | |||||
* | Another installation paths fix. | Vsevolod Stakhov | 2011-07-30 | 1 | -14/+18 |
| | |||||
* | Install files and directories respecting DESTDIR environment variable. | Vsevolod Stakhov | 2011-07-30 | 1 | -24/+14 |
| | | | | Install sample config fgom binary dir. | ||||
* | Another fix for out-source build. | Vsevolod Stakhov | 2011-07-30 | 1 | -1/+1 |
| | | | | Unbreak FreeBSD build. | ||||
* | Remove legacy rpm spec. | Vsevolod Stakhov | 2011-07-29 | 1 | -52/+0 |
| | |||||
* | * Fix build under CentOS 5 with old glib 2.12 | Vsevolod Stakhov | 2011-07-29 | 1 | -13/+44 |
| | | | | | * Fix build of rspamd with CMAKE_BINARY_DIR differs from CMAKE_SOURCE_DIR Rework include style. | ||||
* | Update a sample config file.0.4.1 | Vsevolod Stakhov | 2011-07-26 | 1 | -1/+1 |
| | | | | Set version to 0.4.1. | ||||
* | Add workaround for clang under linux. | Vsevolod Stakhov | 2011-07-21 | 1 | -2/+7 |
| | | | | Fix problems found by static analyzing. | ||||
* | * Add start script for red hat compatible systems | Vsevolod Stakhov | 2011-07-20 | 1 | -1/+6 |
| | | | | | | | Add descriptions for some rspamd API functions (no functional changes). --HG-- rename : linux/rspamd => linux/rspamd_debian.in | ||||
* | Begin to write normal and updated default configuration. | Vsevolod Stakhov | 2011-07-15 | 1 | -1/+1 |
| | | | | | --HG-- rename : rspamd.xml.sample => conf/rspamd-basic.xml.in | ||||
* | * Welcome 0.4.0 | Vsevolod Stakhov | 2011-06-24 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | Uncompatible changes: - Statistics is uncompatible in utf8 mode Major changes: - Improved utf8 mode - Convert all characters to lowercase in statistics - Skip URL's in statistics - Improve speed of bayes classifier by using integer arithmetics - Fixed statfiles synchronization that was broken for a long time - Synchronization is now configurable Minor changes: - Bugfixes - Removed some of legacy code - Types polishing | ||||
* | * Add lua interface for parsing xmlrpc replies | Vsevolod Stakhov | 2011-06-08 | 1 | -1/+1 |
| | |||||
* | Misprint. | Vsevolod Stakhov | 2011-06-03 | 1 | -2/+2 |
| | |||||
* | Parse urls with '_' sign in domain name0.3.13 | Vsevolod Stakhov | 2011-06-03 | 1 | -6/+7 |
| | |||||
* | Add this shit again. | Vsevolod Stakhov | 2011-05-11 | 1 | -0/+4 |
| | |||||
* | Forgot to save. | Vsevolod Stakhov | 2011-05-11 | 1 | -4/+0 |
| | |||||
* | Fix dependencies in cmake. | Vsevolod Stakhov | 2011-05-11 | 1 | -4/+5 |
| | |||||
* | * Rework build process: | Vsevolod Stakhov | 2011-05-10 | 1 | -46/+17 |
| | | | | | | | | | | - add librspamdserver - link this library to all daemons and utils of rspamd - use subdirectories more often * Rework global variables logic - move them to the main process * Fix logging to handle utf-8 correctly * Add statshow utility and make it working * Move printf functions to separate source file | ||||
* | * Major cleanup of cmake build system | Vsevolod Stakhov | 2011-05-06 | 1 | -128/+3 |
| | | | | | | * Add initial version of statshow utility for statfiles debugging * Add debugging for statistics * Remove unused utilities | ||||
* | Update to 0.3.12.0.3.12 | Vsevolod Stakhov | 2011-04-25 | 1 | -1/+1 |
| | |||||
* | Update version to 0.3.11 | Vsevolod Stakhov | 2011-03-31 | 1 | -1/+1 |
| |