Age | Commit message (Expand) | Author |
---|---|---|
2023-07-14 | Run executable files as CGI scripts | cflip |
2023-07-14 | Add verbose flag and command line help message | cflip |
2023-07-09 | Gracefully shut down server when interrupted with Ctrl+C | cflip |
2023-06-08 | Support POST requests for PHP scripts | cflip |
2023-06-06 | Ignore SIGPIPE signals when writing to a closed socket | cflip |
2023-06-03 | Respond with 501 Not Implemented for unknown request methods | cflip |
2023-06-01 | Allow query strings to be read by PHP scripts | cflip |
2023-05-30 | Move request handling code out of net.c and into the main file | cflip |
2023-05-27 | Split cfws.c into multiple files | cflip |
2023-05-27 | Load and serve files from the filesystem | cflip |
2023-05-08 | Begin rewriting cfws in C | cflip |