Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-09-20 | Validate CGI script paths before starting up the server | cflip | |
This still doesn't throw up an error when attepting to run scripts without the leading './', but it's a start | |||
2022-09-19 | Add ClangTidy configuration and apply fixes | cflip | |
2022-09-19 | Add ClangFormat configuration and reformat files | cflip | |
2022-09-19 | Refactor the CGIScript class a bit | cflip | |
This allows the user of the class to set environment variables before opening the pipe to the script. | |||
2022-09-19 | Add abstractions to automatically unset environment variables | cflip | |
The PATH_INFO environment variable has also been added. | |||
2022-09-17 | Make a nice wrapper class for running CGI scripts | cflip | |