summaryrefslogtreecommitdiff
path: root/src/sp_config_utils.h (follow)
AgeCommit message (Collapse)Author
2022-05-03Even more constjvoisin
2021-08-16fincy new scanner/parser for config rules + fixed a few bugs along the way + ↵Ben Fuhrmannek
fixed related unittests
2018-07-13Massively optimize how rules are handledxXx-caillou-xXx
This commit does a lot of things: - Use hashtables instead of lists to store the rules - Rules that can be applied at launch time won't be tried at runtime - Improve feedback when writing nonsensical rules - Make intensive use of `zend_string` instead of `char*`
2017-12-21Rename sp_node_t to sp_list_nodejvoisin
Since we now have sp_list and sp_tree, it makes sense to specify that nodes are only for lists.
2017-10-09Implement matching on the calltrace (#17)jvoisin
* Implement matching on the calltrace
2017-09-20Initial importSebastien Blot