doc: Documented htpipe.
[ashd.git] / python / 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.
2016-12-31 Fredrik TolfMerge branch 'master' into timeheap
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-12 Fredrik Tolfpython: Added more info to perf request objects.
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: Back-ported the new request handling to Python2.
2014-01-06 Fredrik Tolfpython: Keep a copy of the real socket for Python2...
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-16 Fredrik Tolfpython: Added a module with abstracted tools for both...
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 HTTP date formatting functions to ashd...
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: 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: Use an X-Ash-Python-Handler added header for...
2011-12-13 Fredrik Tolfpython: Cleaned up dispatching in wsgidir.
2011-12-13 Fredrik Tolfpython: Ensure greater concurrency is wsgidir.
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-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-10-31 Fredrik Tolfpython: Changed wsgidir to use standard WSGI handlers...
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-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...
2011-03-09 Fredrik TolfMerge branch 'master' into sslres
2011-03-02 Fredrik Tolfpython: Clarified recvreq documentation.
2011-03-02 Fredrik Tolfpython: Added some actual documentation(!).
2010-10-26 Fredrik Tolfpython: Added a util module and moved serveloop thence.
2010-10-23 Fredrik Tolfpython: Added support to ashd.wsgidir for adding additi...
2010-10-23 Fredrik Tolfpython: Changed wmain calling convention.
2010-10-23 Fredrik Tolfpython: Fixed WSGI wrapper to handle empty responses.
2010-10-22 Fredrik Tolfpython: Removed debug message in proto.py.
2010-10-21 Fredrik Tolfpython: Added an alternative WSGI server that speaks...
2010-09-05 Fredrik TolfFixed ashd.wsgidir to make wmain work as intended.
2010-09-03 Fredrik Tolfscgi-wsgi: Fixed a couple of typos.
2010-09-03 Fredrik TolfAdded a SCGI-WSGI gateway for Python.