aboutsummaryrefslogtreecommitdiff
path: root/query.c
AgeCommit message (Collapse)Author
2021-09-22Log in, log outHEADmasterJohn Ankarström
2021-09-19Use single header fileJohn Ankarström
There are drawbacks with this approach, but the benefit -- for a small-ish project -- is that the single header file can serve as a very good overview and guide for people exploring the code for the first time.
2021-09-19Implement URL decode and HTML escape functionsJohn Ankarström
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