aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* * Add configuration utils for kvstorageVsevolod Stakhov2011-10-179-17/+461
* Add ability to register subparsers inside main XML config parser.Vsevolod Stakhov2011-10-172-1/+41
* Fix build under Solaris10. Reported in https://bitbucket.org/vstakhov/rspamd/...Vsevolod Stakhov2011-10-172-1/+5
* Check utf8 characters before gregex checks as they assume input to be a utf8 ...Vsevolod Stakhov2011-10-173-8/+39
* Remove debug.Vsevolod Stakhov2011-10-141-2/+0
* Fix stupid bug with lua stack corruption.Vsevolod Stakhov2011-10-142-2/+6
* Remove some warnings.Vsevolod Stakhov2011-10-1410-38/+11
* * Add ordinary hash and radix tree as kv cache implementationsVsevolod Stakhov2011-10-142-17/+510
* Add make_socketpair utility function.Vsevolod Stakhov2011-10-132-0/+36
* * Initial implementation of key-value storageVsevolod Stakhov2011-10-112-0/+340
* * LRU cache now is capable to get custom insert and delete functions that wou...0.4.4Vsevolod Stakhov2011-10-102-22/+90
* Try to check spf domain before adding it to LRU hash.Vsevolod Stakhov2011-10-065-35/+41
* Check if internet address list is parsed correctly.Vsevolod Stakhov2011-10-041-3/+9
* * Support for IDN urlsVsevolod Stakhov2011-08-232-42/+247
* * Fix DNS PTR resolvingVsevolod Stakhov2011-08-224-15/+53
* Fix process headers with ')' last symbol.Vsevolod Stakhov2011-08-181-0/+1
* Damn.Vsevolod Stakhov2011-08-181-2/+2
* Json fix.Vsevolod Stakhov2011-08-181-2/+2
* Fix to json output.Vsevolod Stakhov2011-08-181-0/+4
* Add more.Vsevolod Stakhov2011-08-181-1/+1
* Fix http headers.Vsevolod Stakhov2011-08-181-12/+13
* * Introduce new system of contexts initialization. It would be used for other...Vsevolod Stakhov2011-08-185-36/+73
* Insert symbols counting their weights with respect to grow_factor.Vsevolod Stakhov2011-08-171-1/+2
* Stupid bug with learning and task destroying.Vsevolod Stakhov2011-08-161-4/+4
* Fix output for spamc proto.Vsevolod Stakhov2011-08-151-1/+5
* Fix critical bug with lua stack cleaning that caused heavy memory leaks.0.4.3Vsevolod Stakhov2011-08-127-12/+34
* * Make hash traversing more safelyVsevolod Stakhov2011-08-111-24/+33
* * Make librspamdclient thread-safeVsevolod Stakhov2011-08-101-14/+15
* More checks in lua plugins.0.4.2Vsevolod Stakhov2011-08-052-7/+11
* Make hash traversing more safe by using reference count.Vsevolod Stakhov2011-08-052-2/+10
* Another one.Vsevolod Stakhov2011-08-041-7/+9
* Another bad read detected.Vsevolod Stakhov2011-08-041-2/+4
* Fix access to already freed memory.Vsevolod Stakhov2011-08-042-1/+1
* Fix signness in arithmetic operations.Vsevolod Stakhov2011-08-0444-153/+150
* Make DNS requests with unique id.Vsevolod Stakhov2011-08-011-0/+7
* Fix dispatcher restoration (fix for controller's logic)Vsevolod Stakhov2011-08-011-4/+9
* Fix controller stages and debug info.Vsevolod Stakhov2011-08-013-9/+24
* Another fix for out-source build.Vsevolod Stakhov2011-07-305-4/+5
* * Fix build under CentOS 5 with old glib 2.12Vsevolod Stakhov2011-07-2937-211/+208
* Fix for *BSD.Vsevolod Stakhov2011-07-261-2/+2
* Update a sample config file.0.4.1Vsevolod Stakhov2011-07-262-2/+6
* * Add option max_size for regexp module to skip expensive regexp on long mess...Vsevolod Stakhov2011-07-263-9/+108
* * Add max_tokens options to avoid classifying and learning with too much toke...Vsevolod Stakhov2011-07-264-19/+56
* Another 'proper' place.Vsevolod Stakhov2011-07-261-0/+1
* Move hash table creation to the proper place.Vsevolod Stakhov2011-07-261-3/+2
* Fix very bad bug in a memory pool allocator.Vsevolod Stakhov2011-07-264-22/+17
* * Implement max tasks per worker settingVsevolod Stakhov2011-07-261-0/+24
* Fix up another event related problem.Vsevolod Stakhov2011-07-262-6/+4
* Zero memory of pool allocator statistic.Vsevolod Stakhov2011-07-251-0/+1
* Fix coredumps when learning message with one empty part.Vsevolod Stakhov2011-07-251-8/+10