summaryrefslogtreecommitdiff
path: root/fcgiwrap.c
Commit message (Collapse)AuthorAgeFilesLines
* Restore default SIGCHLD handler (also SIGPIPE for completeness)Grzegorz Nosek2008-06-101-0/+2
|
* Keep passing data from CGI to FastCGI even after a descriptor closes earlyGrzegorz Nosek2008-06-101-1/+1
|
* Fix CR/LF mangling to skip response bodyGrzegorz Nosek2008-05-051-0/+5
|
* Split out passing the request to a separate functionGrzegorz Nosek2008-05-051-6/+17
|
* Fix off-by-one while walking the bufferGrzegorz Nosek2008-03-221-1/+1
|
* Use a much prettier state machineGrzegorz Nosek2008-03-221-53/+71
|
* Implement a simple state machine to fixup CGI reply line endingsGrzegorz Nosek2008-03-221-8/+88
|
* Inherit environment from parent in CGI processesGrzegorz Nosek2008-03-221-0/+68
|
* Fix classic off-by-one in select() callGrzegorz Nosek2008-03-161-1/+1
|
* Send CGI stderr to real stderr, not to fastcgi streamGrzegorz Nosek2008-03-161-2/+20
|
* Use INT_MIN instead of -1 as sentinel in max_va()Grzegorz Nosek2008-03-161-2/+5
|
* Chdir to script's directory before exec (per CGI spec)Grzegorz Nosek2008-03-161-0/+15
|
* Mostly rewritten for robustness and prettier codeGrzegorz Nosek2007-09-301-44/+159
|
* Improved CGI permission logicGrzegorz Nosek2007-03-101-9/+37
| | | | Symlinks are now allowed if owner matches
* Initial commitGrzegorz Nosek2007-03-101-0/+170