ashd.git
2013-01-21 Fredrik Tolfexamples: setsid is now built into htparser.
2013-01-15 Fredrik Tolflib: Added variants of sendfd and sendreq that take...
2012-12-29 Fredrik Tolfuserplex: Fixed missing-404 bug, finally.
2012-12-28 Fredrik Tolfdoc: Establish HTTP version convention.
2012-12-28 Fredrik Tolfdoc: Mention request-body chunking in ashd(7).
2012-12-28 Fredrik Tolfdoc: Refined htparser shutdown description.
2012-12-28 Fredrik TolfMerge branch 'master' of git.dolda2000.com:/srv/git...
2012-12-28 Fredrik Tolfdoc: Describe htparser shutdown behavior.
2012-12-28 Fredrik Tolfhtparser: Improved shutdown behavior further.
2012-12-28 Fredrik Tolflib: Added the bufdel macro.
2012-12-28 Fredrik Tolfhtparser: More well-defined shutdown behavior.
2012-12-28 Fredrik Tolflib: Gave ioloop the ability to exit
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-12-27 Fredrik Tolfhtparser: Fixed SSL listening bug.
2012-12-27 Fredrik TolfMerge branch 'master' of git.dolda2000.com:/srv/git...
2012-12-27 Fredrik Tolfhtparser: Put root handler in a new session regardless...
2012-12-26 Fredrik Tolfhtparser: Be more tolerant to broken clients.
2012-12-19 Fredrik Tolfhtparser: Support chunked request-bodies.
2012-09-01 Fredrik Tolfpython: Added a simple function for doing directory...
2012-08-30 Fredrik Tolfpython: Fixed typo.
2012-08-28 Fredrik Tolfpython: Remove HTTP_CONTENT_{TYPE,LENGTH} from WSGI...
2012-08-19 Fredrik Tolfhtparser: Made HTTP version recognition case-independent.
2012-08-16 Fredrik Tolfpython: Improved error handling and logging in ashd...
2012-08-16 Fredrik TolfBumped version number.
2012-08-16 Fredrik TolfUpdated ChangeLog. 0.11
2012-08-15 Fredrik Tolfdoc: Fixed formatting error.
2012-08-15 Fredrik Tolfdirplex: Added a capture option to ignore captures...
2012-08-08 Fredrik TolfAdded the `httimed' program.
2012-08-08 Fredrik Tolfpython: Fixed log header for scgi-wsgi.
2012-08-08 Fredrik Tolfpython: Added logging initialization to scgi-wsgi.
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: Configure logging in ashd-wsgi{,3}.
2012-07-14 Fredrik Tolfpython: Rewrote SSI handler as a reusable module, and...
2012-06-19 Fredrik Tolfaccesslog: Fixed quoting sign-extension.
2012-06-05 Fredrik Tolfpsendfile: Don't free contype if it's NULL.
2012-06-04 Fredrik TolfAdded a preliminary version of a psendfile program.
2012-06-04 Fredrik Tolflib: Made simpleerror callable with stdio handles as...
2012-05-21 Fredrik Tolfpython: Fixed some docstring typos.
2012-05-20 Fredrik Tolfpython: Added a WSGI validation mode to ashd.wsgidir.
2012-05-20 Fredrik Tolfexamples: Added an example for wsgidir usage.
2012-05-13 Fredrik Tolfdoc: Fixed typo.
2012-05-13 Fredrik Tolfdoc: Fixed typo.
2012-05-13 Fredrik Tolfdoc: Typo fixes and other documentation improvements.
2012-05-13 Fredrik Tolfuserplex: Corrected opening of /dev/null.
2012-05-13 Fredrik Tolfdoc: Clarified the persistent handler convention slightly.
2012-05-13 Fredrik Tolfdoc: Fixed typo.
2012-03-20 Fredrik TolfWarn for core dumps in various places.
2012-03-20 Fredrik Tolfcallcgi: Don't mass-close child FDs.
2012-03-08 Fredrik Tolfcallcgi: Properly wait for the handler process to exit.
2012-01-23 Fredrik TolfMerge branch 'master' of git.dolda2000.com:/srv/git...
2012-01-23 Fredrik Tolfdirplex: Match pathname directives relative to the...
2012-01-23 Fredrik Tolfdirplex: Correct config resolution for base directory.
2011-12-22 Fredrik Tolfpython: Use python3 super() correctly.
2011-12-22 Fredrik Tolfpython: Pass client address and port in perf request...
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-14 Fredrik Tolfdoc: Use `xset content-type' for the dirplex sendfile...
2011-12-13 Fredrik Tolfdoc: Fixed a couple of misses.
2011-12-13 Fredrik Tolfetc: Use the send handler from dirplex.d in apache...
2011-12-13 Fredrik Tolfetc: Use xset to pass content-type to sendfile.
2011-12-13 Fredrik Tolfdirplex, patplex: Added a cosmetical `xset' directive...
2011-12-13 Fredrik TolfBumped version numbers.
2011-12-13 Fredrik TolfUpdated ChangeLog. 0.10 py-0.4
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 Tolfdoc: Documented X-Ash-Content-Type for sendfile.
2011-12-13 Fredrik Tolfsendfile: Use the header X-Ash-Content-Type for file...
2011-12-13 Fredrik Tolfetc: Added a commented-out section for using FCGI PHP.
2011-12-13 Fredrik Tolfdoc: Documented the `set' directives for {pat,dir}plex.
2011-12-13 Fredrik Tolfdirplex, patplex: Added ability to set arbitrary header...
2011-12-13 Fredrik Tolfpython: Use with statements in python3 wsgidir.
2011-12-13 Fredrik TolfMerge branch 'master' into python3
2011-12-13 Fredrik TolfMerge branch 'master' of git.dolda2000.com:/srv/git...
2011-12-13 Fredrik Tolfdoc: Fixed typo.
2011-12-10 Fredrik Tolfdoc: Fixed typo.
2011-12-02 Fredrik Tolfpython: Always flush sys.stderr when a reqthread exits.
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: Gave the Python 3 package a distinguishing...
2011-12-02 Fredrik Tolfpython: Moved the Python 3 files to their own directory...
2011-11-30 Fredrik Tolfpython: Updated setup.py with the renamed scripts.
2011-11-30 Fredrik Tolfpython: Use python3 explicitly in setup.py
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-11-27 Fredrik Tolfpython: Converted ashd.htlib to Python 3 API.
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.
next