Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-05-29 | Don't force C'89 standard | cflip | |
There are a bunch of helpful standard library functions that I am missing out on (most notably popen) | |||
2023-05-27 | Split cfws.c into multiple files | cflip | |
2023-05-27 | Build with debug symbols enabled | cflip | |
2023-05-08 | Begin rewriting cfws in C | cflip | |
2022-09-22 | Add install target to Makefile | cflip | |
2022-09-19 | Improve Makefile build system | cflip | |
Building each source file as a separate object makes it faster to compile when only changing one source file, and also allows you to compile with multiple threads when building the whole project. | |||
2022-09-17 | Make a nice wrapper class for running CGI scripts | cflip | |
2022-09-15 | Start serving files from the filesystem | cflip | |
2022-09-14 | Fix a few compiler-dependent errors | cflip | |
2022-07-07 | Create an HttpRequest class | cflip | |
2022-07-07 | Initial commit | cflip | |