python: Try to shut ashd-wsgi down more nicely upon signal receipt.
[ashd.git] / python3 / ashd /
2015-02-03 Fredrik Tolfpython: Added some code for easier testing of WSGI...
2014-05-17 Fredrik Tolfpython: Added a global wsgidir module attribute to...
2014-01-06 Fredrik Tolfpython: Fixed the real thread-starting problem.
2014-01-06 Fredrik Tolfpython: Added a safety timeout in the new-thread wait...
2014-01-06 Fredrik TolfMerge branch 'py-reserve'
2014-01-06 Fredrik Tolfpython: Cleaned up a few uglies.
2014-01-05 Fredrik Tolfpython: Catch some previously uncaught errors in rplex...
2014-01-05 Fredrik Tolfpython: Gather handler names better.
2014-01-05 Fredrik Tolfpython: Removed threadpool handler again.
2014-01-05 Fredrik Tolfpython: Added request limiter to rplex handler.
2014-01-05 Fredrik Tolfpython: Abort instead of exit on rplex response-thread...
2014-01-05 Fredrik Tolfpython: Added an early version of a response-multiplexi...
2014-01-05 Fredrik Tolfpython: Added a simple, non-threaded handler.
2014-01-05 Fredrik Tolfpython: Added an abort timeout for the freethread handler.
2014-01-05 Fredrik Tolfpython: Added an optional request limiter for freethread.
2014-01-05 Fredrik Tolfpython: Added command-line parsing of request handler...
2014-01-05 Fredrik Tolfpython: Added blocking thread-pool handler.
2014-01-05 Fredrik Tolfpython: Start rewriting WSGI handlers with modular...
2013-02-03 Fredrik TolfMerge branches 'block' and 'py-reserve'
2013-01-19 Fredrik Tolfpython: Properly abort when over request limit.
2013-01-18 Fredrik Tolfpython: Make scgi-wsgi{,3} use ashd.serve.
2013-01-17 Fredrik Tolfpython: Added a Python3 version of ashd.serve.
2012-09-01 Fredrik Tolfpython: Added a simple function for doing directory...
2012-08-08 Fredrik Tolfpython: Added some SCGI fixes apparently necessary...
2012-07-16 Fredrik Tolfpython: Added more useful logging to wsgidir.
2012-07-16 Fredrik Tolfpython: Handle errors when loading chained modules...
2012-07-16 Fredrik Tolfpython: Added XBitHack-style caching to SSI handler.
2012-07-16 Fredrik Tolfpython: Added HTTP date formatting functions to ashd...
2012-07-14 Fredrik Tolfpython: Rewrote SSI handler as a reusable module, and...
2012-05-21 Fredrik Tolfpython: Fixed some docstring typos.
2012-05-20 Fredrik Tolfpython: Added a WSGI validation mode to ashd.wsgidir.
2012-01-23 Fredrik TolfMerge branch 'master' of git.dolda2000.com:/srv/git...
2011-12-22 Fredrik Tolfpython: Use python3 super() correctly.
2011-12-22 Fredrik Tolfpython: Pass client address and port in perf request...
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-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 Tolfpython: Use with statements in python3 wsgidir.
2011-12-13 Fredrik TolfMerge branch 'master' into python3
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: Moved the Python 3 files to their own directory...