aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [Minor] Do not use floating point when extending buffersVsevolod Stakhov2019-10-176-9/+9
* [Minor] Try to fix CI error due to clang bugVsevolod Stakhov2019-10-171-2/+4
* [Fix] Do not treat archives as textVsevolod Stakhov2019-10-171-1/+3
* Merge pull request #3093 from whataboutpereira/maillist-typoVsevolod Stakhov2019-10-161-1/+1
|\
| * List-Unsubscribe debug message typo fix.Reio Remma2019-10-161-1/+1
* | Fix maillist checks to catch Google Groups which don't have List-Subscribe he...Reio Remma2019-10-161-1/+3
|/
* Merge pull request #3091 from realbugi/reputation_plugin_calc_fixVsevolod Stakhov2019-10-161-2/+2
|\
| * [Fix] Correct EMA time calculationsBuGi2019-10-161-2/+2
* | [Fix] Fix size calculations when converting from utf16Vsevolod Stakhov2019-10-161-2/+4
* | [Fix] Fix zip files check to relax requirementsVsevolod Stakhov2019-10-161-9/+21
|/
* [Fix] Add workaround for ragel 7 in hyperscan related maps codeVsevolod Stakhov2019-10-151-5/+26
* [Fix] Add configurable number of threads for OpenBLASVsevolod Stakhov2019-10-145-2/+25
* [Feature] Multimap: Do not check files in office archivesVsevolod Stakhov2019-10-141-1/+17
* Revert "[Fix] Fix empty prefilters that require mime structures"Vsevolod Stakhov2019-10-144-32/+9
* [Fix] Fix empty prefilters that require mime structuresVsevolod Stakhov2019-10-134-9/+32
* [Minor] Skip double message processingVsevolod Stakhov2019-10-121-1/+9
* [Minor] Oops, fix another case of dtorsVsevolod Stakhov2019-10-121-1/+3
* [Minor] Set processed stage when called from LuaVsevolod Stakhov2019-10-121-2/+8
* [Fix] Fix crash due to constructors init orderVsevolod Stakhov2019-10-122-7/+8
* [Minor] Update ev_now after logging is doneVsevolod Stakhov2019-10-111-3/+3
* [Minor] Add some default optionsVsevolod Stakhov2019-10-111-1/+1
* [Minor] Avoid double replyVsevolod Stakhov2019-10-111-1/+3
* [Minor] Remove deleted codeVsevolod Stakhov2019-10-111-4/+0
* [Feature] Add limit for number of URLs in LuaVsevolod Stakhov2019-10-116-8/+62
* [Minor] Add default limit for rbl requestsVsevolod Stakhov2019-10-112-0/+28
* [Fix] Grrr, fix empty ip caseVsevolod Stakhov2019-10-111-2/+2
* [Fix] Fix LRU hash iteration logicVsevolod Stakhov2019-10-111-1/+1
* [Fix] Fix parent CTE propagationVsevolod Stakhov2019-10-111-0/+7
* [Minor] Fix some corner cases in HTML parsingVsevolod Stakhov2019-10-111-2/+5
* [Minor] Distinguish absent IP address in a more sane wayVsevolod Stakhov2019-10-114-5/+15
* [Minor] External_services: Fix fail symbol registrationVsevolod Stakhov2019-10-111-15/+11
* [Minor] Fix modules loading logicVsevolod Stakhov2019-10-101-12/+23
* [Minor] Fix compile warningsVsevolod Stakhov2019-10-1020-76/+43
* [Minor] Add safe-guardsVsevolod Stakhov2019-10-101-14/+19
* [Minor] Fix fromtable methodVsevolod Stakhov2019-10-101-2/+4
* Merge pull request #3073 from HeinleinSupport/masterVsevolod Stakhov2019-10-102-4/+23
|\
| * [Minor] lua_scanners - adopt excrypted / macro supportCarsten Rosenberg2019-10-082-4/+23
* | [Feature] Store Clickhouse data outside of lua allocVsevolod Stakhov2019-10-101-5/+6
* | [Minor] Fix creation of the text from tableVsevolod Stakhov2019-10-101-2/+8
* | [Minor] Sigh, try to be compatible with old crappy shitVsevolod Stakhov2019-10-091-2/+2
* | [Fix] Add another safe-guard in urls processingVsevolod Stakhov2019-10-093-9/+31
* | [Fix] Another fix to deal with bad URLsVsevolod Stakhov2019-10-091-12/+30
* | [Fix] Set sanity limits for pcre2Vsevolod Stakhov2019-10-091-1/+9
* | [CritFix] Fix procesing of urlsVsevolod Stakhov2019-10-091-2/+15
|/
* [Minor] Register plugin prefixVsevolod Stakhov2019-10-081-1/+3
* [Minor] Fix use-after-freeVsevolod Stakhov2019-10-081-2/+1
* [Fix] Fix options in rbl symbolsVsevolod Stakhov2019-10-081-4/+6
* [Minor] Use unsigned to store flags not enumVsevolod Stakhov2019-10-081-6/+6
* [Feature] Improve AV results cachingVsevolod Stakhov2019-10-081-0/+10
* [Fix] Fix race condition in watcher handlerVsevolod Stakhov2019-10-081-1/+1