summaryrefslogtreecommitdiff
path: root/cfws.c
AgeCommit message (Collapse)Author
2023-06-01Allow query strings to be read by PHP scriptscflip
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-30Move request handling code out of net.c and into the main filecflip
2023-05-27Split cfws.c into multiple filescflip
2023-05-27Load and serve files from the filesystemcflip
2023-05-08Begin rewriting cfws in Ccflip