Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-06-01 | Allow query strings to be read by PHP scripts | cflip | |
php-cgi is now run without any command line arguments and information such as the script filename and the query string are passed in via environment variables. | |||
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 | |