summaryrefslogtreecommitdiff
path: root/src (follow)
AgeCommit message (Expand)Author
2020-12-28Enable more tests for php8jvoisin
2020-12-25mark some tests as passing on php8jvoisin
2020-12-24Add PHP8 supportJulien Voisin
2020-12-19docs: fix simple typo, migitate -> mitigateTim Gates
2020-12-13Reduce the scope of a calljvoisin
2020-12-13Remove a duplicate includejvoisin
2020-12-13Get rid of pcre1jvoisin
2020-12-12Mark the relevant php8 tests as broken (#359)jvoisin
2020-12-01In tests, don't `die("skip")` but `print "skip"` instead (#358)jvoisin
2020-11-30Fix an other type mismatch in zend_compile_stringjvoisin
2020-11-30Fix the type of zend_compile_string (#357)jvoisin
2020-11-29Fix some unused variables warnings introduced in ea7c76bjvoisin
2020-11-29Fix zend_write booking typejvoisin
2020-11-29Don't call libxml_disable_entity_loader for php8+jvoisin
2020-11-29Make the `>` operator skip over functionsjvoisin
2020-11-20Add some tests for the strict modejvoisin
2020-11-18Make the strict mode disableablejvoisin
2020-11-12Add a testjvoisin
2020-11-12Invalid configurations with mutually exclusive keywords now abortsjvoisin
2020-11-12Harmonize a bit the configuration parsing and fix a typojvoisin
2020-11-12Simplify a bit a functionjvoisin
2020-11-12Snuffleupagus now uses pcre2 by defaultjvoisin
2020-11-08Mark a test as brokenjvoisin
2020-11-06Bump the changelogv0.6.0jvoisin
2020-11-06Clang-format againjvoisin
2020-11-06Constify a bit morejvoisin
2020-11-06Use proper prototype declarationjvoisin
2020-10-03Fix the testsuite for php7.4jvoisin
2020-08-16Remove a useless line of codejvoisin
2020-08-16Add a test for the native loggingjvoisin
2020-08-12Allow empty configuration (#342)jvoisin
2020-08-07Move an includejvoisin
2020-08-05Add a test for the syslog output of the logsjvoisin
2020-07-22refactoring sp_log_* (#340)Giovanni
2020-07-21Fixed issue on impossible bailout.Giovanni Dante Grazioli
2020-07-21Fix #338 - added log type if type is simulation, drop or log. (#339)Giovanni
2020-07-12One more constjvoisin
2020-07-12More constificationjvoisin
2020-07-12Use $_SERVER['REMOTE_ADDR'] in last resort to get the client's ip addrjvoisin
2020-07-08Add a couple of `restrict`jvoisin
2020-07-04Fix a small typojvoisin
2020-07-04Reorder some declarationjvoisin
2020-07-04Add two tests related to x-forwarded-for and remote-addrjvoisin
2020-07-04Run clang-format on the codebasejvoisin
2020-07-04Factorize how snuffleupagus gets client's ip addrjvoisin
2020-07-04Fix a syslog-related issuejvoisin
2020-06-20Bump the changelogv0.5.1jvoisin
2020-06-19Fix the gitlab-ci Ubuntu runnerjvoisin
2020-06-15Merge remote-tracking branch 'upstream/master'Ben Fuhrmannek
2020-06-15fixed trigger logic to parameter matchingBen Fuhrmannek