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
Commit message (
Expand
)
Author
Age
Lines
*
add a -t flag to change the request timeout
op
2023-10-12
-7
/
+101
*
list -v with -d in SYNOPSIS, instead of seperately, and add -v to usage();
7.0
jmc
2021-09-08
-5
/
+4
*
Stop sending debug logging to syslog (which would then drop it on the floor) ...
florian
2021-09-08
-9
/
+17
*
Revert "Do not send debug messages to syslog by default"
Wolfgang Müller
2021-09-08
-3
/
+0
*
Use LIST instead of SLIST for requests. The way SLIST_REMOVE was used did a d...
6.9
claudio
2021-05-27
-33
/
+8
*
Ignore SIGPIPE by default and restore default behaviour before executing the ...
claudio
2021-05-27
-8
/
+4
*
accept_reserve() counter function argument doesn't need to be volatile. Revis...
millert
2021-05-27
-4
/
+3
*
Add .mailmap for consistency
Wolfgang Müller
2021-05-04
-0
/
+1
*
Do not send debug messages to syslog by default
6.8.1
Wynn Wolf Arbor
2021-01-26
-0
/
+3
*
Have getdtablecount() return the right number of file descriptors
6.8
Wynn Wolf Arbor
2021-01-17
-1
/
+2
*
Allow specifying -d multiple times. Only print the fcgi header data if debug ...
claudio
2020-05-24
-7
/
+4
*
Just a bit of KNF. OK florian@
claudio
2020-05-24
-4
/
+4
*
Add gitignore
6.7
Wynn Wolf Arbor
2020-05-24
-0
/
+3
*
Use -1 instead of WAIT_ANY
Wynn Wolf Arbor
2020-05-24
-1
/
+1
*
Convert Makefile
Wynn Wolf Arbor
2020-05-24
-13
/
+30
*
Add getdtablecount(2)
Wynn Wolf Arbor
2020-05-24
-0
/
+33
*
Include grp.h
Wynn Wolf Arbor
2020-05-24
-0
/
+1
*
Add queue.h from OpenBSD
Wynn Wolf Arbor
2020-05-24
-1
/
+536
*
Add strlcpy(3) from OpenBSD
Wynn Wolf Arbor
2020-05-24
-0
/
+62
*
Use pledge(2) only on OpenBSD
Wynn Wolf Arbor
2020-05-24
-0
/
+4
*
Use corresponding attributes for __packed and __dead
Wynn Wolf Arbor
2020-05-24
-0
/
+8
*
When calculating the fd limit before accepting a new connection also account ...
claudio
2020-05-24
-2
/
+2
*
Call daemon with 0 as first argument so that it changes the cwd to /. It is n...
florian
2020-05-24
-2
/
+2
*
Make the owner of fcgi socket configurable.
florian
2020-05-24
-8
/
+21
*
Clarify that we chroot to the users home directory if -u is provided. Pointed...
florian
2020-05-24
-3
/
+7
*
add missing HISTORY; based on CVS logs and release announcements
schwarze
2020-05-24
-2
/
+9
*
consistently use the evtimer wrappers around the connection timeout.
florian
2020-05-24
-3
/
+3
*
Sync the severity of the syslog_* functions shared between identd, slowcgi, t...
florian
2020-05-24
-5
/
+5
*
Add format attribute to logger functions. Fix format string while here. Input...
florian
2020-05-24
-15
/
+28
*
As suggested by the FastCGI spec, zero-pad the response buffers to be aligned...
reyk
2020-05-24
-3
/
+22
*
typo in error message: to -> too
tb@openbsd.org
2020-05-24
-2
/
+2
*
pledge(2) for slowcgi. After initialization slowcgi accepts from a AF_UNIX so...
florian
2020-05-24
-1
/
+6
*
re-shuffle slowcgi_listen to run less code as root. OK benno@
florian
2020-05-24
-15
/
+16
*
Output the contents of the environment in debug mode which is most helpful in...
millert
2020-05-24
-1
/
+2
*
Clean up includes, while here fix a white space which lead to a false positiv...
florian
2020-05-24
-5
/
+5
*
The kernel doesn't actually care what a sockaddr's sa_len is on input, so don...
guenther
2020-05-24
-5
/
+3
*
Replace <sys/param.h> with <limits.h> and other less dirty headers where poss...
deraadt
2020-05-24
-4
/
+5
*
read(2) returns ssize_t, not size_t
blambert
2020-05-24
-2
/
+3
*
enable warnings
florian
2020-05-24
-1
/
+6
*
Bail out if the buffer is too small to contain the length of a parameter valu...
florian
2020-05-24
-4
/
+4
*
dead stores; pointed out by llvm scan-build; no binary change
florian
2020-05-24
-5
/
+1
*
pause shadows global; pointed out by gcc; no binary change
florian
2020-05-24
-5
/
+5
*
mode is unused; pointed out by gcc; no binary change
florian
2020-05-24
-2
/
+2
*
declare lerr and lerrx __dead; unconfuses llvm scan-build
florian
2020-05-24
-12
/
+12
*
Instead of doing the fcntl(2) and ioctl(2) song and dance just tell socket(2)...
florian
2020-05-24
-11
/
+5
*
fix previous, and add a SEE ALSO section for httpd;
jmc
2020-05-24
-5
/
+5
*
remove nginx references
robert
2020-05-24
-5
/
+2
*
Use lerrx instead of errx since the logging subsystem is already initialized....
claudio
2020-05-24
-3
/
+3
*
Implement -u (user to drop privs to) and -p flag (path to chroot to). This al...
florian
2020-05-24
-13
/
+45
*
Cleanup socket creation. Input ajacoutot some time ago; OK henning@
florian
2020-05-24
-13
/
+10
[next]