aboutsummaryrefslogtreecommitdiff
path: root/README
AgeCommit message (Collapse)Author
2021-09-22Log in, log outHEADmasterJohn Ankarström
2021-09-20Implement loginJohn Ankarström
2021-09-19Add bcryptJohn Ankarström
2021-09-19Fix ISVIS, parse database errorJohn 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-19Add simple captchaJohn Ankarström
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-18Start work on `new' functionsJohn Ankarström
2021-09-18Implement `add' functionsJohn Ankarström
2021-09-18Free database structs after useJohn Ankarström
2021-09-18Clean up database codeJohn Ankarström
2021-09-18Add README for mktplJohn Ankarström
2021-09-18Add README, fix C89 complianceJohn Ankarström