index
:
fcgiwrap
infanticide-on-sigterm
master
My fork of github.com/gnosek/fcgiwrap which seemly has gone unmaintained since 2016
flu0r1ne
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fcgiwrap.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Cleanup -Wmissing-prototypes compiler warnings
Dave Reisner
2012-08-19
1
-5
/
+5
*
Add support for socket activation via systemd
Dave Reisner
2012-08-19
1
-0
/
+12
*
split listen() logic into separate function
Dave Reisner
2012-08-19
1
-18
/
+24
*
Create -f option to allow sending stderr to fcgi logs
Joseph Gooch
2011-12-08
1
-2
/
+10
*
fixing compilation under FreeBSD
Quentin Stievenart
2010-08-16
1
-0
/
+1
*
Add `-s' option to enable binding by fcgiwrap itself
Grzegorz Nosek
2010-06-03
1
-2
/
+123
*
Use SCRIPT_FILENAME environment variable when available
Grzegorz Nosek
2010-06-03
1
-1
/
+5
*
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
1
-4
/
+4
*
nitpicks as described in today's email to Mark
Jordi Mallach
2010-05-25
1
-4
/
+4
*
help screen, along with version set to 1.0
W-Mark Kubacki
2010-03-22
1
-1
/
+13
*
Compile fixes for OpenBSD
Grzegorz Nosek
2009-07-17
1
-2
/
+3
*
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
*
Better diagnostics for 403 errors
Grzegorz Nosek
2009-02-28
1
-12
/
+19
*
Simple prefork support
Grzegorz Nosek
2009-02-28
1
-2
/
+81
*
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
1
-53
/
+71
*
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
1
-44
/
+159
*
Improved CGI permission logic
Grzegorz Nosek
2007-03-10
1
-9
/
+37
*
Initial commit
Grzegorz Nosek
2007-03-10
1
-0
/
+170