ashd.git
2014-03-02 Fredrik Tolflib: Fixed uncompiled bugs in the funopen path.
2014-03-02 Fredrik Tolflib: Introduced a portable abstraction layer for custom...
2014-03-02 Fredrik TolfMerge branch 'master' of fludd.seatribe.se:/usr/local...
2014-03-02 Fredrik Tolfdirplex: Actually allow zero-argument index-file, as...
2014-03-01 Fredrik TolfUpdated changelog.
2014-03-01 Fredrik Tolfbuild: Remove GNU-make extensions from doc/Makefile.
2014-03-01 Fredrik Tolflib: Added a kqueue mtio implementation.
2014-02-28 Fredrik Tolfbuild: Use AS_HELP_STRING.
2014-02-27 Fredrik Tolflib: Removed nested functions from all required parts...
2014-02-27 Fredrik Tolflib: Added a BSD mtio implementation.
2014-02-27 Fredrik Tolflib: Modularized mtio implementation.
2014-02-27 Fredrik Tolfbuild: Modernized autoconf/automake initialization.
2014-02-27 Fredrik Tolfcall[fs]cgi: Fixed wrong header usage.
2014-02-27 Fredrik Tolfaccesslog: Fixed non-ASCII logging bug again.
2014-02-13 Fredrik Tolfhtextauth: Added a simple authenticator program for...
2014-02-13 Fredrik Tolfdoc: Documented httrcall.
2014-02-13 Fredrik TolfAdded the `httrcall' program.
2014-02-13 Fredrik Tolfcallcgi: Made callcgi better at running more arbitrary...
2014-02-07 Fredrik Tolfpython: Fixed typo.
2014-02-07 Fredrik Tolfpython: Ensure request bytearray is explicitly converte...
2014-01-12 Fredrik Tolfpython: Updated documentation.
2014-01-12 Fredrik Tolfpython: Removed the -l option from the usage message...
2014-01-11 Fredrik Tolfdirplex: Inverted the default root capture behaviour...
2014-01-11 Fredrik Tolfdoc: Fixed typo.
2014-01-11 Fredrik Tolfdoc: Updated dirplex 404 handling.
2014-01-11 Fredrik Tolfdirplex: Improved 404 handling.
2014-01-06 Fredrik Tolflib: Log EGAINs again, but attempt to do so sparingly.
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...
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 Tolfdirplex, patplex: Emit more helpful error message on...
2014-01-05 Fredrik Tolflib: Don't log mere EAGAINs.
2014-01-05 Fredrik Tolflib: Properly use error from the restarted child, in...
2014-01-05 Fredrik Tolfpython: Emulate the previous `-l' option to ashd-wsgi3.
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: Fixed scgi-wsgi3 input handling bug.
2014-01-05 Fredrik Tolfpython: Always properly close request handlers when...
2014-01-05 Fredrik Tolfpython: Converted scgi-wsgi3 as well to use modular...
2014-01-05 Fredrik Tolfpython: Start rewriting WSGI handlers with modular...
2014-01-02 Fredrik Tolfetc: Added an explicit .wsgi2 extension in the Python...
2014-01-02 Fredrik Tolflib: Added environment-variable expansion for stdchild...
2014-01-02 Fredrik Tolflib: Moved default status strings from call[fs]cgi...
2014-01-02 Fredrik Tolfetc: Added a default configuration file for Python...
2013-12-28 Fredrik Tolfcallcgi: Don't log errors about broken pipes.
2013-09-24 Fredrik Tolfdoc: Fixed typo.
2013-09-24 Fredrik Tolfdoc: Fixed comma usage.
2013-09-24 Fredrik Tolfdoc: More consistent grammar.
2013-09-24 Fredrik Tolfdoc: Fixed typo.
2013-09-24 Fredrik Tolfdoc: Fixed typo.
2013-08-11 Fredrik Tolfpatplex: Fixed regex compilation bug.
2013-07-14 Fredrik Tolflib: Fixed stdinit bug.
2013-07-14 Fredrik Tolflib: Added ability to set environment variables in...
2013-06-09 Fredrik Tolfaccesslog: Explicitly close logfile when exiting.
2013-05-08 Fredrik TolfBumped python version numbers.
2013-05-08 Fredrik TolfBumped version number. py-0.5
2013-05-08 Fredrik TolfUpdated changelog. 0.12
2013-03-23 Fredrik Tolfpatplex: Added URL unquoting functionality.
2013-03-23 Fredrik Tolflib: Add $HOME/.ashd/etc to the directories to search...
2013-03-23 Fredrik Tolfpatplex: Search for the configuration file if it contai...
2013-03-23 Fredrik Tolfdoc: Fixed patplex configuration filename discrepancy.
2013-03-03 Fredrik TolfDocument and install psendfile.
2013-02-03 Fredrik TolfMerge branches 'block' and 'py-reserve'
2013-02-03 Fredrik TolfMerge branch 'master' of git.dolda2000.com:/srv/git...
2013-02-03 Fredrik Tolfhtparser: Make plexwatch shut up a bit.
2013-02-03 Fredrik Tolfhtparser: Shut down root handler socket instead of...
2013-01-21 Fredrik Tolfexamples: setsid is now built into htparser.
2013-01-21 Fredrik Tolfpython: Updated documentation.
2013-01-19 Fredrik Tolfpython: Properly abort when over request limit.
2013-01-18 Fredrik Tolfpython: Added PDM support in scgi-wsgi{,3}.
2013-01-18 Fredrik Tolfpython: Make scgi-wsgi{,3} use ashd.serve.
2013-01-17 Fredrik Tolfpython: Removed lingering thread name.
2013-01-17 Fredrik Tolfpython: Converted ashd-wsgi3 as well to use ashd.serve.
2013-01-17 Fredrik Tolfpython: Added a Python3 version of ashd.serve.
2013-01-16 Fredrik Tolfpython: Use ashd.serve for ashd-wsgi.
2013-01-16 Fredrik Tolfpython: Added a module with abstracted tools for both...
2013-01-15 Fredrik Tolfuserplex: Use nonblocking forwarding behavior as in...
2013-01-15 Fredrik Tolflib: Preserve error properly across flog.
2013-01-15 Fredrik Tolflib: Don't close children on mere EAGAINs, but fail...
2013-01-15 Fredrik Tolflib: Use nonblocking-behavior forwarding explicitly...
2013-01-15 Fredrik Tolflib: Change the default behavior of send{fd,req} to...
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.
next