python: Rewrote SSI handler as a reusable module, and in Python3.
[ashd.git] / src /
2012-06-19 Fredrik Tolfaccesslog: Fixed quoting sign-extension.
2012-06-05 Fredrik Tolfpsendfile: Don't free contype if it's NULL.
2012-06-04 Fredrik TolfAdded a preliminary version of a psendfile program.
2012-05-13 Fredrik Tolfuserplex: Corrected opening of /dev/null.
2012-03-20 Fredrik TolfWarn for core dumps in various places.
2012-03-20 Fredrik Tolfcallcgi: Don't mass-close child FDs.
2012-03-08 Fredrik Tolfcallcgi: Properly wait for the handler process to exit.
2012-01-23 Fredrik TolfMerge branch 'master' of git.dolda2000.com:/srv/git...
2012-01-23 Fredrik Tolfdirplex: Match pathname directives relative to the...
2012-01-23 Fredrik Tolfdirplex: Correct config resolution for base directory.
2011-12-13 Fredrik Tolfdirplex, patplex: Added a cosmetical `xset' directive...
2011-12-13 Fredrik Tolfsendfile: Use the header X-Ash-Content-Type for file...
2011-12-13 Fredrik Tolfdirplex, patplex: Added ability to set arbitrary header...
2011-10-01 Fredrik TolfMerge branch 'master' of git.dolda2000.com:/srv/git...
2011-09-05 Fredrik TolfMerge branch 'master' of git.dolda2000.com:/srv/git...
2011-09-05 Fredrik Tolfhtparser: Improved HTTP/1.0 Keep-Alive behavior.
2011-07-23 Fredrik Tolfdirplex: Don't strip all of X-Ash-File.
2011-06-26 Fredrik TolfMerge branch 'master' of git.dolda2000.com:/srv/git...
2011-06-26 Fredrik Tolfcall*cgi, python: Try to emulate standard CGI behavior...
2011-05-13 Fredrik Tolflib: Moved parseresponse from htparser into lib for...
2011-05-13 Fredrik Tolfaccesslog: Fixed up stdout logging and related FD_CLOEX...
2011-04-30 Fredrik Tolfhtparser: Handle absolute-URI requests.
2011-04-30 Fredrik Tolfhtparser: Implemented resource limits for response...
2011-04-30 Fredrik TolfImposed some limits on request parts.
2011-04-29 Fredrik Tolfhtparser: chdir as part of chrooting.
2011-04-27 Fredrik Tolfcall[fs]cgi: Ensure less delay in closing stdin when...
2011-04-14 Fredrik Tolfsendfile: Only allow GET and HEAD requests.
2011-04-13 Fredrik Tolfhtextauth: Ensure that the same challenge is provided...
2011-04-12 Fredrik Tolfuserplex: Run each handler in its own session.
2011-03-29 Fredrik Tolfdirplex: Fixed .htrc rechecking.
2011-03-28 Fredrik Tolfdirplex: Strip leading `./' from X-Ash-File.
2011-03-17 Fredrik Tolfhtparser: Increased listen backlog a lot.
2011-03-09 Fredrik TolfMerge branch 'master' into sslres
2011-03-09 Fredrik TolfMerge branch 'master' of git.dolda2000.com:/srv/git...
2011-03-08 Fredrik TolfTry to use FD_CLOEXEC instead of mass-closing everywhere.
2011-03-05 Fredrik TolfFixed argument parsing in errlogger and multifscgi.
2011-02-27 Fredrik Tolfcall[fs]cgi: Fixed bug-fix bug.
2011-02-27 Fredrik Tolfhtparser: Implemented an in-memory database for TLS...
2011-02-26 Fredrik Tolfcall[fs]cgi: Plugged a bit of memory leakage.
2011-02-26 Fredrik TolfRemoved debugsink.
2011-02-26 Fredrik Tolfhtparser: Fixed SSL memory leak.
2011-02-26 Fredrik Tolfaccesslog: Mention -P mode in usage message.
2011-02-15 Fredrik Tolfaccesslog: Added logfile locking. 0.6
2011-02-15 Fredrik Tolfaccesslog: Added PID file option.
2011-02-11 Fredrik Tolferrlogger: Ignore SIGCHLD.
2011-02-11 Fredrik TolfAdded a program for redirecting stderr to syslog.
2011-02-02 Fredrik Tolfhtparser: Try to generate dhparams as late as possible.
2011-01-28 Fredrik Tolfdirplex: Made the 404 response indirectible and reusable.
2011-01-28 Fredrik Tolflib: Added more indirection for child handling.
2011-01-15 Fredrik TolfComply better with the CGI specification by unquoting...
2011-01-15 Fredrik Tolfdirplex: Added directory-locality to matches.
2011-01-15 Fredrik Tolfdirplex: Fixed dotfile-checking typo.
2011-01-03 Fredrik Tolfdirplex: Plugged a memory leak.
2010-11-01 Fredrik Tolfdirplex, patplex: Really wait for children.
2010-11-01 Fredrik Tolfcall[fs]cgi: Ensure exit handlers are not called in...
2010-10-30 Fredrik Tolfcallfcgi: Fixed free() typo. 0.4
2010-10-30 Fredrik Tolfmultifscgi: Print error message when running a child...
2010-10-30 Fredrik TolfAdded a simple program to manage multiple [FS]CGI insta...
2010-10-30 Fredrik Tolfcall*cgi: Added the REMOTE_USER CGI variable, as a...
2010-10-30 Fredrik TolfAdded a callfcgi program, probably a bit buggy.
2010-10-23 Fredrik Tolflib: Check for ECONNRESET as well to detect crashed...
2010-10-22 Fredrik Tolfcallscgi: Fixed remnants of old name.
2010-10-19 Fredrik TolfMerge branch 'sni'
2010-10-19 Fredrik Tolfsni: Documented SNI operation.
2010-10-19 Fredrik Tolfsni: Added support for reading a whole directory with...
2010-10-19 Fredrik TolfAdded support for reading additional certificates for...
2010-10-09 Fredrik Tolfsni: Install a post-client-hello function to check...
2010-10-08 Fredrik TolfEnsure that message are logged to syslog when appropria...
2010-10-07 Fredrik Tolfhtextauth: Check credentials against control characters...
2010-10-07 Fredrik Tolfhtextauth: Fixed segfault.
2010-10-07 Fredrik TolfAdded a Basic authentication filter.
2010-10-07 Fredrik Tolfaccesslog: Fixed another typo.
2010-10-07 Fredrik Tolfacceslog: Fixed typo.
2010-10-05 Fredrik Tolfsendfile: Fixed typo.
2010-10-04 Fredrik Tolfhtparser: Enforce no more than Content-Length bytes...
2010-10-04 Fredrik Tolfhtparser: Add a `Server' header if none previously...
2010-10-04 Fredrik Tolfhtparser: Handle HEAD requests properly.
2010-10-04 Fredrik Tolfaccesslog: Ensure %s logs the fraction of the same...
2010-10-04 Fredrik Tolfsendfile: Allow file forcing and X-Ash-File-less operation.
2010-10-04 Fredrik Tolfsendfile: Added support for partial content a la HTTP...
2010-10-04 Fredrik Tolfaccesslog: Reopen the log file on SIGHUP (to support...
2010-10-03 Fredrik Tolfhtparser: Format v4-mapped address as dotted-quad.
2010-10-03 Fredrik Tolfaccesslog: Changed command-line format.
2010-10-03 Fredrik TolfAdded a simple access logger.
2010-09-30 Fredrik Tolfcallcgi: Remember to check for POLLERR and POLLHUP...
2010-09-23 Fredrik Tolfcallcgi: Poll for response socket closing and kill...
2010-09-20 Fredrik TolfIgnore SIGPIPE (non-inheritably) in dirplex, patplex...
2010-09-06 Fredrik Tolfhtparser: Pass the server's local IP address.
2010-09-05 Fredrik Tolfdirplex: Added directory capture mode.
2010-09-05 Fredrik Tolfdirplex: Start children in the directory in which they...
2010-09-05 Fredrik Tolfdirplex: Merge children with identical names when reloa...
2010-09-05 Fredrik TolfAdded callbacks to handle child process initialization.
2010-09-05 Fredrik Tolfuserplex: Better handling of the name of the required...
2010-09-05 Fredrik Tolfdirplex: Moved to its own directory and split off confi...
2010-09-05 Fredrik TolfMerge branch 'recurse'
2010-09-05 Fredrik TolfUpdated call{,s}cgi to reflect dirplex point handling...
2010-09-05 Fredrik Tolfdirplex: Fixed findfile bug.
2010-09-05 Fredrik Tolfdirplex: Replaced serve with a recursive-descent implem...
2010-09-03 Fredrik Tolfhtparser: Ignore SIGPIPE.
2010-09-03 Fredrik Tolfcallscgi: Log exec errors.
next