summaryrefslogtreecommitdiff
path: root/src/php_snuffleupagus.h (follow)
AgeCommit message (Collapse)Author
2018-02-07Bump the changelogv0.2.1jvoisin
2018-02-05Compatibility layer for pcre2jvoisin
This should close #129
2018-01-22switch to commonly used version schema (#136)Remi Collet
* switch to commonly used version schema * update release process
2018-01-18Bump the changelogjvoisin
2018-01-10Eval whitelistjvoisin
Implement whitelist in eval
2018-01-05Fix a bypass in our eval blacklistjvoisin
2018-01-04Eval blacklistjvoisin
Add support for eval filtering, only blacklist for now
2017-12-28Show in the phpinfo() is the config is validjvoisin
This should close #39
2017-12-20Refactor a bit the sp_tree implementationxXx-caillou-xXx
2017-12-20Better parsing of the rulesxXx-caillou-xXx
Thanks to this huge commit from @xXx-caillou-xXx, we can now write amazingly flexible rules.
2017-12-06Vastly simplify the dumping of zval in `.dump`jvoisin
2017-10-13Add more data to `phpinfo()`jvoisin
- The version - The git commit
2017-10-10Remove a useless ile for nowjvoisin
This should close #31
2017-09-21Add travisjvoisin
2017-09-20Initial importSebastien Blot