aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #3218 from cgzones/no_replxxVsevolod Stakhov2020-01-161-0/+6
|\
| * [Minor] fix compilation without replxxChristian Göttsche2020-01-161-0/+6
* | [Minor] fix spellingChristian Göttsche2020-01-161-1/+1
|/
* [Minor] Check string length to avoid OOB readingVsevolod Stakhov2020-01-161-1/+1
* Merge pull request #3153 from resec/smembersVsevolod Stakhov2020-01-161-29/+47
|\
| * eliminate smembers: remove redundent cleanupresec2019-11-191-11/+1
| * eliminate smembers: fix againresec2019-11-191-5/+12
| * eliminate smembers: fixresec2019-11-191-6/+5
| * eliminate redis smembersresec2019-11-191-29/+51
* | [Minor] Try to fix slow timer race conditionVsevolod Stakhov2020-01-161-5/+22
* | [Fix] Fix urls shifting when doing decode to include separatorsVsevolod Stakhov2020-01-151-3/+3
* | [Minor] Just another try to avoid raceVsevolod Stakhov2020-01-151-6/+11
* | [Minor] bayes_expiry: Fix type checkAlexander Moisseev2020-01-141-1/+1
* | [Minor] Lua_text: Set class properlyVsevolod Stakhov2020-01-131-0/+1
* | [Fix] Fix urls encode functionVsevolod Stakhov2020-01-131-2/+2
* | [Fix] Avoid double escapingVsevolod Stakhov2020-01-131-5/+5
* | [Minor] Another try to fix raceVsevolod Stakhov2020-01-131-0/+1
* | [Minor] Sigh - another try to avoid racesVsevolod Stakhov2020-01-131-4/+4
* | [Minor] Bayes_expiry: Test type before trying to evaluateVsevolod Stakhov2020-01-131-17/+20
* | [Minor] Rbl: Fix resolve ip options insertionVsevolod Stakhov2020-01-111-9/+18
* | [Minor] Add trailing slash when reconstructing numeric urlVsevolod Stakhov2020-01-111-0/+5
* | [Minor] Fixes in urls fragments/queries parsingVsevolod Stakhov2020-01-101-0/+16
* | [Fix] Fix processing of numeric url'sVsevolod Stakhov2020-01-101-28/+61
* | [Minor] Fix reseted connections handlingVsevolod Stakhov2020-01-091-1/+1
* | [Minor] Do not try to detect utf8 using heuristicVsevolod Stakhov2020-01-091-15/+17
* | [Fix] More fixes in html tag content calculationsVsevolod Stakhov2020-01-092-8/+41
* | [Minor] Add workaround for old libicu (bug in libicu)Vsevolod Stakhov2020-01-081-2/+5
* | [Rework] Rework HTML tags content attachmentVsevolod Stakhov2020-01-063-68/+101
* | [Minor] Fix GError oversetting in DKIM codeVsevolod Stakhov2020-01-061-0/+11
* | [Feature] Lua_text: Implement flattening of the input tablesVsevolod Stakhov2020-01-061-40/+92
* | [Project] Improve inflationVsevolod Stakhov2020-01-041-3/+9
* | [Project] Add inflate utilityVsevolod Stakhov2020-01-031-5/+26
* | [Project] Lua_util: Allow to set size limit for gzip decompressVsevolod Stakhov2020-01-031-3/+20
* | Tune DMARC reportVitaliy Vasilenko2020-01-021-1/+2
* | [Feature] Lua_text: Add regexp split iterator methodVsevolod Stakhov2020-01-011-0/+166
* | [Minor] Move function to the common routinesVsevolod Stakhov2020-01-013-31/+38
* | [Minor] Lua_tcp: Do not decrease item refcount with no watcherVsevolod Stakhov2019-12-301-1/+4
* | fix NULL pointer use when JIT compiling a regular expression.Dirk Jagdmann2019-12-251-1/+2
* | [Minor] Add more redis prefixesVsevolod Stakhov2019-12-257-7/+58
* | [Minor] Add some redis prefixes registrationVsevolod Stakhov2019-12-252-2/+26
* | [Feature] Send quit command to RedisVsevolod Stakhov2019-12-251-19/+62
* | [Minor] Fix build with no hyperscanVsevolod Stakhov2019-12-241-2/+2
* | [Project] Implement slow rules sanity protectionVsevolod Stakhov2019-12-242-9/+53
* | [Minor] Move functionsVsevolod Stakhov2019-12-244-131/+132
* | [Minor] Slightly change fp logicVsevolod Stakhov2019-12-241-2/+3
* | [Minor] Enable profiling on slow regexpsVsevolod Stakhov2019-12-241-0/+1
* | [Project] Add logic to break execution when processing symbolsVsevolod Stakhov2019-12-243-4/+107
* | [Minor] Fix order in the switch..caseVsevolod Stakhov2019-12-241-8/+9
* | [Minor] Improve log messageVsevolod Stakhov2019-12-241-2/+5
* | [Minor] Sync ffi defsVsevolod Stakhov2019-12-231-1/+1