index
:
snuffleupagus
85beta2
log2file
master
Security module for php7 and php8 - Killing bugclasses and virtual-patching the rest!
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
sp_var_parser.c
(
follow
)
Age
Commit message (
Expand
)
Author
2021-08-03
fixed mem leak in parser
Ben Fuhrmannek
2021-08-02
properly free memory on shutdown
Ben Fuhrmannek
2021-07-22
Sprinkle some const
jvoisin
2021-01-30
Improve a bit the typing of the parser
jvoisin
2020-11-06
Constify a bit more
jvoisin
2018-10-06
Bump a bit the coverage
jvoisin
2018-02-07
Use assertions for things that should never happen
jvoisin
2018-02-06
Make our API consistent
jvoisin
2018-02-05
Massive simplification of functions hooking
jvoisin
2018-02-05
Compatibility layer for pcre2
jvoisin
2018-01-17
Remove useless "head" member in our linked lists implementation
simon MAGNIN-FEYSOT
2017-12-28
Clang-format pass
Thibault "bui" Koechlin
2017-12-21
Remove the now useless `validate_str` function
xXx-caillou-xXx
2017-12-21
Rename, again, some types
jvoisin
2017-12-21
Rename sp_node_t to sp_list_node
jvoisin
2017-12-21
Re-indent a bit a function
jvoisin
2017-12-21
Minor code cleanup
xXx-caillou-xXx
2017-12-20
Refactor a bit the sp_tree implementation
xXx-caillou-xXx
2017-12-20
Better parsing of the rules
xXx-caillou-xXx