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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Kill all child processes on parent SIGTERM
master
infanticide-on-sigterm
flu0r1ne
2023-09-10
1
-10
/
+28
*
Add better error handling for socket setup
flu0r1ne
2023-09-10
1
-3
/
+15
*
close() always results in a duplicate call
flu0r1ne
2023-09-10
1
-11
/
+16
*
Fix implicit fallthrough false positive, noreturn
flu0r1ne
2023-09-09
1
-1
/
+7
*
Ignore aclocal.m4 (autogenerated during build)
Grzegorz Nosek
2015-04-19
1
-0
/
+1
*
Add documentation for FCGI_CHDIR
Grzegorz Nosek
2015-04-19
1
-0
/
+6
*
Merge branch 'fcgi_chdir' of git://github.com/philpennock/fcgiwrap
Grzegorz Nosek
2015-04-19
1
-7
/
+15
|
\
|
*
Let chdir be overriden with FCGI_CHDIR
Phil Pennock
2014-03-09
1
-7
/
+15
*
|
Don't free socket_url at exit
Grzegorz Nosek
2015-04-19
1
-3
/
+2
*
|
Return the new fd directly from setup_socket()
Grzegorz Nosek
2015-04-19
1
-4
/
+8
*
|
Merge remote-tracking branch 'stromnet/socket_cleanup'
Grzegorz Nosek
2015-04-19
1
-4
/
+33
|
\
\
|
*
|
Use-after-free fix
Johan Ström
2014-08-15
1
-4
/
+6
|
*
|
SIGTERM, not SIGQUIT..
Johan Ström
2014-08-15
1
-1
/
+1
|
*
|
Clean up unix socket on exit so we can start properly.
Johan Ström
2014-08-15
1
-3
/
+30
|
|
/
*
|
Explicit license info in README and COPYING
Grzegorz Nosek
2015-04-17
2
-0
/
+27
*
|
Merge pull request #27 from justinclift/master
Grzegorz Nosek
2015-04-19
1
-0
/
+2
|
\
\
|
|
/
|
/
|
|
*
Added pkg-config to the requirements
Justin Clift
2015-03-19
1
-0
/
+2
|
/
*
Merge pull request #20 from Lekensteyn/fix-bug-18
Grzegorz Nosek
2014-01-09
1
-1
/
+1
|
\
|
*
prefork: Fix 100% CPU usage in parent process
Peter Wu
2014-01-09
1
-1
/
+1
|
/
*
Add info about Spanish translation
Grzegorz Nosek
2013-05-07
1
-0
/
+3
*
Merge pull request #12 from Lekensteyn/restrict-program2
Grzegorz Nosek
2013-04-15
1
-2
/
+27
|
\
|
*
Add `-p path` option to restrict scripts
Peter Wu
2013-04-13
1
-2
/
+27
|
/
*
Update README
Grzegorz Nosek
2013-02-03
1
-2
/
+6
*
Bump version number
Grzegorz Nosek
2013-02-03
2
-2
/
+2
*
Add help for -f option
Grzegorz Nosek
2013-02-03
1
-0
/
+1
*
Close FCGI socket before executing script
Grzegorz Nosek
2013-02-03
1
-0
/
+2
*
Unify CGI error handling
Grzegorz Nosek
2013-02-03
1
-7
/
+7
*
Fix 403 error handling
Grzegorz Nosek
2013-02-03
1
-19
/
+21
*
Check file permissions even when we get full path over FastCGI
Grzegorz Nosek
2013-02-03
1
-0
/
+2
*
Merge pull request #8 from falconindy/master
Grzegorz Nosek
2012-09-08
2
-3
/
+5
|
\
|
*
Correct invalid defintion in configuring systemd support
Dave Reisner
2012-09-08
1
-2
/
+1
|
*
Makefile.in: define dummy datarootdir variable
Dave Reisner
2012-09-08
1
-0
/
+1
|
*
simplify build rule for fcgiwrap
Dave Reisner
2012-08-23
1
-1
/
+3
|
/
*
Merge pull request #7 from falconindy/systemd
Grzegorz Nosek
2012-08-21
4
-0
/
+32
|
\
|
*
add systemd unit files for installation
Dave Reisner
2012-08-21
4
-0
/
+32
|
/
*
Merge pull request #6 from falconindy/systemd
Grzegorz Nosek
2012-08-21
3
-24
/
+59
|
\
|
*
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
3
-1
/
+30
|
*
split listen() logic into separate function
Dave Reisner
2012-08-19
1
-18
/
+24
|
/
*
Merge pull request #5 from goochjj/master
Grzegorz Nosek
2011-12-08
2
-2
/
+16
|
\
|
*
fix manpage - add -f option
Joe Gooch
2011-12-08
1
-0
/
+6
|
*
Create -f option to allow sending stderr to fcgi logs
Joseph Gooch
2011-12-08
1
-2
/
+10
|
/
*
support LDFLAGS
Nikoli
2010-09-15
1
-1
/
+1
*
Add missing escaping to minus signs.
Jordi Mallach
2010-09-08
1
-2
/
+2
*
[GH-2] Advance configure.ac version to 1.0.3
Grzegorz Nosek
2010-08-23
1
-1
/
+1
*
fixing compilation under FreeBSD
Quentin Stievenart
2010-08-16
1
-0
/
+1
*
Create folder for man prior to the installation.
Ron Huang
2010-06-11
1
-0
/
+2
*
Add `-s' option to enable binding by fcgiwrap itself
Grzegorz Nosek
2010-06-03
2
-4
/
+144
*
Use SCRIPT_FILENAME environment variable when available
Grzegorz Nosek
2010-06-03
2
-4
/
+16
*
Jordi Mallach's email has been corrected as requested by him.
W-Mark Kubacki
2010-06-02
2
-1
/
+2
[next]