summaryrefslogtreecommitdiff
path: root/src/sp_utils.c (follow)
AgeCommit message (Collapse)Author
2017-12-01Vastly simplify the dumping processjvoisin
2017-11-29Implement eval hookingjvoisin
It's not possible to hook the `eval` builtin like other functions.
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
- We shouldn't assume that people are only using regexps - Make an internal function a bit more obvious
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
- use the `is_regexp_matching` function when possible - check parameters before passing it to `pcre_exec` - improve error messages wrt. regexp
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