aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.c
Commit message (Expand)AuthorAgeFilesLines
* Fix CentOS 5 build.Vsevolod Stakhov2013-03-271-0/+4
* Add locking for maps.Vsevolod Stakhov2013-01-081-0/+10
* * Add rolling history feature saving last 200 scanned messages.Vsevolod Stakhov2013-01-071-0/+3
* Add /maps and /getmap commands to webui.Vsevolod Stakhov2013-01-061-0/+20
* Fix test build and shlibs depends.Vsevolod Stakhov2012-12-151-0/+51
* * Use murmur hash for all hashes as it is more efficient and provides more un...Vsevolod Stakhov2012-10-081-2/+2
* Make mlock option as tunable.Vsevolod Stakhov2012-10-081-1/+1
* * Use mlock to speed up classifiers by locking statfiles in the RAM.Vsevolod Stakhov2012-10-051-0/+2
* Avoid global variables in map logic.Vsevolod Stakhov2012-09-191-46/+1
* Another debian license fix.Vsevolod Stakhov2012-09-101-1/+1
* Update copyright (required by debian).Vsevolod Stakhov2012-09-041-3/+3
* * Rework thread pools locking logic to avoid global lua mutex usage.Vsevolod Stakhov2012-08-221-2/+4
* Fix assertion when using default configuration.Vsevolod Stakhov2012-08-161-1/+1
* Fix spelling. Submitted by: Laszlo Boszormenyi.Vsevolod Stakhov2012-08-101-2/+2
* Avoid using global 'counters' hash, include it in struct rspamd_main.Vsevolod Stakhov2012-06-071-3/+1
* Strict prototypes.Vsevolod Stakhov2012-06-051-1/+1
* Make it possible to start several rspamd with different configurations from a...Vsevolod Stakhov2012-04-241-8/+38
* Fix proxy logic.Vsevolod Stakhov2012-03-131-27/+32
* Another workaround for old glib.Vsevolod Stakhov2012-02-211-1/+4
* Workaround for old glib.Vsevolod Stakhov2012-02-171-0/+6
* Add quarks to events to determine source of event inside rspamd.Vsevolod Stakhov2012-02-131-0/+3
* * Introduce new system of worker's and modules initialization:Vsevolod Stakhov2012-01-161-82/+34
* Add -i flag allowing to run workers as root.Vsevolod Stakhov2011-11-301-15/+27
* * Fix reopening of logs in case of privilleged run.Vsevolod Stakhov2011-11-301-19/+44
* Check for SIGUSR1 by libevent to avoid signals collisions.Vsevolod Stakhov2011-11-301-7/+1
* * Add incr and decr commands to kvstorage.Vsevolod Stakhov2011-11-101-1/+2
* Implement lazy backend writing using sync_ops = 0.Vsevolod Stakhov2011-11-081-2/+9
* * Initial implementation of threaded kvstorage worker.Vsevolod Stakhov2011-10-271-0/+12
* Add universal utility function for creating stream sockets.Vsevolod Stakhov2011-10-181-1/+1
* Try to check spf domain before adding it to LRU hash.Vsevolod Stakhov2011-10-061-7/+7
* * Introduce new system of contexts initialization. It would be used for other...Vsevolod Stakhov2011-08-181-10/+21
* Fix signness in arithmetic operations.Vsevolod Stakhov2011-08-041-2/+2
* * Add max_tokens options to avoid classifying and learning with too much toke...Vsevolod Stakhov2011-07-261-0/+2
* Another 'proper' place.Vsevolod Stakhov2011-07-261-0/+1
* Fix reload command.Vsevolod Stakhov2011-06-201-0/+1
* Misprint.Vsevolod Stakhov2011-06-031-1/+0
* Fix initialization order.Vsevolod Stakhov2011-05-101-1/+1
* * Rework build process:Vsevolod Stakhov2011-05-101-114/+98
* * Preload statfiles at the early beginning in the main processVsevolod Stakhov2011-03-311-0/+30
* * Add ability to extract urls from subject field0.3.10Vsevolod Stakhov2011-03-231-2/+2
* * Main process now has 'hard termination time' - maximum time between getting...Vsevolod Stakhov2011-03-231-3/+49
* Do not re-create symbols cache while doing dump of cache.Vsevolod Stakhov2011-03-221-3/+3
* Init cache before loading config.Vsevolod Stakhov2010-12-221-4/+6
* * Introduce new system of configuration checks:Vsevolod Stakhov2010-12-201-4/+21
* Add registering options for lua modulesVsevolod Stakhov2010-12-141-9/+17
* Implement checking options for modulesVsevolod Stakhov2010-12-131-0/+9
* * Start new rspamd 0.3.4Vsevolod Stakhov2010-12-031-27/+17
* Write release id if rspamd is built from hg.Vsevolod Stakhov2010-12-031-2/+2
* Fixes types (use glib ones) no functional change.Vsevolod Stakhov2010-10-061-30/+30
* * Many fixes to statfile syncronization systemVsevolod Stakhov2010-09-021-1/+3