summaryrefslogtreecommitdiff
path: root/src/rost.c
AgeCommit message (Expand)Author
2024-01-28Implement a basic support for Hyperscan.Cyrille Bagard
2024-01-22Take errors occurring while creating scan contexts into account.Cyrille Bagard
2024-01-20Select core components to load.Cyrille Bagard
2023-11-12Dump some ROST keywords on request.Cyrille Bagard
2023-11-06Fix newly detected memory leaks.Cyrille Bagard
2023-11-01Fix various memory leaks.Cyrille Bagard
2023-10-22Provide the size of a rule without recomputing it.Cyrille Bagard
2023-10-10Make ROST quiet by default.Cyrille Bagard
2023-10-06Extend the Python API for ROST (items and literals).Cyrille Bagard
2023-09-26Display tags on demand with ROST.Cyrille Bagard
2023-09-25Handle tags linked to ROST rules.Cyrille Bagard
2023-09-20Introduce an option to check ROST rule syntax without scanning.Cyrille Bagard
2023-09-19Allow ROST rules loading from standard input.Cyrille Bagard
2023-09-12Introduce verbosity levels when displaying scan results as text.Cyrille Bagard
2023-09-10Tune the compilation using flags instead of a config file.Cyrille Bagard
2023-08-18Create some modifiers and handle match properties inside ROST.Cyrille Bagard
2023-08-06Extend the ROST grammar with a first batch of new features.Cyrille Bagard
2023-01-30Save an initial version of rost.Cyrille Bagard