ashd.git
2011-04-30 Fredrik Tolfhtparser: Implemented resource limits for response...
2011-04-30 Fredrik TolfImposed some limits on request parts.
2011-04-29 Fredrik Tolfdoc: Made mention of the include directive.
2011-04-29 Fredrik Tolfhtparser: chdir as part of chrooting.
2011-04-29 Fredrik Tolfdoc: Fixed a couple of errors.
2011-04-27 Fredrik Tolfcall[fs]cgi: Ensure less delay in closing stdin when...
2011-04-21 Fredrik Tolfpython: Added a request limiter to ashd-wsgi.
2011-04-14 Fredrik Tolfsendfile: Only allow GET and HEAD requests.
2011-04-14 Fredrik Tolfpython: Added (unused) documentation for ashd-wsgi...
2011-04-14 Fredrik Tolfpython: Fixed scgi-wsgi typo in the -T option.
2011-04-14 Fredrik Tolfpython: Added __all__ to ashd.proto and ashd.util.
2011-04-14 Fredrik Tolfpython: Documented the ashd.wsgidir module.
2011-04-14 Fredrik Tolfpython: Use new-style classes in ashd.wsgidir.
2011-04-13 Fredrik Tolfhtextauth: Ensure that the same challenge is provided...
2011-04-13 Fredrik Tolfdoc: Include the header use of htextauth.
2011-04-12 Fredrik Tolfuserplex: Run each handler in its own session.
2011-04-12 Fredrik Tolfpython: Ignore EPIPE in hredir and serve-ssi.
2011-04-12 Fredrik Tolfpython: Remember to install htredir as well.
2011-04-12 Fredrik Tolfpython: Handle client-abortion properly when writing...
2011-04-12 Fredrik Tolfpython: Fixed SCGI handler typo.
2011-04-12 Fredrik Tolfpython: Fixed client-abortion error raising.
2011-04-09 Fredrik Tolfpython: Rethrow special IOErrors when a client has...
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-10 Fredrik TolfBumped version number.
2011-03-10 Fredrik Tolfpython: Install the accompanying scripts. py-0.2
2011-03-09 Fredrik TolfBumped version number.
2011-03-09 Fredrik TolfUpdated changelog. 0.7 py-0.1
2011-03-09 Fredrik TolfMerge branch 'master' into sslres
2011-03-09 Fredrik Tolflib: Added some more missing headers.
2011-03-09 Fredrik Tolflib: Added some missing headers to mtio-epoll.
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-08 Fredrik TolfMerge branch 'master' of git.dolda2000.com:/srv/git...
2011-03-08 Fredrik Tolflib: Split epoll and select loops into separate files.
2011-03-06 Fredrik Tolfexamples: Added some commentary.
2011-03-05 Fredrik TolfFixed argument parsing in errlogger and multifscgi.
2011-03-04 Fredrik Tolfpython: Made htp properly buildable from installed...
2011-03-04 Fredrik Tolflib: Fixed header usability out of tree.
2011-03-03 Fredrik TolfRemoved my personal core-dump enabling from the default...
2011-03-02 Fredrik TolfInstall the library and its headers.
2011-03-02 Fredrik Tolfexamples: Corrected some typos.
2011-03-02 Fredrik TolfDistribute the example files.
2011-03-02 Fredrik TolfAdded some simple configuration examples.
2011-03-02 Fredrik TolfAdded text/plain sending to the default dirplex config.
2011-03-02 Fredrik Tolfpython: Clarified recvreq documentation.
2011-03-02 Fredrik Tolfpython: Added some actual documentation(!).
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-27 Fredrik Tolflib: Imported B-tree functions.
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-26 Fredrik Tolfdoc: Fixed accesslog synopsis breakage.
2011-02-15 Fredrik TolfSimplified the default init script.
2011-02-15 Fredrik TolfAdded a sample script for logfile rotation.
2011-02-15 Fredrik TolfBumped version number.
2011-02-15 Fredrik Tolfaccesslog: Added logfile locking. 0.6
2011-02-15 Fredrik Tolfaccesslog: Added PID file option.
2011-02-11 Fredrik TolfUpdated ChangeLog.
2011-02-11 Fredrik Tolferrlogger: Ignore SIGCHLD.
2011-02-11 Fredrik Tolfdoc: Added manpage for errlogger.
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-29 Fredrik TolfUpdated ChangeLog.
2011-01-29 Fredrik Tolflib: Fixed epoll loop timeout bug.
2011-01-28 Fredrik Tolflib: Clear the epoll event descriptor before use.
2011-01-28 Fredrik Tolflib: Added support for epoll.
2011-01-28 Fredrik Tolfpython: Fixed a url quoting bug in ashd-wsgi.
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 TolfBumped version number.
2011-01-15 Fredrik TolfCorrected htredir headers.
2011-01-15 Fredrik TolfUpdated ChangeLog. 0.5
2011-01-15 Fredrik TolfBumped version number.
2011-01-15 Fredrik TolfMerge branch 'master' of moltke.seatribe.se:src/ashd
2011-01-15 Fredrik Tolfpython: Added a simple htredir script.
2011-01-15 Fredrik Tolfdoc: Fixed typo.
2011-01-15 Fredrik Tolfdirplex: Added directory-locality to matches.
2011-01-15 Fredrik Tolfdirplex: Fixed dotfile-checking typo.
2011-01-03 Fredrik Tolflib: Fixed obvious memory leak in simpleerror.
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 TolfUpdated changelog.
2010-10-30 Fredrik Tolfdoc: Added manpage for multifscgi.
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 Tolfdoc: Added manpage for callfcgi.
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-26 Fredrik Tolfpython: Added a util module and moved serveloop thence.
2010-10-23 Fredrik Tolfpython: Absolutify WSGI SCRIPT_FILENAME path.
2010-10-23 Fredrik Tolflib: Check for ECONNRESET as well to detect crashed...
2010-10-23 Fredrik Tolfpython: Added support to ashd.wsgidir for adding additi...
2010-10-23 Fredrik Tolfpython: Changed wmain calling convention.
next