summaryrefslogtreecommitdiff
path: root/src/sp_config.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-12-20Better parsing of the rulesxXx-caillou-xXx
Thanks to this huge commit from @xXx-caillou-xXx, we can now write amazingly flexible rules.
2017-11-24Implement anti csrf measuresxXx-caillou-xXx
This is done by using the "samesite" cookie attribute.
2017-10-26Free additionally allocated `sp_list` instancesBen Foster
References #43.
2017-10-02First pass for #9jvoisin
2017-09-25Show the line number in case of processing errorjvoisin
2017-09-21Add travisjvoisin
2017-09-20Initial importSebastien Blot