summaryrefslogtreecommitdiff
path: root/cfws.c
AgeCommit message (Expand)Author
2023-07-14Run executable files as CGI scriptscflip
2023-07-14Add verbose flag and command line help messagecflip
2023-07-09Gracefully shut down server when interrupted with Ctrl+Ccflip
2023-06-08Support POST requests for PHP scriptscflip
2023-06-06Ignore SIGPIPE signals when writing to a closed socketcflip
2023-06-03Respond with 501 Not Implemented for unknown request methodscflip
2023-06-01Allow query strings to be read by PHP scriptscflip
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