summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add LPeg support to rspamdVsevolod Stakhov2015-12-0715-0/+3857
* Fix error on adjusting url lengths after decodingVsevolod Stakhov2015-12-071-6/+0
* Add support of 'special' SA headers to 'exists' functionVsevolod Stakhov2015-12-071-2/+17
* Add support for Mail::SpamAssassin::Plugin::MIMEHeaderVsevolod Stakhov2015-12-071-3/+27
* More fixes for SA plugin to deal with the new cacheVsevolod Stakhov2015-12-072-9/+74
* Add routine to convert string to re_class typeVsevolod Stakhov2015-12-074-32/+43
* Add re class to match all headersVsevolod Stakhov2015-12-072-0/+13
* As we store re_class within re avoid extra lookupVsevolod Stakhov2015-12-071-3/+2
* Fix replacements in spamassassin pluginVsevolod Stakhov2015-12-061-2/+5
* Fix re cache replacement methodVsevolod Stakhov2015-12-063-52/+13
* Add method to set re class for any rspamd regexpVsevolod Stakhov2015-12-062-0/+33
* Add function rspamd_config:replace_regexpVsevolod Stakhov2015-12-051-0/+69
* Fix headers iterationVsevolod Stakhov2015-12-051-0/+2
* Fix more issues in the new re cacheVsevolod Stakhov2015-12-051-5/+9
* Add replacement method for expressions in the confiVsevolod Stakhov2015-12-052-18/+58
* More rework for re_cacheVsevolod Stakhov2015-12-041-52/+23
* Start rework of spamassassin pluginVsevolod Stakhov2015-12-041-10/+65
* Do not re-set GErrorVsevolod Stakhov2015-12-041-10/+16
* Fix invalid testsVsevolod Stakhov2015-12-042-3/+2
* Fix issues with re_cache lua APIVsevolod Stakhov2015-12-042-49/+52
* Fix issue with zero length atomsVsevolod Stakhov2015-12-041-2/+6
* Zero memory before usageVsevolod Stakhov2015-12-041-0/+1
* Fix initialization order in fuzzy storageVsevolod Stakhov2015-12-041-8/+10
* Fix couple of bugs in lua table to C convertorVsevolod Stakhov2015-12-041-36/+145
* Init re cache on config post loadVsevolod Stakhov2015-12-042-12/+17
* Add rspamd_config:register_regexpVsevolod Stakhov2015-12-041-0/+77
* Add method to process new regexp cacheVsevolod Stakhov2015-12-041-27/+92
* Make lua_regexp structure publicVsevolod Stakhov2015-12-042-7/+7
* Slightly rework class names in table to c convertorVsevolod Stakhov2015-12-041-1/+1
* Rework upstreams libraryVsevolod Stakhov2015-12-032-53/+111
* Add missing functionVsevolod Stakhov2015-12-031-0/+8
* Fix code for the new cacheVsevolod Stakhov2015-12-038-431/+99
* Start new era of regexp cacheVsevolod Stakhov2015-12-036-28/+74
* Implement real checks in re_cacheVsevolod Stakhov2015-12-032-12/+209
* Add more logic for the new re cache systemVsevolod Stakhov2015-12-031-27/+139
* Add ability to ignore certain symbols in metric when validating cacheVsevolod Stakhov2015-12-035-31/+84
* Add cache id support for regexpVsevolod Stakhov2015-12-032-0/+34
* Try to fix SUSPICIOUS_RECIPS ruleVsevolod Stakhov2015-12-021-0/+10
* Try to fix bloody SORTED_RECIPS ruleVsevolod Stakhov2015-12-021-2/+7
* Fix parsing of url encoded href tagsVsevolod Stakhov2015-12-021-1/+8
* Match any newline character in regexpsVsevolod Stakhov2015-12-021-0/+3
* Another try to fix locked statements in sqliteVsevolod Stakhov2015-12-011-1/+1
* Cleanup statement correctlyVsevolod Stakhov2015-12-011-3/+3
* Fix old sqlite supportVsevolod Stakhov2015-12-011-3/+11
* Another try to fight with WAL growthVsevolod Stakhov2015-12-011-1/+16
* Add routines to get count of captures and backrefsVsevolod Stakhov2015-12-012-0/+33
* Start new regexp cache optimizerVsevolod Stakhov2015-12-013-0/+232
* Add support of g_int64 hash for old glibVsevolod Stakhov2015-12-012-0/+14
* Rework ratelimit pluginVsevolod Stakhov2015-11-303-33/+67
* Remove extra code for IP urls in surbl moduleVsevolod Stakhov2015-11-301-49/+24