Age | Commit message (Expand) | Author |
---|---|---|
2023-08-07 | Improve HTTP request parsing and pass cookies to CGI scriptsHEADmaster | cflip |
2023-07-14 | Run executable files as CGI scripts | cflip |
2023-06-08 | Check file extension for NULL | cflip |
2023-06-08 | Support multiple index file names (such as index.php) | cflip |
2023-06-08 | Support POST requests for PHP scripts | cflip |
2023-06-08 | Unset QUERY_STRING environment variable after running CGI script | cflip |
2023-06-01 | Send the proper MIME type when serving static filesc-rewrite | cflip |
2023-06-01 | Allow query strings to be read by PHP scripts | cflip |
2023-05-30 | Reads from files or pipes into a buffer instead of char-by-char | cflip |
2023-05-30 | Refactor response building code | cflip |
2023-05-29 | Hacks to make it possible to serve PHP pages | cflip |
2023-05-27 | Split cfws.c into multiple files | cflip |