aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/regexp.c
Commit message (Expand)AuthorAgeFilesLines
...
* Start moving to HTTP world.Vsevolod Stakhov2014-01-121-1/+1
* Remove unused xml code.Vsevolod Stakhov2013-11-161-4/+0
* Sync with libucl.Vsevolod Stakhov2013-11-021-2/+3
* Replace RCL to UCL from libucl to avoid duplicity in the code.Vsevolod Stakhov2013-10-221-20/+20
* Fix lua expressions in regexp plugin.Vsevolod Stakhov2013-10-101-9/+1
* Fix regexp plugin.Vsevolod Stakhov2013-10-041-84/+46
* Fix some warnings found by coverity scan.Vsevolod Stakhov2013-08-161-1/+5
* Adopt to lua 5.2.Vsevolod Stakhov2013-06-081-1/+1
* Fix some warnings that actually are dangerous.Vsevolod Stakhov2013-06-031-10/+9
* Fix CentOS 5 build.Vsevolod Stakhov2013-03-271-0/+4
* Add /maps and /getmap commands to webui.Vsevolod Stakhov2013-01-061-1/+1
* * Use murmur hash for all hashes as it is more efficient and provides more un...Vsevolod Stakhov2012-10-081-1/+1
* Avoid global variables in map logic.Vsevolod Stakhov2012-09-191-1/+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-17/+29
* Separate librspamdserver API from plugins and workers functions.Vsevolod Stakhov2012-03-011-2/+594
* Another workaround for old glib.Vsevolod Stakhov2012-02-211-1/+3
* More fixes to thread-safe processing.Vsevolod Stakhov2012-02-141-5/+66
* Fixes to threading (still incomplete).Vsevolod Stakhov2012-01-311-38/+45
* Rework events library slightly:Vsevolod Stakhov2012-01-311-0/+2
* Adopt rspamd for the next glib release.Vsevolod Stakhov2012-01-311-5/+18
* * Add support to process regexp in multiply threads by using thread pool.Vsevolod Stakhov2012-01-301-9/+66
* * Introduce new system of worker's and modules initialization:Vsevolod Stakhov2012-01-161-0/+12
* Do not try to validate empty headers.Vsevolod Stakhov2011-10-251-2/+2
* * Add configuration utils for kvstorageVsevolod Stakhov2011-10-171-1/+1
* Check utf8 characters before gregex checks as they assume input to be a utf8 ...Vsevolod Stakhov2011-10-171-0/+15
* Remove some warnings.Vsevolod Stakhov2011-10-141-2/+0
* Fix critical bug with lua stack cleaning that caused heavy memory leaks.0.4.3Vsevolod Stakhov2011-08-121-2/+7
* Fix signness in arithmetic operations.Vsevolod Stakhov2011-08-041-4/+4
* * Fix build under CentOS 5 with old glib 2.12Vsevolod Stakhov2011-07-291-12/+12
* Update a sample config file.0.4.1Vsevolod Stakhov2011-07-261-0/+4
* * Add option max_size for regexp module to skip expensive regexp on long mess...Vsevolod Stakhov2011-07-261-2/+20
* Add workaround for clang under linux.Vsevolod Stakhov2011-07-211-10/+11
* Rework http chunked encoding parsing.Vsevolod Stakhov2011-07-201-5/+5
* * Fixes to fuzzy hashing logic, skip urls while estimating fuzzy hashVsevolod Stakhov2011-06-231-25/+10
* * Fix error in raw headers parsingVsevolod Stakhov2011-05-241-12/+1
* Fix memory access.Vsevolod Stakhov2011-03-051-1/+1
* Try to fix memory issues.Vsevolod Stakhov2011-03-021-1/+1
* Fix several memory leaks in rspamd.Vsevolod Stakhov2011-02-241-1/+1
* * Process raw headers by FSM.Vsevolod Stakhov2011-02-211-94/+67
* * Add ability to call lua function from regexp expressionsVsevolod Stakhov2011-02-211-0/+33
* * Add function regexp_occurs_number that allows to test how much occurs of re...Vsevolod Stakhov2011-02-181-22/+214
* * Add ability to specify 'S' flag to regexp that means that headers checks mu...Vsevolod Stakhov2011-02-151-1/+1
* Call lua functions correctly as well.Vsevolod Stakhov2011-02-081-1/+1
* * Many fixes to fuzzy hashes logic and tokenization.Vsevolod Stakhov2011-01-241-2/+4
* Implement checking options for modulesVsevolod Stakhov2010-12-131-0/+3
* Add add_header action to smtp proxy.Vsevolod Stakhov2010-10-261-2/+11
* Fixes bugs found with clang-static analyser.Vsevolod Stakhov2010-10-111-1/+1
* Init regexp library statically.Vsevolod Stakhov2010-10-061-2/+1