summaryrefslogtreecommitdiffstats
path: root/usr.sbin/slowcgi/slowcgi.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* reserve file descriptors for incoming connections so webenno2013-10-201-3/+35
* Keep track of which fds were closed before and only close those stillflorian2013-10-191-4/+16
* Do not fiddle with the response queue directly but go throughflorian2013-10-181-9/+12
* Logging to syslog works better with openlog(3).florian2013-10-181-1/+7
* Use a dedicated socketpair for stdin, makes the code more symetric andflorian2013-10-181-15/+25
* Calculate correct pointer for fcgi_{begin,end}_request_body.florian2013-10-181-3/+3
* Calculate correct pointer for end_request; while there initializeflorian2013-10-181-3/+6
* set FD_CLOEXECflorian2013-10-181-1/+8
* adjust the names to more accurately reflect the names of structsblambert2013-09-191-65/+65
* Sprinkle some comments which clarify the protocol/process flow.blambert2013-09-111-1/+18
* When dumping FastCGI protocol headers during debug, dump theblambert2013-09-061-8/+43
* Use the correct buffer size for memory allocation and reads.blambert2013-09-061-5/+9
* If the CGI script died due to receipt of signal, pass that backblambert2013-08-301-6/+20
* slowcgi grows an option to specify an alternate FastCGI socketblambert2013-08-261-6/+11
* Give slowcgi a style(9) scrubbing. No functional change.blambert2013-08-231-41/+47
* move bgplg and slowcgi sockets to /var/www/runflorian2013-06-021-2/+2
* off by one, from Henri Kemppainen <duclare-at-guu.fi>, thanks!florian2013-05-231-2/+2
* Fix pasto where 'c' instead of 'clients' is checked for NULL and add missingjasper2013-05-231-2/+3
* Put slowcgi(8) a FastCGI to CGI wrapper in to work on it in tree.florian2013-05-231-0/+1030