aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Detect amd64.Vsevolod Stakhov2012-03-271-0/+13
* Use 64 bit offset while compiled in 32 bit mode.Vsevolod Stakhov2012-03-273-5/+15
* * Improve statistics for scanned messages.Vsevolod Stakhov2012-03-263-22/+23
* * Add lua bindings for upstream API.Vsevolod Stakhov2012-03-268-38/+626
* Allow multiply aio requests in flight.Vsevolod Stakhov2012-03-161-22/+11
* Fix stupid error in aio_write.Vsevolod Stakhov2012-03-151-0/+3
* Fix proxy logic.Vsevolod Stakhov2012-03-133-37/+48
* Cleanup callback's data for aio.Vsevolod Stakhov2012-03-131-0/+1
* Aio context must be long not int.Vsevolod Stakhov2012-03-112-14/+35
* Add offset support to aio operations.Vsevolod Stakhov2012-03-112-18/+26
* * Add initial implementation of proxy objectVsevolod Stakhov2012-03-0711-81/+980
* Fix aio syscall numbers for x86_64 platform.Vsevolod Stakhov2012-03-061-5/+21
* Fixed threading for testing suite.Vsevolod Stakhov2012-03-052-1/+7
* Fix asynchronous IO API.Vsevolod Stakhov2012-03-017-43/+161
* Separate librspamdserver API from plugins and workers functions.Vsevolod Stakhov2012-03-017-603/+619
* Use DB_HASH access method for bdb backend.Vsevolod Stakhov2012-03-0110-30/+35
* Forgot event_del.Vsevolod Stakhov2012-02-211-0/+1
* Some fixes to dispatcher code to allow change policy more flexible.Vsevolod Stakhov2012-02-211-1/+7
* Another workaround for old glib.Vsevolod Stakhov2012-02-212-2/+7
* Workaround for old glib.Vsevolod Stakhov2012-02-172-3/+6
* Added tag 0.4.7 for changeset b0d4207e9a41Vsevolod Stakhov2012-02-171-0/+1
* Update debian changelog.0.4.7Vsevolod Stakhov2012-02-171-0/+9
* Add support of buffered IO reset to support persistent connections.Vsevolod Stakhov2012-02-164-8/+46
* Add temporary pages to pool allocator to allow reset of some pool data.Vsevolod Stakhov2012-02-152-14/+130
* Fix build.Vsevolod Stakhov2012-02-151-1/+1
* More fixes to thread-safe processing.Vsevolod Stakhov2012-02-144-32/+91
* * More things to be thread-safe:Vsevolod Stakhov2012-02-1315-40/+189
* Add quarks to events to determine source of event inside rspamd.Vsevolod Stakhov2012-02-1312-28/+55
* Fix build with glib <= 2.30.Vsevolod Stakhov2012-02-031-1/+11
* Fixes to threading (still incomplete).Vsevolod Stakhov2012-01-316-41/+129
* Rework events library slightly:Vsevolod Stakhov2012-01-314-66/+45
* Fix critical bug with events checking during filters processing.Vsevolod Stakhov2012-01-311-0/+1
* 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