aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* [Test] Fix neural testsVsevolod Stakhov2019-10-221-9/+2
|
* [Fix] Important hiredis fixesVsevolod Stakhov2019-10-223-6/+57
| | | | | | | | | Hiredis can return error in two ways: - ctx is NULL and this path is usually handled properly - ctx->err is not REDIS_OK and this path is totally missing in many places This change should fix the both cases.
* [Fix] Sigh, another email to string fixVsevolod Stakhov2019-10-221-15/+9
|
* [Fix] Another fix for numeric urls parsingVsevolod Stakhov2019-10-221-18/+35
|
* [Minor] Fix tostring testsVsevolod Stakhov2019-10-221-3/+3
|
* [Minor] Lua_url: Another fix for emails to stringVsevolod Stakhov2019-10-221-4/+12
|
* [Minor] Fix clang plugin functions on OSXVsevolod Stakhov2019-10-224-14/+29
|
* [Fix] Fix misprintVsevolod Stakhov2019-10-211-1/+1
|
* [Fix] Do not use strdup on data extracted from luaVsevolod Stakhov2019-10-211-2/+8
|
* [Minor] Clang-Plugin: Fix linking with clangVsevolod Stakhov2019-10-211-29/+21
| | | | Submitted by: @citrin
* [Minor] Do not try to parse non-trivial parts as text partsVsevolod Stakhov2019-10-211-1/+2
|
* [Minor] Do not do urf8 escape for non-utf8 regexpsVsevolod Stakhov2019-10-211-2/+6
|
* [Minor] Fix utf8 regexps escapingVsevolod Stakhov2019-10-211-7/+6
|
* [Feature] Store etag in cached HTTP maps + better loggingVsevolod Stakhov2019-10-212-11/+71
|
* [Minor] Fix format string issuesVsevolod Stakhov2019-10-211-29/+28
|
* [Minor] Clang-Plugin: Fix buildVsevolod Stakhov2019-10-212-287/+23
|
* [Minor] Clang-plugin: Continue check if callee get failedVsevolod Stakhov2019-10-211-4/+6
|
* [Minor] Another try to fix races in redis statsVsevolod Stakhov2019-10-192-20/+43
| | | | Issue: #3088
* [Minor] Neural: One more corner case fixVsevolod Stakhov2019-10-181-4/+4
|
* [Minor] Oops, fix misprintVsevolod Stakhov2019-10-181-1/+1
|
* [Fix] Oops, fix math.huge invocationVsevolod Stakhov2019-10-181-3/+3
| | | | Issue: #3099
* [Fix] Meta: Filter some more valuesVsevolod Stakhov2019-10-181-4/+13
|
* [Fix] Neural: Add protection agains infinitiesVsevolod Stakhov2019-10-182-6/+16
|
* [CritFix] Fix dkim verification for multiple headers listedVsevolod Stakhov2019-10-181-11/+13
| | | | Issue: #3090
* [Minor] Neural: Add nan check and extensive loggingVsevolod Stakhov2019-10-181-13/+33
|
* [Minor] Neural: Remove 10% marginVsevolod Stakhov2019-10-181-1/+0
|
* [Feature] Neural: Add sampling when storing training vectorsVsevolod Stakhov2019-10-181-42/+72
|
* [Minor] Neural: Improve loggingVsevolod Stakhov2019-10-181-8/+14
|
* Merge pull request #3104 from HeinleinSupport/masterVsevolod Stakhov2019-10-181-1/+1
|\ | | | | [Fix] lua_scanners - razor rename need_check function
| * [Fix] lua_scanners - razor rename need_check functionCarsten Rosenberg2019-10-181-1/+1
| | | | | | | | fix #3098
* | [Fix] Lua_tcp: Deal with temporary fails on writeVsevolod Stakhov2019-10-181-5/+12
| | | | | | | | Issue: #3097
* | [Fix] Lua_tcp: Make write errors fatal and rework error handlersVsevolod Stakhov2019-10-181-8/+15
| | | | | | | | Issue: #3097
* | [Minor] Reduce debug noise for mapsVsevolod Stakhov2019-10-181-1/+1
| |
* | [Minor] Lua_scanners: Improve loggingVsevolod Stakhov2019-10-187-21/+14
| |
* | [Fix] Fix use-after-freeVsevolod Stakhov2019-10-181-9/+9
| |
* | Merge pull request #3101 from HeinleinSupport/masterVsevolod Stakhov2019-10-171-0/+1
|\| | | | | [Minor] init razor plugin
| * [Minor] init razor pluginCarsten Rosenberg2019-10-171-0/+1
| |
* | [Minor] More fixes to pluginVsevolod Stakhov2019-10-171-28/+33
| |
* | [Minor] Another try to workaround the clang bugVsevolod Stakhov2019-10-171-6/+17
| |
* | [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.
| * | List-Unsubscribe debug message typo fix.Reio Remma2019-10-161-1/+1
| | |
* | | Merge pull request #3094 from whataboutpereira/maillist-scoreVsevolod Stakhov2019-10-161-1/+3
|\ \ \ | |/ / |/| | [Minor] Fix maillist checks to catch Google Groups.
| * | Fix maillist checks to catch Google Groups which don't have List-Subscribe ↵Reio Remma2019-10-161-1/+3
|/ / | | | | | | header.
* | Merge pull request #3091 from realbugi/reputation_plugin_calc_fixVsevolod Stakhov2019-10-161-2/+2
|\ \ | | | | | | [Fix] Correct EMA time calculations
| * | [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
|/ /