summaryrefslogtreecommitdiff
path: root/src (follow)
AgeCommit message (Collapse)Author
2017-11-13Fix a silly warningjvoisin
2017-11-06Add a failing testjvoisin
2017-11-0653 absolute path (#62)jvoisin
* Add error for relative path
2017-10-31Add a test to match on arrayjvoisin
2017-10-31Minor factorization of the keyword parsing codejvoisin
2017-10-31Unify two struct members related to virtual-patchingxXx-caillou-xXx
This should close #65
2017-10-31Minor factorizationjvoisin
2017-10-31Remove an unused variablejvoisin
2017-10-31Merge pull request #60 from nbs-system/fix_off_by_oneThibault "bui" Koechlin
Fix a silly and useless off-by-one
2017-10-30Fix a silly TOCTOU to make coverity happyjvoisin
2017-10-30Minor code cleanupjvoisin
2017-10-30Fix the segfault?jvoisin
2017-10-30Bump coverage and simplify some codejvoisin
2017-10-30Merge pull request #54 from arpd/43-free-at-shutdownblotus
43 free at shutdown
2017-10-30Fix a silly and useless off-by-onejvoisin
2017-10-27Bump the coveragejvoisin
2017-10-27Improve a bit the coverage wrt. broken configurationsjvoisin
2017-10-26Free additionally allocated `sp_list` instancesBen Foster
References #43.
2017-10-26Renames `sp_new_list` -> `sp_list_new`Ben Foster
To be consistent with the rest of the `sp_list` functions.
2017-10-26Free `config_disabled_constructs`Ben Foster
In reference to #43.
2017-10-26Remove an arbitrary limitationjvoisin
2017-10-25.drop() is now bailoutjvoisin
Courtesy of @buixor
2017-10-25Make the testsuite a bit more robustjvoisin
2017-10-24Bump coverage ♥jvoisin
2017-10-24Remove the `enable` member from the disable function structurejvoisin
Also add some more tests
2017-10-23Add a test for unmatched bracketsjvoisin
2017-10-23Add some tests for upload validation and fix a related typojvoisin
2017-10-23Add a test for non-existent configuration filejvoisin
2017-10-23Implement the .line filterjvoisin
Close #48
2017-10-22Add a testcase, bumping the coveragejvoisin
2017-10-22Improve an error messagejvoisin
2017-10-20Add a test to demonstrate the behaviour wrt. call_user_funcjvoisin
2017-10-20Add support for multiple files in sp.configuration_file directiveblotus
This should close (#45
2017-10-18`.pos` is mutuaally exclusive with .param and .paran_rjvoisin
2017-10-18Fix the testsjvoisin
2017-10-18Add some debugjvoisin
2017-10-18Fix a possible mistakejvoisin
2017-10-18Improve the strtol dancejvoisin
2017-10-18extra testsbui
2017-10-18strtol dancebui
2017-10-18do the strtol dance to make jvoisin happybui
2017-10-18Implement match on arguments positionjvoisin
2017-10-18.drop() is not a `nop` anymoreThibault "bui" Koechlin
`.drop()` is now baillout out, instead of nop'ing the call. This closes #13
2017-10-17Use assert instead of sp_log_err for something that shouldn't happenjvoisin
2017-10-17Add an expected failure for `eval` hookingjvoisin
2017-10-13Add more data to `phpinfo()`jvoisin
- The version - The git commit
2017-10-13Rename a confusing structure memberjvoisin
`regexp` is more confusing than `value_r`
2017-10-13Maybe this will address #35jvoisin
- We shouldn't assume that people are only using regexps - Make an internal function a bit more obvious
2017-10-13Improve the doc wrt. the Debian packagejvoisin
- Fix two minor warnings - Improve the documentation
2017-10-13Partially revert d8ac163 because php.jvoisin