summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Adopt rspamd for the next glib release.Vsevolod Stakhov2012-01-318-77/+178
* * Add support to process regexp in multiply threads by using thread pool.Vsevolod Stakhov2012-01-301-9/+66
* Fix hashing in events library.Vsevolod Stakhov2012-01-201-10/+1
* * Introduce new system of worker's and modules initialization:Vsevolod Stakhov2012-01-1626-305/+364
* * Add AIO framework for linux io(3) interface.Vsevolod Stakhov2012-01-165-1/+499
* Restore std=c99 compiler flag.Vsevolod Stakhov2011-12-201-0/+4
* Added tag 0.4.6 for changeset d2825fcdbb52Vsevolod Stakhov2011-12-201-0/+1
* More cleanups and fixes for compiler warnings.0.4.6Vsevolod Stakhov2011-12-207-54/+46
* Make compiler happy in several cases, remove warnings.Vsevolod Stakhov2011-12-2011-30/+60
* Add an entry to debian/changelog.Vsevolod Stakhov2011-12-201-0/+10
* Add expire and whitelist options to ip_score plugin.Vsevolod Stakhov2011-12-164-5/+43
* * Add new plugin ip_score to set and get score for specified ip address.Vsevolod Stakhov2011-12-162-2/+158
* Allow for post filters to register async events.Vsevolod Stakhov2011-12-168-33/+126
* * Now it is possible to specify local functions to every callback of rspamd l...Vsevolod Stakhov2011-12-143-52/+200
* Due to major changes in events system increase version.Vsevolod Stakhov2011-12-141-1/+1
* Detect and use fallocate/posix_fallocate.Vsevolod Stakhov2011-12-146-1/+38
* * Finally get rid of stupid savepoints system and migrate to async events log...Vsevolod Stakhov2011-12-1415-301/+202
* Add another workaround for CentOS.Vsevolod Stakhov2011-12-142-1/+15
* Move some debug logic.Vsevolod Stakhov2011-12-141-27/+16
* Fix build with system-wide libhiredis.Vsevolod Stakhov2011-12-133-0/+13
* 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-126-18/+428
* Add detecting of libhiredis for communicating with kvstorage.Vsevolod Stakhov2011-12-0925-0/+5165
* Reorganize util.c as it should contain only common utilities.Vsevolod Stakhov2011-12-079-301/+373
* If message has no 'To/CC' headers do not try to count elements in nil table.Vsevolod Stakhov2011-12-071-1/+4
* Fix stupid glib error with G_REGEX_RAW flag which is actually ~PCRE_UTF8.Vsevolod Stakhov2011-12-071-21/+39
* Remove dependency on deprecated Digest::SHA256.Vsevolod Stakhov2011-12-061-4/+3
* * Add <no_overwrite> flag for keystorage preventing from overwriting keys (wo...Vsevolod Stakhov2011-12-016-63/+279
* Ignore something that looks like email but has no username.Vsevolod Stakhov2011-12-011-2/+4
* Add -i flag allowing to run workers as root.Vsevolod Stakhov2011-11-302-15/+32
* * Fix reopening of logs in case of privilleged run.Vsevolod Stakhov2011-11-304-39/+110
* Check for SIGUSR1 by libevent to avoid signals collisions.Vsevolod Stakhov2011-11-3013-468/+123
* Expire an element if forced expire is required.Vsevolod Stakhov2011-11-301-2/+2
* Fix log_urls setting.Vsevolod Stakhov2011-11-282-1/+10
* Fix race condition.Vsevolod Stakhov2011-11-281-1/+7
* Try to fix a deadlock.Vsevolod Stakhov2011-11-251-2/+9
* Fix variable name.Vsevolod Stakhov2011-11-251-2/+2
* Fix git id detection.Vsevolod Stakhov2011-11-251-2/+2
* Fix build id detecting.Vsevolod Stakhov2011-11-251-3/+21
* Another fix to locking logic.Vsevolod Stakhov2011-11-244-47/+85
* * Add <fsync> option to turn on explicit fsync for file backend.Vsevolod Stakhov2011-11-245-12/+27
* Rework kvstorage locking system.Vsevolod Stakhov2011-11-242-28/+57
* Add reopenlog ability for debian scripts.Vsevolod Stakhov2011-11-232-2/+15
* Fix DNS hashing issue.Vsevolod Stakhov2011-11-221-10/+25
* Added tag 0.4.5 for changeset f57a74a7a068Vsevolod Stakhov2011-11-211-0/+1
* Skip group addresses.0.4.5Vsevolod Stakhov2011-11-211-1/+1
* Small fixes to start script.Vsevolod Stakhov2011-11-211-10/+2
* * Add debian package information.Vsevolod Stakhov2011-11-2114-0/+361
* Do fsync once per queue of operations.Vsevolod Stakhov2011-11-211-8/+37
* * Implement binary safe keys.Vsevolod Stakhov2011-11-177-157/+389