ratequeue: Log request blocking.
[ashd.git] / python3 / ashd /
2019-02-02 Fredrik TolfMerge branch 'master' of git.dolda2000.com:/srv/git...
2019-02-02 Fredrik Tolfpython*: Use poll instead of select in ckflush.
2017-03-02 Fredrik TolfMerge branch 'master' of git.dolda2000.com:/srv/git...
2017-02-01 Fredrik Tolfpython3: Cache async channel FDs so that updates always...
2017-02-01 Fredrik Tolfpython3: To be safe, abort entirely if initial epoller...
2017-01-09 Fredrik Tolfpython3: Fixed some threadpool handler bugs.
2016-12-31 Fredrik TolfMerge branch 'master' into timeheap
2016-06-22 Fredrik Tolfpython: Improved current-watcher implementation.
2016-06-19 Fredrik Tolfpython: Fixed async module bug.
2016-06-19 Fredrik Tolfpython: Added a channel superclass for ashd.async.
2016-06-18 Fredrik Tolfpython: Somewhat integrate async watchers with wsgidir...
2016-06-17 Fredrik Tolfpython: Rewrote ashd.async for greater generality.
2016-06-11 Fredrik Tolfpython3: Added utility module for dealing with asynchro...
2016-05-18 Fredrik TolfMerge branch 'master' of git.dolda2000.com:/srv/git...
2016-05-18 Fredrik TolfMerge branch 'master' into duplex
2016-05-18 Fredrik TolfMerge branch 'master' of ansgar.seatribe.se:/usr/local...
2016-05-13 Fredrik Tolfpython3: Use higher-resolution CPU timer.
2016-05-12 Fredrik Tolfpython: Added more info to perf request objects.
2016-04-04 Fredrik Tolfpython3: Fixed name conflict.
2016-04-04 Fredrik Tolfpython3: Make pooled threads start exit when wait-pool...
2016-04-03 Fredrik Tolfpython3: Added a pooled thread handler.
2016-04-03 Fredrik Tolfpython3: Fixed bug in sendreq.
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...