Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Split out passing the request to a separate function | Grzegorz Nosek | 2008-05-05 | 1 | -6/+17 |
| | |||||
* | Fix off-by-one while walking the buffer | Grzegorz Nosek | 2008-03-22 | 1 | -1/+1 |
| | |||||
* | Use a much prettier state machine | Grzegorz Nosek | 2008-03-22 | 2 | -54/+72 |
| | |||||
* | Implement a simple state machine to fixup CGI reply line endings | Grzegorz Nosek | 2008-03-22 | 1 | -8/+88 |
| | |||||
* | Inherit environment from parent in CGI processes | Grzegorz Nosek | 2008-03-22 | 1 | -0/+68 |
| | |||||
* | Fix classic off-by-one in select() call | Grzegorz Nosek | 2008-03-16 | 1 | -1/+1 |
| | |||||
* | Send CGI stderr to real stderr, not to fastcgi stream | Grzegorz Nosek | 2008-03-16 | 1 | -2/+20 |
| | |||||
* | Use INT_MIN instead of -1 as sentinel in max_va() | Grzegorz Nosek | 2008-03-16 | 1 | -2/+5 |
| | |||||
* | Chdir to script's directory before exec (per CGI spec) | Grzegorz Nosek | 2008-03-16 | 1 | -0/+15 |
| | |||||
* | Mostly rewritten for robustness and prettier code | Grzegorz Nosek | 2007-09-30 | 2 | -47/+164 |
| | |||||
* | Improved CGI permission logic | Grzegorz Nosek | 2007-03-10 | 1 | -9/+37 |
| | | | | Symlinks are now allowed if owner matches | ||||
* | Added .gitignore | Grzegorz Nosek | 2007-03-10 | 1 | -0/+1 |
| | |||||
* | Initial commit | Grzegorz Nosek | 2007-03-10 | 2 | -0/+180 |