Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | added handling of manpages to makefile | W-Mark Kubacki | 2010-05-25 | 1 | -1/+2 |
| | |||||
* | adjusted option _-c_ help text | W-Mark Kubacki | 2010-05-25 | 1 | -1/+1 |
| | |||||
* | fcgiwrap to rely on definitions provided by autoconf/autoreconf | W-Mark Kubacki | 2010-05-25 | 5 | -7/+12 |
| | |||||
* | nitpicks as described in today's email to Mark | Jordi Mallach | 2010-05-25 | 1 | -4/+4 |
| | | | | Signed-off-by: W-Mark Kubacki <wmark@hurrikane.de> | ||||
* | renamed: gnosek-fcgiwrap.8 -> fcgiwrap.8 | W-Mark Kubacki | 2010-05-25 | 1 | -0/+0 |
| | |||||
* | added configuration examples to manpage | W-Mark Kubacki | 2010-05-25 | 1 | -1/+45 |
| | |||||
* | replaced occurences of 'gnosek-fcgiwrap' by 'fcgiwrap' | W-Mark Kubacki | 2010-05-25 | 1 | -4/+4 |
| | |||||
* | manpage as contributed by Jordi Mallach | Jordi Mallach | 2010-05-25 | 1 | -0/+38 |
| | | | | Signed-off-by: W-Mark Kubacki <wmark@hurrikane.de> | ||||
* | help screen, along with version set to 1.0 | W-Mark Kubacki | 2010-03-22 | 1 | -1/+13 |
| | |||||
* | Makefile: DESTDIR and --prefix support | W-Mark Kubacki | 2010-03-22 | 2 | -5/+10 |
| | |||||
* | grammar | W-Mark Kubacki | 2010-03-22 | 2 | -2/+2 |
| | |||||
* | oldest possible autoconf is 2.61, with separation of troublesome functions | W-Mark Kubacki | 2010-03-22 | 1 | -2/+3 |
| | |||||
* | abort configuration if something is missing | W-Mark Kubacki | 2010-03-22 | 1 | -3/+4 |
| | |||||
* | Makefile: proper clean and distclean targets | W-Mark Kubacki | 2010-03-22 | 1 | -1/+8 |
| | |||||
* | typo | W-Mark Kubacki | 2010-03-18 | 1 | -1/+1 |
| | |||||
* | README: contributors | W-Mark Kubacki | 2010-03-18 | 1 | -0/+1 |
| | |||||
* | README | W-Mark Kubacki | 2010-03-18 | 1 | -0/+41 |
| | |||||
* | git to ignore auto-generated files | W-Mark Kubacki | 2010-03-18 | 1 | -0/+5 |
| | |||||
* | input files and substitution variables for autoconf | W-Mark Kubacki | 2010-03-18 | 2 | -1/+38 |
| | |||||
* | Makefile renamed to be modified to be input for autoconf | W-Mark Kubacki | 2010-03-18 | 1 | -0/+0 |
| | |||||
* | Compile fixes for OpenBSD | Grzegorz Nosek | 2009-07-17 | 1 | -2/+3 |
| | | | | Thanks to Toni Mueller, original author of the patch | ||||
* | Officially release fcgiwrap under the MIT licence | Grzegorz Nosek | 2009-03-17 | 1 | -0/+25 |
| | |||||
* | Close child's pipe ends after dup2()ing them to the right places | Grzegorz Nosek | 2009-03-17 | 1 | -0/+4 |
| | | | | Thanks to Fenixk19 for the report and patch. | ||||
* | Better diagnostics for 403 errors | Grzegorz Nosek | 2009-02-28 | 1 | -12/+19 |
| | | | | Passed via FastCGI stderr, so should end up in webserver's error log | ||||
* | Simple prefork support | Grzegorz Nosek | 2009-02-28 | 1 | -2/+81 |
| | | | | (start as fcgiwrap -c <num-children>, with a suitable socket on FD 0) | ||||
* | Don't eat characters after final CR/LF | Grzegorz Nosek | 2008-12-03 | 1 | -2/+2 |
| | |||||
* | Restore default SIGCHLD handler (also SIGPIPE for completeness) | Grzegorz Nosek | 2008-06-10 | 1 | -0/+2 |
| | |||||
* | Keep passing data from CGI to FastCGI even after a descriptor closes early | Grzegorz Nosek | 2008-06-10 | 1 | -1/+1 |
| | |||||
* | Fix CR/LF mangling to skip response body | Grzegorz Nosek | 2008-05-05 | 1 | -0/+5 |
| | |||||
* | 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 |