Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | [Minor] Properly print top symbols by timeout | Vsevolod Stakhov | 2022-09-10 | 3 | -10/+26 | |
| | ||||||
* | [Minor] Slightly improve log message | Vsevolod Stakhov | 2022-09-10 | 1 | -2/+4 | |
| | ||||||
* | [Fix] milter_headers: Header fields may be inserted at wrong position. | IKEDA Soji | 2022-09-03 | 1 | -7/+28 | |
| | ||||||
* | [Minor] Check ucl object type | Vsevolod Stakhov | 2022-08-27 | 1 | -1/+1 | |
| | ||||||
* | [Fix] Skip cname records when processing SPF records | Vsevolod Stakhov | 2022-08-26 | 1 | -0/+9 | |
| | ||||||
* | [Minor] SPF: Fix debugging domain | Vsevolod Stakhov | 2022-08-26 | 1 | -5/+6 | |
| | ||||||
* | [Fix] Another try to fix add headers compatibility logic | Vsevolod Stakhov | 2022-08-23 | 1 | -19/+36 | |
| | | | | Issue: #4246 | |||||
* | [Fix] Fix iteration over milter headers | Vsevolod Stakhov | 2022-08-23 | 1 | -4/+5 | |
| | | | | Issue: #4246 | |||||
* | [Minor] Exclude irrelevant parts from mime_headers regexp | Vsevolod Stakhov | 2022-08-22 | 1 | -0/+6 | |
| | ||||||
* | [Minor] Add utility function for task timeouts | Vsevolod Stakhov | 2022-08-19 | 2 | -0/+38 | |
| | ||||||
* | [Minor] Implement C API to obtain timeouts information | Vsevolod Stakhov | 2022-08-19 | 2 | -0/+50 | |
| | ||||||
* | [Minor] Save all items that causes timeouts | Vsevolod Stakhov | 2022-08-19 | 2 | -2/+28 | |
| | ||||||
* | [Minor] Add some more logging | Vsevolod Stakhov | 2022-08-18 | 1 | -7/+19 | |
| | ||||||
* | [Minor] Add function to find out the maximum timeout for all symbols | Vsevolod Stakhov | 2022-08-17 | 2 | -0/+71 | |
| | ||||||
* | [Minor] Add timeout augmentation | Vsevolod Stakhov | 2022-08-17 | 1 | -0/+6 | |
| | ||||||
* | [Project] Allow to extract augmentation values | Vsevolod Stakhov | 2022-08-13 | 2 | -0/+29 | |
| | ||||||
* | [Minor] Handle null values | Vsevolod Stakhov | 2022-08-12 | 1 | -0/+5 | |
| | ||||||
* | [Project] Support augmentations with values | Vsevolod Stakhov | 2022-08-12 | 4 | -25/+90 | |
| | ||||||
* | [Minor] Ignore unlink failures when dealing with the caching logic | Vsevolod Stakhov | 2022-08-10 | 1 | -2/+3 | |
| | | | | Issue: #4238 | |||||
* | [Minor] Hide complex function | Vsevolod Stakhov | 2022-08-08 | 2 | -23/+26 | |
| | ||||||
* | [Minor] Oops, forgot to save a file: fix compilation error | Vsevolod Stakhov | 2022-08-07 | 1 | -1/+1 | |
| | ||||||
* | [Minor] One more effort to select a proper item to change | Vsevolod Stakhov | 2022-08-07 | 2 | -10/+22 | |
| | ||||||
* | [Minor] Set current item when processing composites | Vsevolod Stakhov | 2022-08-07 | 1 | -0/+4 | |
| | ||||||
* | [Minor] Try to fix stats for the virtual symbols | Vsevolod Stakhov | 2022-08-06 | 3 | -4/+15 | |
| | ||||||
* | [Fix] Try to avoid a corner case for `@` pattern | Vsevolod Stakhov | 2022-08-04 | 1 | -15/+24 | |
| | | | | Issue: #4217 | |||||
* | [Minor] Another try to fix build on old systems | Vsevolod Stakhov | 2022-07-28 | 1 | -1/+1 | |
| | ||||||
* | [Minor] Reduce log level | Vsevolod Stakhov | 2022-07-27 | 1 | -1/+1 | |
| | ||||||
* | [Minor] Explicitly resolve parent as it could not be resolved initially | Vsevolod Stakhov | 2022-07-27 | 1 | -0/+1 | |
| | ||||||
* | [Fix] Try to fix passthrough results processing logic | Vsevolod Stakhov | 2022-07-26 | 1 | -11/+13 | |
| | ||||||
* | [Fix] Try to fix the mess with read only flag | Vsevolod Stakhov | 2022-07-25 | 1 | -1/+1 | |
| | | | | Issue: #4219 | |||||
* | [Minor] Add static C API | Vsevolod Stakhov | 2022-07-24 | 2 | -0/+35 | |
| | ||||||
* | [Minor] Check version header that is absent sometimes | Vsevolod Stakhov | 2022-07-18 | 1 | -1/+5 | |
| | ||||||
* | [Minor] Add is_avalanching type hint | Vsevolod Stakhov | 2022-07-18 | 3 | -0/+3 | |
| | ||||||
* | [Minor] Add a workaround for old clang | Vsevolod Stakhov | 2022-07-18 | 1 | -0/+9 | |
| | ||||||
* | [Minor] Fix hash usage after rework to address pointer stability issue | Vsevolod Stakhov | 2022-07-18 | 1 | -4/+9 | |
| | ||||||
* | [Rework] Use hash map for id->symbol mappings | Vsevolod Stakhov | 2022-07-17 | 2 | -25/+21 | |
| | ||||||
* | [Minor] Simplify id_list by using of the small vector | Vsevolod Stakhov | 2022-07-17 | 5 | -120/+37 | |
| | ||||||
* | [Minor] Follow-up for static disabling of the symbols | Vsevolod Stakhov | 2022-07-17 | 2 | -6/+117 | |
| | ||||||
* | [Feature] Add ability to statically maintain disabled/enabled patterns | Vsevolod Stakhov | 2022-07-17 | 1 | -0/+134 | |
| | ||||||
* | [Rework] Use another version of hash table from the same author | Vsevolod Stakhov | 2022-07-17 | 13 | -32/+37 | |
| | ||||||
* | [Fix] Fix reading of the cached maps | Vsevolod Stakhov | 2022-07-10 | 1 | -10/+18 | |
| | | | | Issue: #4213 | |||||
* | [Minor] Fix format string | Vsevolod Stakhov | 2022-07-09 | 1 | -5/+5 | |
| | ||||||
* | [Fix] Fix several issues with the HTTP keepalive parsing | Vsevolod Stakhov | 2022-07-09 | 1 | -14/+13 | |
| | ||||||
* | [Minor] Fix several issues in the parsing of the timeout in Keep-Alive header | Vsevolod Stakhov | 2022-07-09 | 1 | -25/+38 | |
| | ||||||
* | [Fix] Remove check for a score with no symbol being registered | Vsevolod Stakhov | 2022-07-08 | 1 | -4/+1 | |
| | | | | | | | | | | | This check is redundant and has proven to confuse users who want to disable some rules. Indeed, if we are looking for a way to hint a user that the registered symbol `example` does not match with the scored symbol `exmaple` (e.g. incorrect spelling), then this error will be detected when we match symcache entries and the scores. The opposite check is useless to prevent such an error. And since it is much harder to define a dangling score with no real symbol, we can just ignore this possibility in general, since the FP for this check, specifically when some rule got intentionally disabled but a score is not removed just annoys users for no good reason. | |||||
* | [Minor] Some more fixes towards hyperscan obsoletion reasoning | Vsevolod Stakhov | 2022-07-08 | 1 | -3/+4 | |
| | ||||||
* | [Minor] Add some extra error reporting to hyperscan cache checks | Vsevolod Stakhov | 2022-07-05 | 2 | -4/+36 | |
| | ||||||
* | [Minor] Save list of children for normal symbols with dependent virtual symbols | Vsevolod Stakhov | 2022-07-05 | 3 | -1/+27 | |
| | ||||||
* | [Minor] Oops, my clang plugin tells me something that I have ignored | Vsevolod Stakhov | 2022-06-29 | 1 | -1/+1 | |
| | ||||||
* | [Minor] Fix confusing with variable type and re-use | Vsevolod Stakhov | 2022-06-29 | 1 | -6/+16 | |
| |