Age | Commit message (Expand) | Author |
2014-01-20 | Better explanation what slowcgi(8) is for. | Florian Obser |
2014-01-19 | Wording improvements from Patrik Lundin | Theo de Raadt |
2014-01-19 | fix reaper loop that could run indefinitely | Damien Miller |
2013-12-12 | Make it clear that slowcgi(8) drops privileges to user www. | Florian Obser |
2013-10-31 | Initialize sun_len, pointed out by deraadt@. | Florian Obser |
2013-10-29 | Fix a potential file descriptor overlap in exec_cgi() by making sure | Florian Obser |
2013-10-23 | We need to loop around waitpid to catch all exited children as we are | Florian Obser |
2013-10-21 | Do not leak fds in fork(2) error path. | Florian Obser |
2013-10-21 | Check for EINTR, too. | Florian Obser |
2013-10-21 | No need for volatile here. | Florian Obser |
2013-10-20 | spelling, spacing, etc | Theo de Raadt |
2013-10-20 | reserve file descriptors for incoming connections so we | Sebastian Benoit |
2013-10-19 | Keep track of which fds were closed before and only close those still | Florian Obser |
2013-10-18 | Do not fiddle with the response queue directly but go through | Florian Obser |
2013-10-18 | Logging to syslog works better with openlog(3). | Florian Obser |
2013-10-18 | Use a dedicated socketpair for stdin, makes the code more symetric and | Florian Obser |
2013-10-18 | Calculate correct pointer for fcgi_{begin,end}_request_body. | Florian Obser |
2013-10-18 | Calculate correct pointer for end_request; while there initialize | Florian Obser |
2013-10-18 | set FD_CLOEXEC | Florian Obser |
2013-09-19 | adjust the names to more accurately reflect the names of structs | Bret Lambert |
2013-09-11 | Sprinkle some comments which clarify the protocol/process flow. | Bret Lambert |
2013-09-06 | When dumping FastCGI protocol headers during debug, dump the | Bret Lambert |
2013-09-06 | Use the correct buffer size for memory allocation and reads. | Bret Lambert |
2013-08-30 | If the CGI script died due to receipt of signal, pass that back | Bret Lambert |
2013-08-26 | slowcgi grows an option to specify an alternate FastCGI socket | Bret Lambert |
2013-08-23 | Give slowcgi a style(9) scrubbing. No functional change. | Bret Lambert |
2013-06-02 | move bgplg and slowcgi sockets to /var/www/run | Florian Obser |
2013-05-23 | tweaks; ok florian | Jason McIntyre |
2013-05-23 | off by one, from Henri Kemppainen <duclare-at-guu.fi>, thanks! | Florian Obser |
2013-05-23 | Fix pasto where 'c' instead of 'clients' is checked for NULL and add missing | Jasper Lievisse Adriaanse |
2013-05-23 | Put slowcgi(8) a FastCGI to CGI wrapper in to work on it in tree. | Florian Obser |