index
:
slowcgi
gentoo
master
upstream
A Linux port of OpenBSD's slowcgi(8)
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
slowcgi.c
(
unfollow
)
Commit message (
Expand
)
Author
Lines
2020-05-24
Use a dedicated socketpair for stdin, makes the code more symetric and gets r...
florian
-15
/
+25
2020-05-24
Calculate correct pointer for fcgi_{begin,end}_request_body. input / OK blambert
florian
-3
/
+3
2020-05-24
Calculate correct pointer for end_request; while there initialize reserved to...
florian
-3
/
+6
2020-05-24
set FD_CLOEXEC OK blambert
florian
-1
/
+8
2020-05-24
adjust the names to more accurately reflect the names of structs and function...
blambert
-65
/
+65
2020-05-24
Sprinkle some comments which clarify the protocol/process flow.
blambert
-1
/
+18
2020-05-24
When dumping FastCGI protocol headers during debug, dump the "request begin" ...
blambert
-8
/
+43
2020-05-24
Use the correct buffer size for memory allocation and reads.
blambert
-5
/
+9
2020-05-24
If the CGI script died due to receipt of signal, pass that back to the HTTP f...
blambert
-6
/
+20
2020-05-24
slowcgi grows an option to specify an alternate FastCGI socket on which to li...
blambert
-6
/
+11
2020-05-24
Give slowcgi a style(9) scrubbing. No functional change.
blambert
-41
/
+47
2020-05-24
move bgplg and slowcgi sockets to /var/www/run input reyk@, guenther@ "move f...
florian
-2
/
+2
2020-05-24
off by one, from Henri Kemppainen <duclare-at-guu.fi>, thanks!
florian
-2
/
+2
2020-05-24
Fix pasto where 'c' instead of 'clients' is checked for NULL and add missing ...
jasper
-2
/
+3
[prev]