summaryrefslogtreecommitdiff
path: root/src/CGIScript.h
AgeCommit message (Collapse)Author
2022-09-20Validate CGI script paths before starting up the servercflip
This still doesn't throw up an error when attepting to run scripts without the leading './', but it's a start
2022-09-19Add ClangTidy configuration and apply fixescflip
2022-09-19Add ClangFormat configuration and reformat filescflip
2022-09-19Refactor the CGIScript class a bitcflip
This allows the user of the class to set environment variables before opening the pipe to the script.
2022-09-19Add abstractions to automatically unset environment variablescflip
The PATH_INFO environment variable has also been added.
2022-09-17Make a nice wrapper class for running CGI scriptscflip