Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |