Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Minor] Fix some warnings | Vsevolod Stakhov | 2023-09-08 | 3 | -15/+25 |
| | |||||
* | [Minor] Learn to cycle back on unsigned | Vsevolod Stakhov | 2023-09-05 | 3 | -11/+11 |
| | |||||
* | [Rework] Some final fixes | Vsevolod Stakhov | 2023-08-16 | 1 | -1/+1 |
| | |||||
* | [Rework] Finish utils rework | Vsevolod Stakhov | 2023-08-14 | 5 | -22/+22 |
| | |||||
* | [Rework] Use clang-format to unify formatting in all sources | Vsevolod Stakhov | 2023-07-26 | 9 | -657/+680 |
| | | | | No meaningful changes. | ||||
* | [Minor] Fix another `enum` usage in fmt | Vsevolod Stakhov | 2023-07-09 | 1 | -1/+1 |
| | | | | Issue: #4482 | ||||
* | [Minor] Add fail-safe for composites processing | Vsevolod Stakhov | 2023-06-17 | 1 | -1/+1 |
| | |||||
* | [Fix] Fix format string usage | Vsevolod Stakhov | 2023-05-13 | 1 | -1/+1 |
| | | | | Issue: #4482 | ||||
* | [Minor] Try to fix build | Vsevolod Stakhov | 2022-12-03 | 1 | -4/+4 |
| | |||||
* | [Minor] Use a separate error class instead of std::string | Vsevolod Stakhov | 2022-10-17 | 1 | -2/+7 |
| | |||||
* | [Minor] Rename file to a more appropriate name | Vsevolod Stakhov | 2022-10-17 | 1 | -1/+1 |
| | |||||
* | [Minor] Commit leftovers | Vsevolod Stakhov | 2022-10-15 | 1 | -1/+1 |
| | |||||
* | [Minor] Do not use names starting from `_` as they might be reserved | Vsevolod Stakhov | 2022-10-04 | 1 | -2/+2 |
| | | | | Issue: #4293 | ||||
* | [Minor] Make panic more informant | Vsevolod Stakhov | 2022-09-19 | 1 | -2/+10 |
| | |||||
* | [Fix] Avoid cyclic references in symcache and fix memory leaks | Vsevolod Stakhov | 2022-09-17 | 5 | -64/+66 |
| | |||||
* | [Minor] Minor debugging improvements | Vsevolod Stakhov | 2022-09-10 | 1 | -10/+18 |
| | |||||
* | [Minor] Remove priorities from idempotent filters | Vsevolod Stakhov | 2022-09-10 | 1 | -5/+10 |
| | |||||
* | [Minor] Properly print top symbols by timeout | Vsevolod Stakhov | 2022-09-10 | 2 | -3/+3 |
| | |||||
* | [Minor] Slightly improve log message | Vsevolod Stakhov | 2022-09-10 | 1 | -2/+4 |
| | |||||
* | [Minor] Implement C API to obtain timeouts information | Vsevolod Stakhov | 2022-08-19 | 1 | -0/+26 |
| | |||||
* | [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 | 3 | -24/+87 |
| | |||||
* | [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 | 2 | -3/+13 |
| | |||||
* | [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 |
| | |||||
* | [Minor] Add static C API | Vsevolod Stakhov | 2022-07-24 | 1 | -0/+17 |
| | |||||
* | [Minor] Check version header that is absent sometimes | Vsevolod Stakhov | 2022-07-18 | 1 | -1/+5 |
| | |||||
* | [Minor] Add a workaround for old clang | Vsevolod Stakhov | 2022-07-18 | 1 | -0/+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 | 3 | -6/+6 |
| | |||||
* | [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] Save list of children for normal symbols with dependent virtual symbols | Vsevolod Stakhov | 2022-07-05 | 3 | -1/+27 |
| | |||||
* | [Fix] Symcache: Do not use C style comparators in C++ sorts | Vsevolod Stakhov | 2022-06-28 | 1 | -18/+4 |
| | |||||
* | [Fix] Another try to fix race condition in the runtime destruction | Vsevolod Stakhov | 2022-05-28 | 3 | -15/+28 |
| | |||||
* | Revert "[Fix] Stop slow timer on task destruction" | Vsevolod Stakhov | 2022-05-28 | 1 | -1/+0 |
| | | | | This reverts commit 64cc33bb9169369241c78b999e3d1a4ce0a2cb02. | ||||
* | [Fix] Stop slow timer on task destruction | Vsevolod Stakhov | 2022-05-27 | 1 | -0/+1 |
| | | | | Issue: #4182 |