summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add `-s' option to enable binding by fcgiwrap itselfGrzegorz Nosek2010-06-032-4/+144
* Use SCRIPT_FILENAME environment variable when availableGrzegorz Nosek2010-06-032-4/+16
* Jordi Mallach's email has been corrected as requested by him.W-Mark Kubacki2010-06-022-1/+2
* added handling of manpages to makefileW-Mark Kubacki2010-05-251-1/+2
* adjusted option _-c_ help textW-Mark Kubacki2010-05-251-1/+1
* fcgiwrap to rely on definitions provided by autoconf/autoreconfW-Mark Kubacki2010-05-255-7/+12
* nitpicks as described in today's email to MarkJordi Mallach2010-05-251-4/+4
* renamed: gnosek-fcgiwrap.8 -> fcgiwrap.8W-Mark Kubacki2010-05-251-0/+0
* added configuration examples to manpageW-Mark Kubacki2010-05-251-1/+45
* replaced occurences of 'gnosek-fcgiwrap' by 'fcgiwrap'W-Mark Kubacki2010-05-251-4/+4
* manpage as contributed by Jordi MallachJordi Mallach2010-05-251-0/+38
* help screen, along with version set to 1.0W-Mark Kubacki2010-03-221-1/+13
* Makefile: DESTDIR and --prefix supportW-Mark Kubacki2010-03-222-5/+10
* grammarW-Mark Kubacki2010-03-222-2/+2
* oldest possible autoconf is 2.61, with separation of troublesome functionsW-Mark Kubacki2010-03-221-2/+3
* abort configuration if something is missingW-Mark Kubacki2010-03-221-3/+4
* Makefile: proper clean and distclean targetsW-Mark Kubacki2010-03-221-1/+8
* typoW-Mark Kubacki2010-03-181-1/+1
* README: contributorsW-Mark Kubacki2010-03-181-0/+1
* READMEW-Mark Kubacki2010-03-181-0/+41
* git to ignore auto-generated filesW-Mark Kubacki2010-03-181-0/+5
* input files and substitution variables for autoconfW-Mark Kubacki2010-03-182-1/+38
* Makefile renamed to be modified to be input for autoconfW-Mark Kubacki2010-03-181-0/+0
* Compile fixes for OpenBSDGrzegorz Nosek2009-07-171-2/+3
* Officially release fcgiwrap under the MIT licenceGrzegorz Nosek2009-03-171-0/+25
* Close child's pipe ends after dup2()ing them to the right placesGrzegorz Nosek2009-03-171-0/+4
* Better diagnostics for 403 errorsGrzegorz Nosek2009-02-281-12/+19
* Simple prefork supportGrzegorz Nosek2009-02-281-2/+81
* Don't eat characters after final CR/LFGrzegorz Nosek2008-12-031-2/+2
* 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-222-54/+72
* 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-302-47/+164
* Improved CGI permission logicGrzegorz Nosek2007-03-101-9/+37
* Added .gitignoreGrzegorz Nosek2007-03-101-0/+1
* Initial commitGrzegorz Nosek2007-03-102-0/+180