summaryrefslogtreecommitdiff
path: root/src/sp_utils.c (follow)
AgeCommit message (Expand)Author
2018-02-05Massive simplification of functions hookingjvoisin
2018-02-05Compatibility layer for pcre2jvoisin
2018-02-05Fix a oncst-related warningjvoisin
2018-01-17Remove useless "head" member in our linked lists implementationsimon MAGNIN-FEYSOT
2018-01-17Fix a minor warningjvoisin
2018-01-15Minor simplificationjvoisin
2018-01-15Fix an other off-by-onejvoisin
2018-01-15Fix some memleaksjvoisin
2018-01-11Remove some legacy codejvoisin
2018-01-10Rework the priority of bl/wl in evaljvoisin
2017-12-28Clang-format passThibault "bui" Koechlin
2017-12-20Better parsing of the rulesxXx-caillou-xXx
2017-12-06Vastly simplify the dumping of zval in `.dump`jvoisin
2017-12-06Fix a format string, thanks to coverityjvoisin
2017-12-05Dump environnement variables (#83)jvoisin
2017-12-04Improve the `.dump` filterjvoisin
2017-12-01Add a test that used to segfaultjvoisin
2017-12-01Fail sooner when not able to create the folder to dumpjvoisin
2017-12-01Vastly simplify the dumping processjvoisin
2017-11-29Implement eval hookingjvoisin
2017-11-13Fix a silly warningjvoisin
2017-10-31Remove an unused variablejvoisin
2017-10-30Fix a silly TOCTOU to make coverity happyjvoisin
2017-10-30Minor code cleanupjvoisin
2017-10-17Use assert instead of sp_log_err for something that shouldn't happenjvoisin
2017-10-13Maybe this will address #35jvoisin
2017-10-13Partially revert d8ac163 because php.jvoisin
2017-10-13Fix some pedantic warningsjvoisin
2017-10-13Fix the size of the output vector in our usage of pcrejvoisin
2017-10-12Minor refactoringjvoisin
2017-10-11Add some more debug to the regexp thingyjvoisin
2017-10-11Add some info when a regexp failsjvoisin
2017-10-10Make the `simulation` mode logs more obviousjvoisin
2017-09-25Fix minor coverity issuesjvoisin
2017-09-22Improve a bit the .travis.yml filejvoisin
2017-09-21Add travisjvoisin
2017-09-20Initial importSebastien Blot