summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Refactoring conditional directives that break parts of statements.lzmths2015-12-081-2/+4
|
* More rework of hyperscan matchingVsevolod Stakhov2015-12-081-29/+43
|
* Implement matching using hyperscanVsevolod Stakhov2015-12-081-32/+133
|
* Implement hyperscan loading by receiving signalVsevolod Stakhov2015-12-082-2/+34
|
* Send notifications by hs_helper processVsevolod Stakhov2015-12-081-11/+55
|
* Add event for loading of hyperscan filesVsevolod Stakhov2015-12-083-39/+103
|
* Cleanup hs structures on cache destroyVsevolod Stakhov2015-12-081-0/+8
|
* Add function to load hyperscan databases from cachesVsevolod Stakhov2015-12-082-1/+112
|
* Do not assume invalid header regexps by defaultVsevolod Stakhov2015-12-081-1/+6
|
* Add logic to watch hyperscan compilationVsevolod Stakhov2015-12-081-15/+82
|
* Fix replacing regexps in the cacheVsevolod Stakhov2015-12-081-21/+20
|
* Save platform info as wellVsevolod Stakhov2015-12-081-13/+41
|
* Fix re-using of hyperscan filesVsevolod Stakhov2015-12-081-33/+66
|
* Fix re-using of hyperscan hashesVsevolod Stakhov2015-12-082-11/+40
|
* Add routine to compare to rspamd_regexp_tVsevolod Stakhov2015-12-082-0/+13
|
* Add function to check validity of hyperscan cacheVsevolod Stakhov2015-12-082-0/+75
|
* Store regexps into id indexed arrayVsevolod Stakhov2015-12-081-1/+38
|
* Implement re cache specific logger helpersVsevolod Stakhov2015-12-071-5/+32
|
* Fix serializing of hyperscan regexpsVsevolod Stakhov2015-12-073-13/+31
|
* Fix hs_helper startupVsevolod Stakhov2015-12-071-6/+7
|
* Implement starting of hs_helper processVsevolod Stakhov2015-12-071-21/+70
|
* Add hyperscan compilation supportVsevolod Stakhov2015-12-072-0/+170
|
* Add hyperscan helper workerVsevolod Stakhov2015-12-076-2/+182
|
* Add hyperscan initializationVsevolod Stakhov2015-12-074-1/+55
|
* Fix cache initializationVsevolod Stakhov2015-12-071-3/+3
|
* Start hyperscan supportVsevolod Stakhov2015-12-073-188/+126
|
* 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
|