etc: Add environment option to run init.d/ashd silently.
[ashd.git] / python / ashd-wsgi
2016-12-31 Fredrik TolfMerge branch 'master' into timeheap
2015-08-03 Fredrik Tolfpython: Try to shut ashd-wsgi down more nicely upon...
2014-01-12 Fredrik Tolfpython: Removed the -l option from the usage message...
2014-01-06 Fredrik TolfMerge branch 'py-reserve'
2014-01-06 Fredrik Tolfpython: Back-ported the new request handling to Python2.
2013-02-03 Fredrik TolfMerge branches 'block' and 'py-reserve'
2013-01-19 Fredrik Tolfpython: Properly abort when over request limit.
2013-01-16 Fredrik Tolfpython: Use ashd.serve for ashd-wsgi.
2012-12-28 Fredrik TolfMerge branch 'master' of git.dolda2000.com:/srv/git...
2012-12-27 Fredrik TolfMerge branch 'master' of git.dolda2000.com:/srv/git...
2012-12-27 Fredrik Tolfcall*cgi, python: Added symmetrical {SERVER,REMOTE...
2012-08-30 Fredrik Tolfpython: Fixed typo.
2012-08-28 Fredrik Tolfpython: Remove HTTP_CONTENT_{TYPE,LENGTH} from WSGI...
2012-08-16 Fredrik Tolfpython: Improved error handling and logging in ashd...
2012-07-14 Fredrik Tolfpython: Configure logging in ashd-wsgi{,3}.
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-02 Fredrik Tolfpython: Moved the Python 3 files to their own directory...
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-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-04-21 Fredrik Tolfpython: Added a request limiter to ashd-wsgi.
2011-04-12 Fredrik Tolfpython: Handle client-abortion properly when writing...
2011-04-12 Fredrik Tolfpython: Fixed client-abortion error raising.
2011-04-09 Fredrik Tolfpython: Rethrow special IOErrors when a client has...
2011-01-28 Fredrik Tolfpython: Fixed a url quoting bug in ashd-wsgi.
2011-01-15 Fredrik TolfComply better with the CGI specification by unquoting...
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 Tolfpython: Changed wmain calling convention.
2010-10-23 Fredrik Tolfpython: Fixed QUERY_STRING bug in ashd-wsgi.
2010-10-23 Fredrik Tolfpython: Fixed WSGI wrapper to handle empty responses.
2010-10-21 Fredrik Tolfpython: Added an alternative WSGI server that speaks...