aboutsummaryrefslogtreecommitdiff
path: root/comments/src/main.zig
AgeCommit message (Collapse)Author
2024-03-25Final conversion to ZineMartin Ashby
2024-02-18Add CGI handling to my basic serverMartin Ashby
Fix some missing bits from the comments CGI program, specifically - respect content_length from the web server - write the http status response as a header in the result
2024-02-01Update for zig masterMartin Ashby
2023-08-31Move pq.zig to it's own repo for re-use in other projectsMartin Ashby
2023-08-28Switch to zig package manager instead of using submodulesMartin Ashby
Add smtp library Send a notification on comment.
2023-08-22Replace comments with zig versionMartin Ashby