Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-09-19 | Use single header file | John 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-19 | Implement URL decode and HTML escape functions | John Ankarström | |
2021-09-18 | Make nextparam work with non-NUL-terminated data | John Ankarström | |
At least on POST. | |||
2021-09-17 | Rewrite mktpl script in C | John Ankarström | |
The Perl version didn't handle multiple interpolations on the same line. | |||
2021-09-17 | Rework query functions | John Ankarström | |
Now, the value/parameter retrieval function handles both GET and POST parameters. | |||
2021-09-17 | Compartmentalize | John Ankarström | |