aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix misprint.Vsevolod Stakhov2011-11-041-1/+1
* * Support redis API emulationVsevolod Stakhov2011-11-043-19/+88
* Do not free elements that are still in cache.Vsevolod Stakhov2011-11-032-0/+31
* Do not try to mmap empty cache.Vsevolod Stakhov2011-11-021-25/+27
* Fix static build.Vsevolod Stakhov2011-11-021-5/+9
* Block signals in worker threads.Vsevolod Stakhov2011-11-022-2/+6
* Compatibility with old glib versions.Vsevolod Stakhov2011-11-023-1/+7
* * Implement sqlite3 backend for kvstorage.Vsevolod Stakhov2011-11-027-45/+512
* Store keys inside elements.Vsevolod Stakhov2011-11-014-30/+40
* Fixes to BDB initialization.Vsevolod Stakhov2011-11-015-19/+46
* * Add initial support of bdb backendVsevolod Stakhov2011-11-016-12/+462
* * Add array operationsVsevolod Stakhov2011-11-013-11/+131
* * Significate performance improving by vectorizing IO output (about 4 times f...Vsevolod Stakhov2011-10-313-27/+98
* * Fix threading in kvstorage.Vsevolod Stakhov2011-10-314-72/+74
* Add basic locking.Vsevolod Stakhov2011-10-311-0/+8
* * Implement basic functionality of key value storageVsevolod Stakhov2011-10-318-70/+486
* * Initial implementation of threaded kvstorage worker.Vsevolod Stakhov2011-10-276-2/+361
* * Use event_base thread safe API to allow parallelism based on threadsVsevolod Stakhov2011-10-2617-35/+95
* Do not try to validate empty headers.Vsevolod Stakhov2011-10-252-2/+8
* Fix siginfo detection code.Vsevolod Stakhov2011-10-242-2/+2
* * Implement kvstorage synced APIVsevolod Stakhov2011-10-241-0/+1
* Fix bug in compare_content_param function.Vsevolod Stakhov2011-10-241-21/+23
* Add universal utility function for creating stream sockets.Vsevolod Stakhov2011-10-185-5/+102
* Move librspamdclient to separate directory.Vsevolod Stakhov2011-10-181-1/+1
* Add initialization for kvstorages after configuration.Vsevolod Stakhov2011-10-181-0/+40
* * 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