Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-08-07 | Improve HTTP request parsing and pass cookies to CGI scriptsHEADmaster | cflip | |
The HTTP request parser has been mostly rewritten, and now it is able to parse header lines. This makes it possible to get the cookie string from the request and pass it to CGI scripts, which was needed for the cflip forum to retain login status. It is now possible to run the forum through cfws, log in and submit threads and posts! | |||
2023-06-08 | Parse HTTP POST requests and request body | cflip | |
2023-06-03 | Respond with 501 Not Implemented for unknown request methods | cflip | |
2023-06-01 | Parse query string from HTTP requests | cflip | |
2023-05-30 | Refactor response building code | cflip | |
This new strategy involves finding the local file path for the given URI, determining what method to use to fulfill the request (read file from disk, use php-cgi, or error), then it writes the response to the client socket. | |||
2023-05-27 | Load and serve files from the filesystem | cflip | |
2023-05-08 | Begin rewriting cfws in C | cflip | |