etc: Add environment option to run init.d/ashd silently.
[ashd.git] / python / ashd / scgi.py
2016-12-31 Fredrik TolfMerge branch 'master' into timeheap
2013-02-03 Fredrik TolfMerge branches 'block' and 'py-reserve'
2013-01-18 Fredrik Tolfpython: Make scgi-wsgi{,3} use ashd.serve.
2012-08-08 Fredrik Tolfpython: Added some SCGI fixes apparently necessary...
2011-12-02 Fredrik Tolfpython: Moved the Python 3 files to their own directory...
2011-11-29 Fredrik Tolfpython: Initial porting of the Python code to Python 3.
2011-04-12 Fredrik Tolfpython: Handle client-abortion properly when writing...
2011-04-12 Fredrik Tolfpython: Fixed SCGI handler typo.
2011-04-09 Fredrik Tolfpython: Rethrow special IOErrors when a client has...
2010-10-23 Fredrik Tolfpython: Fixed WSGI wrapper to handle empty responses.
2010-09-03 Fredrik TolfAdded a SCGI-WSGI gateway for Python.