summaryrefslogtreecommitdiff
path: root/src/sp_unserialize.c (follow)
AgeCommit message (Expand)Author
2022-05-03Help the compiler to optimize sp_do_hash_hmac_sha256 a morejvoisin
2022-03-20Fix compilation on PHP<7.2jvoisin
2021-12-13fixed use after free + PHP 7 compatibilityBen Fuhrmannek
2021-11-19replaced call_user_func with C level callBen Fuhrmannek
2021-10-21added some array initialization, just in case.Ben Fuhrmannek
2021-09-23config is stack allocated now + some code improvements (see details)Ben Fuhrmannek
2021-08-16fincy new scanner/parser for config rules + fixed a few bugs along the way + ...Ben Fuhrmannek
2021-08-03simplified string concatBen Fuhrmannek
2020-07-22refactoring sp_log_* (#340)Giovanni
2020-07-04Run clang-format on the codebasejvoisin
2019-06-20Fix snufflepagus_globals linking issues and one mac compatibility issuebef
2018-10-06Bump coverage againjvoisin
2018-10-06Bump a bit the coveragejvoisin
2018-10-06Remove sp_terminate and bump a bit the coveragejvoisin
2018-09-03Fix #241 segfault on 32-bit related to bad protype (#242)Remi Collet
2018-08-30Minor code cleanupxXx-caillou-xXx
2018-07-13Yet an other pass of clang-formatjvoisin
2018-07-13Fix various possible integer overflowsxXx-caillou-xXx
2018-07-13Massively optimize how rules are handledxXx-caillou-xXx
2018-03-02Implement dump() for execution of writable PHP fileskkadosh
2018-02-27Implements .dump() for unserialize and fix some related testskkadosh
2018-02-05Massive simplification of functions hookingjvoisin
2018-01-15Fix some memleaksjvoisin
2018-01-04Eval blacklistjvoisin
2018-01-03Remove some dead codejvoisin
2017-12-28Clang-format passThibault "bui" Koechlin
2017-10-30Fix a silly and useless off-by-onejvoisin
2017-10-18.drop() is not a `nop` anymoreThibault "bui" Koechlin
2017-10-10Make the `simulation` mode logs more obviousjvoisin
2017-09-21Add travisjvoisin
2017-09-20Initial importSebastien Blot