| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-06-16 | Fix spelling | Christian Göttsche | |
| 2023-06-25 | Remove ZEND_HOT | jvoisin | |
| 2022-02-05 | introduced sp_regexp / store original regex | Ben Fuhrmannek | |
| 2022-01-12 | fixed potential oob read | Ben Fuhrmannek | |
| 2021-10-21 | added some array initialization, just in case. | Ben Fuhrmannek | |
| 2021-08-16 | fincy new scanner/parser for config rules + fixed a few bugs along the way + ↵ | Ben Fuhrmannek | |
| fixed related unittests | |||
| 2021-08-06 | removed useless assignment | Ben Fuhrmannek | |
| 2021-05-09 | Fix compilation on non-pcre2 targets | jvoisin | |
| 2021-05-08 | Remove some memory-leaks | jvoisin | |
| 2021-05-08 | Fix a memory leak when using pcre2 | jvoisin | |
| 2021-05-08 | Handle a possible issue with regexp | jvoisin | |
| Gracefully handle the case where we can't get allocated memory when trying to match a regex. | |||
| 2021-01-04 | Add a check on parameters names | xXx-caillou-xXx | |
| Snuffleupagus will now warn when a particular function doesn't have the expected parameters configuration-wise. | |||
| 2021-01-04 | Fix #368 build with system libpcre | Remi Collet | |
| 2021-01-01 | Constify a function | jvoisin | |
| 2020-12-24 | Add PHP8 support | Julien Voisin | |
| 2020-12-13 | Reduce the scope of a call | jvoisin | |
| 2020-12-13 | Get rid of pcre1 | jvoisin | |
| 2019-02-23 | Try to unify the includes | jvoisin | |
| 2018-10-06 | Bump a bit the coverage | jvoisin | |
| * `setcookie` doesn't always return `true` anymore * clang-format * Cookies with invalid decryption are dropped, but the request isn't anymore * faulty unserialize are now dumpable | |||
| 2018-08-28 | Fix some compilation warnings | xXx-caillou-xXx | |
| 2018-08-28 | Use php's logging functions | xXx-caillou-xXx | |
| This commit replace our usage of `php_log_err` with `zend_error`. This should allow administrators to display errors in the webpage, should they want to; and to properly manipulate the verbosity's level. This should close #217 | |||
| 2018-03-05 | Improve a bit the performances (+10%) | jvoisin | |
| 2018-02-05 | Massive simplification of functions hooking | jvoisin | |
| 2018-02-05 | Compatibility layer for pcre2 | jvoisin | |
| This should close #129 | |||
