aboutsummaryrefslogtreecommitdiff
path: root/query.c
AgeCommit message (Collapse)Author
2021-09-18Make nextparam work with non-NUL-terminated dataJohn Ankarström
At least on POST.
2021-09-18New userJohn Ankarström
2021-09-18Implement `add' functionsJohn Ankarström
2021-09-17Rewrite mktpl script in CJohn Ankarström
The Perl version didn't handle multiple interpolations on the same line.
2021-09-17Rework query functionsJohn Ankarström
Now, the value/parameter retrieval function handles both GET and POST parameters.
2021-09-17CompartmentalizeJohn Ankarström