]> source.dussan.org Git - rspamd.git/log
rspamd.git
4 years ago[Minor] Add better support for non-Linux systems
Vsevolod Stakhov [Thu, 31 Oct 2019 13:43:56 +0000 (13:43 +0000)]
[Minor] Add better support for non-Linux systems

4 years ago[Minor] Use CLOCK_MONOTONIC_COARSE where suitable
Vsevolod Stakhov [Thu, 31 Oct 2019 13:19:06 +0000 (13:19 +0000)]
[Minor] Use CLOCK_MONOTONIC_COARSE where suitable

4 years ago[Fix] Another try to fix slow callbacks and timers
Vsevolod Stakhov [Thu, 31 Oct 2019 12:30:49 +0000 (12:30 +0000)]
[Fix] Another try to fix slow callbacks and timers

4 years ago[Minor] Use slightly better fast PRNGs
Vsevolod Stakhov [Thu, 31 Oct 2019 09:25:09 +0000 (09:25 +0000)]
[Minor] Use slightly better fast PRNGs

4 years ago[Minor] Slightly improve log message
Vsevolod Stakhov [Wed, 30 Oct 2019 17:59:09 +0000 (17:59 +0000)]
[Minor] Slightly improve log message

4 years ago[Minor] Oops, convert back to int
Vsevolod Stakhov [Wed, 30 Oct 2019 17:34:59 +0000 (17:34 +0000)]
[Minor] Oops, convert back to int

4 years ago[Minor] Show real ttl for records
Vsevolod Stakhov [Wed, 30 Oct 2019 17:24:52 +0000 (17:24 +0000)]
[Minor] Show real ttl for records

4 years ago[Minor] Try to fix openblas issue
Vsevolod Stakhov [Wed, 30 Oct 2019 17:04:36 +0000 (17:04 +0000)]
[Minor] Try to fix openblas issue

Issue: #3102 (likely)

4 years ago[Fix] Fix consistent hashing when upstreams are marked inactive
Vsevolod Stakhov [Wed, 30 Oct 2019 14:32:45 +0000 (14:32 +0000)]
[Fix] Fix consistent hashing when upstreams are marked inactive

The idea is to rehash the value when we found that the current upstream is dead
and apply consistent hashing algorithm multiple times.  This is limited by
number of attempts (we try 10 times before giving up). Also cleanup locking
stuff.

4 years ago[Minor] Fix log message
Vsevolod Stakhov [Wed, 30 Oct 2019 14:32:31 +0000 (14:32 +0000)]
[Minor] Fix log message

4 years ago[Minor] Improve logging
Vsevolod Stakhov [Wed, 30 Oct 2019 12:46:19 +0000 (12:46 +0000)]
[Minor] Improve logging

4 years ago[Minor] Fix crash where inconsistent fuzzy query was sent
Vsevolod Stakhov [Wed, 30 Oct 2019 12:44:11 +0000 (12:44 +0000)]
[Minor] Fix crash where inconsistent fuzzy query was sent

4 years ago[Feature] Clickhouse: Rework Clickhouse collection logic
Vsevolod Stakhov [Tue, 29 Oct 2019 15:55:58 +0000 (15:55 +0000)]
[Feature] Clickhouse: Rework Clickhouse collection logic

Issue: #3127

4 years ago[Minor] Send current timestamp to the periodic callbacks
Vsevolod Stakhov [Tue, 29 Oct 2019 15:53:26 +0000 (15:53 +0000)]
[Minor] Send current timestamp to the periodic callbacks

4 years ago[Minor] Update event loop timer in lua_http as it can cause troubles
Vsevolod Stakhov [Tue, 29 Oct 2019 14:37:39 +0000 (14:37 +0000)]
[Minor] Update event loop timer in lua_http as it can cause troubles

4 years agoMerge pull request #3128 from moisseev/ics
Vsevolod Stakhov [Tue, 29 Oct 2019 11:44:14 +0000 (11:44 +0000)]
Merge pull request #3128 from moisseev/ics

[Minor] Add non-standard MIME type for iMIP files

4 years agoMerge pull request #3126 from skorpy2009/patch-2
Vsevolod Stakhov [Tue, 29 Oct 2019 11:43:57 +0000 (11:43 +0000)]
Merge pull request #3126 from skorpy2009/patch-2

More text to feature requests ISSUE_TEMPLATE comment

4 years ago[Minor] Add non-standard MIME type for iMIP files 3128/head
moisseev [Tue, 29 Oct 2019 08:35:12 +0000 (11:35 +0300)]
[Minor] Add non-standard MIME type for iMIP files

"application/ics" is non-standard but used by some MUAs

4 years agoMore text to feature requests ISSUE_TEMPLATE comment 3126/head
skorpy2009 [Mon, 28 Oct 2019 20:15:08 +0000 (21:15 +0100)]
More text to feature requests ISSUE_TEMPLATE comment

4 years ago[Minor] Update version to 2.2
Vsevolod Stakhov [Mon, 28 Oct 2019 15:47:56 +0000 (15:47 +0000)]
[Minor] Update version to 2.2

4 years agoRelease 2.1 2.1
Vsevolod Stakhov [Mon, 28 Oct 2019 14:46:49 +0000 (14:46 +0000)]
Release 2.1

* [Conf] Update neural.conf
* [CritFix] Fix dkim verification for multiple headers listed
* [Feature] Add support of uudecode
* [Feature] Allow to explicitly set events backend
* [Feature] Implement configurable limits for SPF lookups
* [Feature] Lua_scanners: Use lua magic for inclusion/exclusion logic
* [Feature] Multimap: Do not check files in office archives
* [Feature] Neural: Add sampling when storing training vectors
* [Feature] SPF: Allow to disable AAAA checks in configuration
* [Feature] Spf: Add limits configuration support
* [Feature] Store etag in cached HTTP maps + better logging
* [Feature] Support segwit BTC addresses, fix LTC verification
* [Feature] Support uuencoding
* [Fix] Add configurable number of threads for OpenBLAS
* [Fix] Add workaround for ragel 7 in hyperscan related maps code
* [Fix] Another fix for numeric urls parsing
* [Fix] Correct EMA time calculations
* [Fix] Do not treat archives as text
* [Fix] Do not use strdup on data extracted from lua
* [Fix] Fix a failure calcuating URL reputation.
* [Fix] Fix crash due to constructors init order
* [Fix] Fix crash on parts with no cd
* [Fix] Fix empty prefilters that require mime structures
* [Fix] Fix event loop creation
* [Fix] Fix issues sending DMARC reports.
* [Fix] Fix misprint
* [Fix] Fix saving of the file maps
* [Fix] Fix size calculations when converting from utf16
* [Fix] Fix support of disable_monitoring in rbl
* [Fix] Fix use-after-free
* [Fix] Fix zip files check to relax requirements
* [Fix] Important hiredis fixes
* [Fix] Lot's of fixes in maps check logic
* [Fix] Lua_tcp: Deal with temporary fails on write
* [Fix] Lua_tcp: Make write errors fatal and rework error handlers
* [Fix] Meta: Filter some more values
* [Fix] Neural: Add protection agains infinities
* [Fix] Oops, fix math.huge invocation
* [Fix] Plug memory leak
* [Fix] Sigh, another email to string fix
* [Fix] Try to fix another ownership race in ssl connection
* [Fix] Uuencode: Fix parsing of corrupted uuencode
* [Fix] lua_scanners - razor rename need_check function
* [Rework] Require CMake 3.9 to work, remove manual lto crap

Signed-off-by: Vsevolod Stakhov <vsevolod@highsecure.ru>
4 years ago[Fix] Fix saving of the file maps
Vsevolod Stakhov [Mon, 28 Oct 2019 13:06:28 +0000 (13:06 +0000)]
[Fix] Fix saving of the file maps

4 years ago[Minor] Improve trivial maps handling
Vsevolod Stakhov [Mon, 28 Oct 2019 12:08:29 +0000 (12:08 +0000)]
[Minor] Improve trivial maps handling

4 years ago[Minor] Lua_http: Preallocate body when parsing tables
Vsevolod Stakhov [Mon, 28 Oct 2019 11:01:19 +0000 (11:01 +0000)]
[Minor] Lua_http: Preallocate body when parsing tables

4 years ago[Minor] Stop task timeout timer on idempotent stage
Vsevolod Stakhov [Sun, 27 Oct 2019 13:31:57 +0000 (13:31 +0000)]
[Minor] Stop task timeout timer on idempotent stage

4 years ago[Fix] Try to fix another ownership race in ssl connection
Vsevolod Stakhov [Sun, 27 Oct 2019 13:28:51 +0000 (13:28 +0000)]
[Fix] Try to fix another ownership race in ssl connection

4 years ago[Minor] Always stop event on connection reset
Vsevolod Stakhov [Sun, 27 Oct 2019 12:21:05 +0000 (12:21 +0000)]
[Minor] Always stop event on connection reset

4 years ago[Fix] Lot's of fixes in maps check logic
Vsevolod Stakhov [Sun, 27 Oct 2019 12:19:50 +0000 (12:19 +0000)]
[Fix] Lot's of fixes in maps check logic

4 years ago[Feature] Allow to explicitly set events backend
Vsevolod Stakhov [Sun, 27 Oct 2019 09:42:59 +0000 (09:42 +0000)]
[Feature] Allow to explicitly set events backend

4 years ago[Fix] Plug memory leak
Vsevolod Stakhov [Sat, 26 Oct 2019 19:12:33 +0000 (20:12 +0100)]
[Fix] Plug memory leak

4 years ago[Fix] Fix crash on parts with no cd
Vsevolod Stakhov [Sat, 26 Oct 2019 19:08:49 +0000 (20:08 +0100)]
[Fix] Fix crash on parts with no cd

4 years ago[Fix] Fix event loop creation
Vsevolod Stakhov [Sat, 26 Oct 2019 19:07:52 +0000 (20:07 +0100)]
[Fix] Fix event loop creation

4 years ago[Minor] Fix error propagation
Vsevolod Stakhov [Sat, 26 Oct 2019 19:02:33 +0000 (20:02 +0100)]
[Minor] Fix error propagation

4 years agoMerge pull request #3122 from philr/fix_dmarc_reporting_addr_logging
Vsevolod Stakhov [Sat, 26 Oct 2019 10:57:39 +0000 (11:57 +0100)]
Merge pull request #3122 from philr/fix_dmarc_reporting_addr_logging

[Fix] Fix not logging DMARC reporting addresses

4 years agoMerge pull request #3121 from philr/fix_url_reputation_filter
Vsevolod Stakhov [Sat, 26 Oct 2019 10:56:47 +0000 (11:56 +0100)]
Merge pull request #3121 from philr/fix_url_reputation_filter

[Fix] Reputation: Fix a failure when calcuating URL reputation

4 years ago[Minor] Fix not logging DMARC reporting addresses. 3122/head
Phil Ross [Fri, 25 Oct 2019 18:36:27 +0000 (19:36 +0100)]
[Minor] Fix not logging DMARC reporting addresses.

`reporting_addr` uses the email address strings as keys so
`table.concat` won't produce any output.

4 years ago[Minor] Another uuencode fix
Vsevolod Stakhov [Fri, 25 Oct 2019 19:26:32 +0000 (20:26 +0100)]
[Minor] Another uuencode fix

4 years ago[Fix] Fix a failure calcuating URL reputation. 3121/head
Phil Ross [Fri, 25 Oct 2019 17:47:43 +0000 (18:47 +0100)]
[Fix] Fix a failure calcuating URL reputation.

`url_reputation_filter` was attempting to lookup the token key returned
in the `get_token` callback in an integer-indexed table of requests.
Change to looking up the request by its index.

Commit 73d2cee changed from using `gen_url_queries` to
`lua_util.extract_specific_urls` in the assignment of `requests`.
The latter just returns a list of URLs. The former returns the TLD along
with the number of hits. The URL score calculation uses the number of
hits. Revert to using `gen_url_queries`.

4 years ago[Minor] Sigh, another next_check fixes for HTTP maps
Vsevolod Stakhov [Fri, 25 Oct 2019 17:29:55 +0000 (18:29 +0100)]
[Minor] Sigh, another next_check fixes for HTTP maps

4 years ago[Fix] Uuencode: Fix parsing of corrupted uuencode
Vsevolod Stakhov [Fri, 25 Oct 2019 16:56:32 +0000 (17:56 +0100)]
[Fix] Uuencode: Fix parsing of corrupted uuencode

4 years ago[Minor] Arc: Fix symbol insertion
Vsevolod Stakhov [Fri, 25 Oct 2019 16:51:04 +0000 (17:51 +0100)]
[Minor] Arc: Fix symbol insertion

4 years ago[Minor] Update cached files when checking HTTP maps
Vsevolod Stakhov [Fri, 25 Oct 2019 16:36:12 +0000 (17:36 +0100)]
[Minor] Update cached files when checking HTTP maps

4 years ago[Minor] Reduce remain
Vsevolod Stakhov [Fri, 25 Oct 2019 16:15:06 +0000 (17:15 +0100)]
[Minor] Reduce remain

4 years ago[Feature] SPF: Allow to disable AAAA checks in configuration
Vsevolod Stakhov [Fri, 25 Oct 2019 15:11:47 +0000 (16:11 +0100)]
[Feature] SPF: Allow to disable AAAA checks in configuration

4 years ago[Minor] Oops, check for UBRK_DONE first
Vsevolod Stakhov [Fri, 25 Oct 2019 12:56:44 +0000 (13:56 +0100)]
[Minor] Oops, check for UBRK_DONE first

4 years ago[Minor] Try to fix HTTP maps check timeouts
Vsevolod Stakhov [Fri, 25 Oct 2019 11:15:16 +0000 (12:15 +0100)]
[Minor] Try to fix HTTP maps check timeouts

4 years ago[Minor] Remove another crap
Vsevolod Stakhov [Fri, 25 Oct 2019 10:35:24 +0000 (11:35 +0100)]
[Minor] Remove another crap

4 years ago[Minor] Cleanup crap
Vsevolod Stakhov [Fri, 25 Oct 2019 10:24:28 +0000 (11:24 +0100)]
[Minor] Cleanup crap

4 years ago[Feature] Spf: Add limits configuration support
Vsevolod Stakhov [Fri, 25 Oct 2019 08:30:11 +0000 (09:30 +0100)]
[Feature] Spf: Add limits configuration support

4 years ago[Feature] Implement configurable limits for SPF lookups
Vsevolod Stakhov [Fri, 25 Oct 2019 08:22:43 +0000 (09:22 +0100)]
[Feature] Implement configurable limits for SPF lookups

4 years agoMerge pull request #3120 from moisseev/patch-2
Vsevolod Stakhov [Fri, 25 Oct 2019 07:11:39 +0000 (08:11 +0100)]
Merge pull request #3120 from moisseev/patch-2

[Minor] Fix misprint

4 years ago[Minor] Fix misprint 3120/head
Alexander Moisseev [Thu, 24 Oct 2019 17:48:16 +0000 (20:48 +0300)]
[Minor] Fix misprint

4 years ago[Minor] Neural: Fix random sampling
Vsevolod Stakhov [Thu, 24 Oct 2019 17:22:51 +0000 (18:22 +0100)]
[Minor] Neural: Fix random sampling

Issue: #3119

4 years agoMerge pull request #3118 from moisseev/patch-1
Vsevolod Stakhov [Thu, 24 Oct 2019 16:28:04 +0000 (17:28 +0100)]
Merge pull request #3118 from moisseev/patch-1

[Conf] Update neural.conf

4 years ago[Minor] Add safety check when using icu ubrk iterators
Vsevolod Stakhov [Thu, 24 Oct 2019 12:08:29 +0000 (13:08 +0100)]
[Minor] Add safety check when using icu ubrk iterators

4 years ago[Conf] Update neural.conf 3118/head
Alexander Moisseev [Thu, 24 Oct 2019 09:57:41 +0000 (12:57 +0300)]
[Conf] Update neural.conf

4 years agoMerge pull request #3115 from citrin/fix-lua-url-doc
Vsevolod Stakhov [Wed, 23 Oct 2019 17:18:20 +0000 (18:18 +0100)]
Merge pull request #3115 from citrin/fix-lua-url-doc

Fix docs for rspamd_url lua module

4 years ago[Feature] Support uuencoding
Vsevolod Stakhov [Wed, 23 Oct 2019 16:03:19 +0000 (17:03 +0100)]
[Feature] Support uuencoding

4 years ago[Feature] Add support of uudecode
Vsevolod Stakhov [Wed, 23 Oct 2019 16:03:08 +0000 (17:03 +0100)]
[Feature] Add support of uudecode

4 years ago[Minor] Document `image` flag in url:get_flags() 3115/head
Anton Yuzhaninov [Wed, 23 Oct 2019 13:03:41 +0000 (14:03 +0100)]
[Minor] Document `image` flag in url:get_flags()

4 years ago[Minor] Fix doc comment for url.init
Anton Yuzhaninov [Wed, 23 Oct 2019 12:43:26 +0000 (13:43 +0100)]
[Minor] Fix doc comment for url.init

4 years ago[Feature] Support segwit BTC addresses, fix LTC verification
Vsevolod Stakhov [Wed, 23 Oct 2019 14:53:27 +0000 (15:53 +0100)]
[Feature] Support segwit BTC addresses, fix LTC verification

4 years ago[Fix] Fix support of disable_monitoring in rbl
Vsevolod Stakhov [Wed, 23 Oct 2019 14:20:25 +0000 (15:20 +0100)]
[Fix] Fix support of disable_monitoring in rbl

4 years ago[Minor] Fix documentation
Vsevolod Stakhov [Wed, 23 Oct 2019 11:49:54 +0000 (12:49 +0100)]
[Minor] Fix documentation

4 years ago[Minor] Spamassassin: Exclude symbol name from options
Vsevolod Stakhov [Wed, 23 Oct 2019 11:39:34 +0000 (12:39 +0100)]
[Minor] Spamassassin: Exclude symbol name from options

4 years agoMerge pull request #3114 from citrin/drone-convert
Vsevolod Stakhov [Wed, 23 Oct 2019 11:35:54 +0000 (12:35 +0100)]
Merge pull request #3114 from citrin/drone-convert

Drone convert

4 years agoMerge pull request #3112 from denpaforks/p0f-devel
Vsevolod Stakhov [Wed, 23 Oct 2019 11:35:31 +0000 (12:35 +0100)]
Merge pull request #3112 from denpaforks/p0f-devel

[Minor] Fixes for p0f plugin

4 years agoMerge pull request #3111 from philr/fix_dmarc_report_sending
Vsevolod Stakhov [Wed, 23 Oct 2019 11:35:14 +0000 (12:35 +0100)]
Merge pull request #3111 from philr/fix_dmarc_report_sending

[Fix] Fix issues sending DMARC reports

4 years agoDefault stack size should be enough for build without ASAN 3114/head
Anton Yuzhaninov [Wed, 23 Oct 2019 11:14:31 +0000 (12:14 +0100)]
Default stack size should be enough for build without ASAN

It can be useful to know if stack usage will be too high.

4 years agoRemove unused CMake variable
Anton Yuzhaninov [Wed, 23 Oct 2019 11:12:49 +0000 (12:12 +0100)]
Remove unused CMake variable

If was removed in:
https://github.com/rspamd/rspamd/commit/03eabb4c570d30b30d2406fe4ce40d5073be2861

4 years agoConvert Drone pipeline to Drone 1.x syntax
Anton Yuzhaninov [Wed, 23 Oct 2019 10:40:17 +0000 (11:40 +0100)]
Convert Drone pipeline to Drone 1.x syntax

4 years ago[Minor] Fix x-os-fingerprint header 3112/head
denpamusic [Wed, 23 Oct 2019 08:34:32 +0000 (11:34 +0300)]
[Minor] Fix x-os-fingerprint header

Pass correct parameter to add_header function and use double when unpacking integers from mempool

4 years ago[Minor] Skip cache on missing data
denpamusic [Wed, 23 Oct 2019 08:14:37 +0000 (11:14 +0300)]
[Minor] Skip cache on missing data

4 years ago[Fix] Fix issues sending DMARC reports. 3111/head
Phil Ross [Mon, 21 Oct 2019 18:43:15 +0000 (19:43 +0100)]
[Fix] Fix issues sending DMARC reports.

Processing the email template was causing a parse error (#3054). This
was caused by the use of `{% ... %}` statements instead of `{= ... =}`
output expressions.

The message was failing to be sent over SMTP, closing the socket after
reading the response to the DATA command and logging the following
errors:

> lua_tcp_arg_toiovec: bad argument at position -1
> lua_tcp_add_write: tcp request has bad data argument at pos 3

This was caused by the number of substitutions made by `gsub` being
added to the message table.

Sending would stop after processing the first message. This was caused
by the sendmail callback function missing a call to
`get_reporting_domain` on a successful outcome.

Resolves #3054.

4 years ago[Minor] Do not crash if redis cache cannot be reached
Vsevolod Stakhov [Tue, 22 Oct 2019 16:58:10 +0000 (17:58 +0100)]
[Minor] Do not crash if redis cache cannot be reached

4 years ago[Minor] Log error in a more straightforward way
Vsevolod Stakhov [Tue, 22 Oct 2019 16:52:15 +0000 (17:52 +0100)]
[Minor] Log error in a more straightforward way

4 years ago[Test] Fix neural tests
Vsevolod Stakhov [Tue, 22 Oct 2019 15:32:06 +0000 (16:32 +0100)]
[Test] Fix neural tests

4 years ago[Fix] Important hiredis fixes
Vsevolod Stakhov [Tue, 22 Oct 2019 15:14:13 +0000 (16:14 +0100)]
[Fix] Important hiredis fixes

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.

4 years ago[Fix] Sigh, another email to string fix
Vsevolod Stakhov [Tue, 22 Oct 2019 14:52:27 +0000 (15:52 +0100)]
[Fix] Sigh, another email to string fix

4 years ago[Fix] Another fix for numeric urls parsing
Vsevolod Stakhov [Tue, 22 Oct 2019 11:12:52 +0000 (12:12 +0100)]
[Fix] Another fix for numeric urls parsing

4 years ago[Minor] Fix tostring tests
Vsevolod Stakhov [Tue, 22 Oct 2019 11:12:38 +0000 (12:12 +0100)]
[Minor] Fix tostring tests

4 years ago[Minor] Lua_url: Another fix for emails to string
Vsevolod Stakhov [Tue, 22 Oct 2019 10:35:22 +0000 (11:35 +0100)]
[Minor] Lua_url: Another fix for emails to string

4 years ago[Minor] Fix clang plugin functions on OSX
Vsevolod Stakhov [Tue, 22 Oct 2019 10:21:34 +0000 (11:21 +0100)]
[Minor] Fix clang plugin functions on OSX

4 years ago[Fix] Fix misprint
Vsevolod Stakhov [Mon, 21 Oct 2019 19:19:05 +0000 (20:19 +0100)]
[Fix] Fix misprint

4 years ago[Fix] Do not use strdup on data extracted from lua
Vsevolod Stakhov [Mon, 21 Oct 2019 15:01:46 +0000 (16:01 +0100)]
[Fix] Do not use strdup on data extracted from lua

4 years ago[Minor] Clang-Plugin: Fix linking with clang
Vsevolod Stakhov [Mon, 21 Oct 2019 14:35:20 +0000 (15:35 +0100)]
[Minor] Clang-Plugin: Fix linking with clang

Submitted by: @citrin

4 years ago[Minor] Do not try to parse non-trivial parts as text parts
Vsevolod Stakhov [Mon, 21 Oct 2019 14:31:15 +0000 (15:31 +0100)]
[Minor] Do not try to parse non-trivial parts as text parts

4 years ago[Minor] Do not do urf8 escape for non-utf8 regexps
Vsevolod Stakhov [Mon, 21 Oct 2019 13:44:37 +0000 (14:44 +0100)]
[Minor] Do not do urf8 escape for non-utf8 regexps

4 years ago[Minor] Fix utf8 regexps escaping
Vsevolod Stakhov [Mon, 21 Oct 2019 13:44:07 +0000 (14:44 +0100)]
[Minor] Fix utf8 regexps escaping

4 years ago[Feature] Store etag in cached HTTP maps + better logging
Vsevolod Stakhov [Mon, 21 Oct 2019 12:31:09 +0000 (13:31 +0100)]
[Feature] Store etag in cached HTTP maps + better logging

4 years ago[Minor] Fix format string issues
Vsevolod Stakhov [Mon, 21 Oct 2019 11:29:12 +0000 (12:29 +0100)]
[Minor] Fix format string issues

4 years ago[Minor] Clang-Plugin: Fix build
Vsevolod Stakhov [Mon, 21 Oct 2019 11:19:12 +0000 (12:19 +0100)]
[Minor] Clang-Plugin: Fix build

4 years ago[Minor] Clang-plugin: Continue check if callee get failed
Vsevolod Stakhov [Mon, 21 Oct 2019 11:18:55 +0000 (12:18 +0100)]
[Minor] Clang-plugin: Continue check if callee get failed

5 years ago[Minor] Another try to fix races in redis stats
Vsevolod Stakhov [Sat, 19 Oct 2019 08:56:12 +0000 (09:56 +0100)]
[Minor] Another try to fix races in redis stats

Issue: #3088

5 years ago[Minor] Neural: One more corner case fix
Vsevolod Stakhov [Fri, 18 Oct 2019 20:13:12 +0000 (21:13 +0100)]
[Minor] Neural: One more corner case fix

5 years ago[Minor] Oops, fix misprint
Vsevolod Stakhov [Fri, 18 Oct 2019 19:04:12 +0000 (20:04 +0100)]
[Minor] Oops, fix misprint

5 years ago[Fix] Oops, fix math.huge invocation
Vsevolod Stakhov [Fri, 18 Oct 2019 18:16:39 +0000 (19:16 +0100)]
[Fix] Oops, fix math.huge invocation

Issue: #3099

5 years ago[Fix] Meta: Filter some more values
Vsevolod Stakhov [Fri, 18 Oct 2019 17:36:29 +0000 (18:36 +0100)]
[Fix] Meta: Filter some more values

5 years ago[Fix] Neural: Add protection agains infinities
Vsevolod Stakhov [Fri, 18 Oct 2019 17:31:46 +0000 (18:31 +0100)]
[Fix] Neural: Add protection agains infinities

5 years ago[CritFix] Fix dkim verification for multiple headers listed
Vsevolod Stakhov [Fri, 18 Oct 2019 17:17:30 +0000 (18:17 +0100)]
[CritFix] Fix dkim verification for multiple headers listed

Issue: #3090