summaryrefslogtreecommitdiff
path: root/src/snuffleupagus.c (follow)
AgeCommit message (Collapse)Author
2017-12-21Rename sp_node_t to sp_list_nodejvoisin
Since we now have sp_list and sp_tree, it makes sense to specify that nodes are only for lists.
2017-11-29Implement eval hookingjvoisin
It's not possible to hook the `eval` builtin like other functions.
2017-11-24Implement anti csrf measuresxXx-caillou-xXx
This is done by using the "samesite" cookie attribute.
2017-10-31Minor factorizationjvoisin
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-20Add support for multiple files in sp.configuration_file directiveblotus
This should close (#45
2017-10-13Add more data to `phpinfo()`jvoisin
- The version - The git commit
2017-10-13Show some data in the phpinfo();jvoisin
2017-10-10Remove a useless ile for nowjvoisin
This should close #31
2017-10-09Better hooking of language constructs (#26)jvoisin
* Vastly improve the support of language construct hooking
2017-09-20Initial importSebastien Blot