ashd.git
2011-12-22 Fredrik Tolfpython: Pass client address and port in perf request...
2011-12-21 Fredrik Tolfpython: Fixed exception masking bug in ashd-wsgi.
2011-12-16 Fredrik TolfMerge branch 'master' of git.dolda2000.com:/srv/git...
2011-12-16 Fredrik Tolfpython: Support PDM in ashd-wsgi.
2011-12-14 Fredrik Tolfdoc: Use `xset content-type' for the dirplex sendfile...
2011-12-13 Fredrik Tolfdoc: Fixed a couple of misses.
2011-12-13 Fredrik Tolfetc: Use the send handler from dirplex.d in apache...
2011-12-13 Fredrik Tolfetc: Use xset to pass content-type to sendfile.
2011-12-13 Fredrik Tolfdirplex, patplex: Added a cosmetical `xset' directive...
2011-12-13 Fredrik TolfBumped version numbers.
2011-12-13 Fredrik TolfUpdated ChangeLog. 0.10 py-0.4
2011-12-13 Fredrik Tolfpython: Fixed wsgidir caching problem.
2011-12-13 Fredrik Tolfpython: Include `chain' in __all__ of ashd.wsgidir.
2011-12-13 Fredrik Tolfpython: Fixed doc typo.
2011-12-13 Fredrik Tolfpython: Use an X-Ash-Python-Handler added header for...
2011-12-13 Fredrik Tolfpython: Cleaned up dispatching in wsgidir.
2011-12-13 Fredrik Tolfpython: Use importlib for python3.
2011-12-13 Fredrik Tolfpython: Ensure greater concurrency is wsgidir.
2011-12-13 Fredrik Tolfdoc: Documented X-Ash-Content-Type for sendfile.
2011-12-13 Fredrik Tolfsendfile: Use the header X-Ash-Content-Type for file...
2011-12-13 Fredrik Tolfetc: Added a commented-out section for using FCGI PHP.
2011-12-13 Fredrik Tolfdoc: Documented the `set' directives for {pat,dir}plex.
2011-12-13 Fredrik Tolfdirplex, patplex: Added ability to set arbitrary header...
2011-12-13 Fredrik Tolfpython: Use with statements in python3 wsgidir.
2011-12-13 Fredrik TolfMerge branch 'master' into python3
2011-12-13 Fredrik TolfMerge branch 'master' of git.dolda2000.com:/srv/git...
2011-12-13 Fredrik Tolfdoc: Fixed typo.
2011-12-10 Fredrik Tolfdoc: Fixed typo.
2011-12-02 Fredrik Tolfpython: Always flush sys.stderr when a reqthread exits.
2011-12-02 Fredrik Tolfpython: Added .wsgi3 as a standard extension for ashd...
2011-12-02 Fredrik Tolfpython: Changed some messages and docstrings to reflect...
2011-12-02 Fredrik Tolfpython: Gave the Python 3 package a distinguishing...
2011-12-02 Fredrik Tolfpython: Moved the Python 3 files to their own directory...
2011-11-30 Fredrik Tolfpython: Updated setup.py with the renamed scripts.
2011-11-30 Fredrik Tolfpython: Use python3 explicitly in setup.py
2011-11-30 Fredrik Tolfpython: Rename the P3 versions of {ashd,scgi}-wsgi...
2011-11-29 Fredrik Tolfpython: Initial porting of the Python code to Python 3.
2011-11-27 Fredrik Tolfpython: Converted ashd.htlib to Python 3 API.
2011-11-23 Fredrik Tolfpython: Moved PDM out of Ashd.
2011-11-18 Fredrik Tolfpython: Added the beginning of a client library for...
2011-11-18 Fredrik Tolfpython: Made PDM REPL output more easily parsable.
2011-11-17 Fredrik Tolfpython: Added a simple module for daemon management.
2011-11-02 Fredrik Tolfdoc: Fixed typo.
2011-11-02 Fredrik Tolfdoc: Made an actual INSTALL file.
2011-10-31 Fredrik Tolfpython: Changed wsgidir to use standard WSGI handlers...
2011-10-01 Fredrik TolfBumped version number.
2011-10-01 Fredrik TolfUpdated ChangeLog. 0.9
2011-10-01 Fredrik TolfMerge branch 'master' of git.dolda2000.com:/srv/git...
2011-09-20 Fredrik Tolflib: Added missing required headers to mtio-select.
2011-09-20 Fredrik Tolflib: Error out on too many FDs in mtio-select.
2011-09-20 Fredrik Tolflib: Fixed epoll error message.
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-06-24 Fredrik Tolfdoc: Clarified dirplex' mapping a bit.
2011-05-17 Fredrik Tolfdoc: Fixed typo.
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-05-01 Fredrik TolfBumped version number.
2011-05-01 Fredrik TolfUpdated changelog. 0.8 py-0.3
2011-05-01 Fredrik Tolfdoc: Fixed up various parts of the documentation a...
2011-05-01 Fredrik Tolfdoc: Fixed markup error.
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 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...
next