| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-01-12 | fixed newlines + typo | Ben Fuhrmannek | |
| 2022-01-12 | make release builds without -j | Ben Fuhrmannek | |
| 2022-01-11 | make src-dir variable in makefile and use bash as default shell | Ben Fuhrmannek | |
| 2022-01-07 | added docker start rule and linked-clone to makefile | Ben Fuhrmannek | |
| 2022-01-05 | skip old php check for testing | Ben Fuhrmannek | |
| 2020-12-28 | Document the `tests` target | jvoisin | |
| 2020-11-11 | Add a `make tests` to run the testsuite | jvoisin | |
| 2020-07-21 | Fix `make coverage` | jvoisin | |
| 2020-05-01 | Make the testsuite work on php7.4 | jvoisin | |
| Before php7.4, it seems that the curl module was loaded by default, but since it's no the case anymore, it has to be manually specified in the testsuite. Interestingly, Php's testsuite mechanism is running snippets to determine some runtime parameters like the extension directory. Unfortunately,it tries to run them with Snuffleupagus loaded, resulting in an error, since no configuration file is passed. | |||
| 2019-01-12 | Add a compile-only target to the Makefile | jvoisin | |
| 2018-08-27 | Fix the `make install` | jvoisin | |
| 2018-07-13 | Massively optimize how rules are handled | xXx-caillou-xXx | |
| This commit does a lot of things: - Use hashtables instead of lists to store the rules - Rules that can be applied at launch time won't be tried at runtime - Improve feedback when writing nonsensical rules - Make intensive use of `zend_string` instead of `char*` | |||
| 2018-01-22 | switch to commonly used version schema (#136) | Remi Collet | |
| * switch to commonly used version schema * update release process | |||
| 2018-01-18 | Rename some leftovers .ini to .rulesv0.2.0 | jvoisin | |
| 2017-12-28 | Bump again the coverage | jvoisin | |
| 2017-10-13 | Add more data to `phpinfo()` | jvoisin | |
| - The version - The git commit | |||
| 2017-10-13 | ghetto debian packaging | Sebastien Blot | |
| 2017-10-05 | Use clang on travis-ci (#23) | jvoisin | |
| 2017-09-27 | Sort the help | jvoisin | |
| 2017-09-27 | Add some auto-documentation to the makefile | jvoisin | |
| 2017-09-26 | Simplify and improve the build system | jvoisin | |
| - CFLAGS are now set in the config.m4 file (and not in the Makefile anymore) - `make release` is added - `make debug` and `make coverage` are now simpler - hardening flags are added | |||
| 2017-09-26 | Run the joomla testsuite as a simple benchmark | jvoisin | |
| The joomla testsuite is now run on travis automatically, with and without snuffleupagus, to give us a rough overview of the performance impact of snuffleupagus on realâ„¢ code. | |||
| 2017-09-22 | Improve a bit the .travis.yml file | jvoisin | |
| 2017-09-21 | Add travis | jvoisin | |
| 2017-09-20 | Initial import | Sebastien Blot | |
