aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #4214 from fatalbanana/rspamc_messagesVsevolod Stakhov2022-07-151-2/+10
|\
| * [Minor] rspamc: fix crash on non-string element in `messages`Andrew Lewis2022-07-151-2/+10
|/
* [Fix] Fix reading of the cached mapsVsevolod Stakhov2022-07-101-10/+18
* [Minor] Fix format stringVsevolod Stakhov2022-07-091-5/+5
* [Test] Add unit test for keepalive timeout parsingVsevolod Stakhov2022-07-091-0/+26
* [Fix] Fix several issues with the HTTP keepalive parsingVsevolod Stakhov2022-07-091-14/+13
* [Minor] Fix several issues in the parsing of the timeout in Keep-Alive headerVsevolod Stakhov2022-07-091-25/+38
* [Minor] Eh, one more fix for the format stringVsevolod Stakhov2022-07-091-2/+2
* [Fix] Remove check for a score with no symbol being registeredVsevolod Stakhov2022-07-081-4/+1
* [Minor] Some more fixes towards hyperscan obsoletion reasoningVsevolod Stakhov2022-07-082-7/+17
* [Minor] Reduce log levelVsevolod Stakhov2022-07-071-1/+1
* [Minor] Add some extra error reporting to hyperscan cache checksVsevolod Stakhov2022-07-053-7/+41
* [Minor] Save list of children for normal symbols with dependent virtual symbolsVsevolod Stakhov2022-07-053-1/+27
* [Minor] Use upstream in the dkim signing toolsVsevolod Stakhov2022-07-051-0/+2
* Merge pull request #4211 from ghtm2/masterVsevolod Stakhov2022-07-041-0/+3
|\
| * Use ld.bfd on Fedora 36ghtm22022-07-031-0/+3
* | [Minor] Use upstreams in aws_s3 pluginVsevolod Stakhov2022-07-031-0/+13
* | [Feature] Add function to store upstreams for HTTP urlsVsevolod Stakhov2022-07-031-0/+33
* | [Rework] Pass upstream when sending TCP requestsVsevolod Stakhov2022-07-0212-49/+24
* | [Minor] Initialise variableVsevolod Stakhov2022-07-021-1/+1
* | [Feature] Accept upstream in lua_tcpVsevolod Stakhov2022-07-021-1/+53
* | [Minor] Set ok flag on successVsevolod Stakhov2022-07-021-0/+4
* | [Minor] Check for NULL first for sanityVsevolod Stakhov2022-07-021-1/+4
* | [Minor] Use upstreams refcountsVsevolod Stakhov2022-07-021-1/+5
* | [Feature] Allow lua_http module to accept upstreamsVsevolod Stakhov2022-07-023-19/+63
* | [Feature] Check content for binary stuff before dumping it to LuaVsevolod Stakhov2022-07-012-0/+8
* | [Minor] Inverse logicVsevolod Stakhov2022-07-011-3/+3
* | [Minor] Implement binary string checksVsevolod Stakhov2022-07-012-0/+24
* | [Minor] Set binary flag on binary textsVsevolod Stakhov2022-07-011-4/+9
* | [Test] Use fake record for testingVsevolod Stakhov2022-07-011-0/+6
* | [Test] Add a test to ensure that DKIM verifier ignores unknown tagsVsevolod Stakhov2022-07-012-0/+23
* | Merge pull request #4206 from ghtm2/masterVsevolod Stakhov2022-06-304-406/+77
|\|
| * Update rspamd.specghtm22022-06-281-252/+76
| * Rename rspamd.logrotate.systemd to rspamd.logrotateghtm22022-06-281-0/+0
| * Delete rspamd.logrotateghtm22022-06-281-11/+0
| * Delete rspamd.initghtm22022-06-281-142/+0
* | [Minor] Oops, my clang plugin tells me something that I have ignoredVsevolod Stakhov2022-06-291-1/+1
* | [Minor] Fix confusing with variable type and re-useVsevolod Stakhov2022-06-291-6/+16
* | [Fix] Mempool: Fix alloc_array function to actually multiply nmembers by sizeVsevolod Stakhov2022-06-291-1/+1
* | Merge pull request #4209 from moisseev/webuiVsevolod Stakhov2022-06-292-1/+10
|\ \
| * | [WebUI] Tweak history table layoutmoisseev2022-06-292-1/+10
* | | [Fix] Ignore all (I hope) unknown DKIM signature KV pairsVsevolod Stakhov2022-06-291-18/+12
* | | Merge pull request #4208 from citrin/upstream_revive_timeVsevolod Stakhov2022-06-291-1/+1
|\ \ \ | |/ / |/| |
| * | [Fix] Upstreams: Don't ignore revive_time config optionAnton Yuzhaninov2022-06-291-1/+1
|/ /
* | Revert "[Minor] C++20 is here"Vsevolod Stakhov2022-06-281-1/+7
* | [Fix] Dkim: Ignore unknown DKIM kv pairs as stated in RFCVsevolod Stakhov2022-06-281-33/+40
* | [Fix] Symcache: Do not use C style comparators in C++ sortsVsevolod Stakhov2022-06-281-18/+4
|/
* [Minor] Fix Redis prefixesVsevolod Stakhov2022-06-271-4/+4
* [CritFix] Neural: Fix keys regression after #3968Vsevolod Stakhov2022-06-271-6/+6
* [Minor] Add a helper to serialize stats tokens to a messagepack requestVsevolod Stakhov2022-06-261-4/+64