summaryrefslogtreecommitdiff
path: root/file.c
AgeCommit message (Expand)Author
2023-08-07Improve HTTP request parsing and pass cookies to CGI scriptsHEADmastercflip
2023-07-14Run executable files as CGI scriptscflip
2023-06-08Check file extension for NULLcflip
2023-06-08Support multiple index file names (such as index.php)cflip
2023-06-08Support POST requests for PHP scriptscflip
2023-06-08Unset QUERY_STRING environment variable after running CGI scriptcflip
2023-06-01Send the proper MIME type when serving static filesc-rewritecflip
2023-06-01Allow query strings to be read by PHP scriptscflip
2023-05-30Reads from files or pipes into a buffer instead of char-by-charcflip
2023-05-30Refactor response building codecflip
2023-05-29Hacks to make it possible to serve PHP pagescflip
2023-05-27Split cfws.c into multiple filescflip