summaryrefslogtreecommitdiff
path: root/src (follow)
AgeCommit message (Expand)Author
2021-08-14debug log to dup'd stderr / php is closing stderr during shutdownBen Fuhrmannek
2021-08-14missing efree in sp_log_msgfBen Fuhrmannek
2021-08-14fixed mem leak in parserBen Fuhrmannek
2021-08-14fixed incorrect debug log invocationBen Fuhrmannek
2021-08-14fixed mem leak in get_paramBen Fuhrmannek
2021-08-14removed unused variableBen Fuhrmannek
2021-08-14fixed null pointer dereferenceBen Fuhrmannek
2021-08-02Fix warning when SP_HAS_PCRE2 is not defined (#397)Giovanni
2021-08-02Bump the changelogv0.7.1jvoisin
2021-07-28Sprinkle even more `const`jvoisin
2021-07-25Replace an odd call to strtok_r().WhiteWinterWolf
2021-07-22Sprinkle some constjvoisin
2021-05-09Add some guard to prevent hooking recursionjvoisin
2021-05-09strtok/strtok_r is a thing from the past, don't use it.jvoisin
2021-05-09Add some checks to prevent recursion upon config reloadingjvoisin
2021-05-09Fix disable function chmodWhiteWinterWolf
2021-05-09Fix the testsuite on php7.4jvoisin
2021-05-09Allow session-related things to fail on php8 for nowjvoisin
2021-05-09Fix the testsuite on fedorajvoisin
2021-05-09Fix compilation on non-pcre2 targetsjvoisin
2021-05-08Remove some memory-leaksjvoisin
2021-05-08Add a test for #390jvoisin
2021-05-08Fix a memory leak when using pcre2jvoisin
2021-05-08Handle a possible issue with regexpjvoisin
2021-04-28A pass of clang-formatjvoisin
2021-04-28Simplify a bit get_ip()jvoisin
2021-04-28Add some logging for the XXE mitigationjvoisin
2021-04-27Protect against XXE in php8jvoisin
2021-04-27Fix SKIPIF output syntax errorTristan Deloche
2021-04-26Make it easier to figure functions parameters' namesJulien Voisin
2021-03-26Add PHP8 for linux distributions on the CIJulien Voisin
2021-01-30Improve a bit the typing of the parserjvoisin
2021-01-30Improve a bit type diversityjvoisin
2021-01-05Fix a superfluous `const`jvoisin
2021-01-04Skip a failing test on php8jvoisin
2021-01-04Add a check on parameters namesxXx-caillou-xXx
2021-01-04Fix #368 build with system libpcreRemi Collet
2021-01-03Don't fallback to local variables when unable to get function parameterSylvain "caillou" Lefevre
2021-01-03Don't check for bundled pcre in php8jvoisin
2021-01-02Bump the changelogv0.7.0jvoisin
2021-01-02Do a clang-format passjvoisin
2021-01-02Add stacktraces to dumpsjvoisin
2021-01-02Use gitlab-ci for all supported php versionsjvoisin
2021-01-02Fix a test on php8+jvoisin
2021-01-01Simplify a loop conditionjvoisin
2021-01-01Simplify sp_match_array_valuejvoisin
2021-01-01Constify a functionjvoisin
2021-01-01Enable a disabled testjvoisin
2020-12-31Fix a test on php8jvoisin
2020-12-31Enabled matching on local var in php8jvoisin