python: Fixed async module bug.
[ashd.git] / src /
2016-06-19 Fredrik Tolfhtparser: Fixed up duplex timeouts.
2016-05-18 Fredrik TolfMerge branch 'master' into duplex
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-18 Fredrik Tolfhtparser: Fixed bad size_t.
2016-05-18 Fredrik Tolfaccesslog: Pass file descriptors through response.
2016-05-18 Fredrik Tolfhtparser: Added support for full-duplex requests.
2016-05-14 Fredrik Tolfaccesslog: Fail as soon as possible on broken channels.
2016-05-08 Fredrik Tolfhtparser: Use bufio instead of stdio for greater respon...
2016-04-25 Fredrik Tolfaccesslog: Use bufio for filtering instead of stdio.
2016-04-13 Fredrik Tolflib: Allow reception of mtstdopen info structure.
2016-04-08 Fredrik Tolfaccesslog: Remember to flush request-body.
2016-04-07 Fredrik Tolfaccesslog: Added a filtering mode to collect such data...
2015-11-01 Fredrik Tolfhtparser: Fixed SSL client-address formatting.
2015-10-30 Fredrik Tolfcall[fs]cgi: Fixed quoting bug.
2015-03-28 Fredrik Tolfdirplex: Added reparse support.
2015-02-03 Fredrik Tolfhtparser: Handle ECONNABORTED correctly.
2014-11-10 Fredrik Tolfpatplex: Fixed segfault bug in pattern replacement.
2014-10-15 Fredrik Tolfcall[fs]cgi: Reset SIGCHLD to SIG_DFL before exec'ing...
2014-10-14 Fredrik TolfMerge branch 'master' of git.dolda2000.com:/srv/git...
2014-10-14 Fredrik Tolfcall[fs]cgi: Call killcuraddr explicitly instead of...
2014-09-29 Fredrik Tolfhttrcall: Implemented optional limiting of child processes.
2014-09-29 Fredrik Tolfcall[fs]cgi: Fixed shutdown bug.
2014-08-11 Fredrik Tolfhtparser: Affix a unique connection ID to each request.
2014-07-13 Fredrik Tolfhttimed: Prevent lossage of buffered requests during...
2014-05-17 Fredrik Tolfpsendfile: Fixed crash when files cannot be opened.
2014-04-25 Fredrik TolfMerge branch 'master' of git.dolda2000.com:/srv/git...
2014-04-13 Fredrik Tolfhtparser: Fixed typo.
2014-04-13 Fredrik Tolfhtparser: Accept more connections in bulk.
2014-04-12 Fredrik Tolfhtparser: Added support for handing a cipher priority...
2014-03-10 Fredrik Tolfcallfcgi: Improved recvrec implementation.
2014-03-03 Fredrik Tolfcallfcgi: Use the library mtio pipes instead of kernel...
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-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 TolfAdded the `httrcall' program.
2014-02-13 Fredrik Tolfcallcgi: Made callcgi better at running more arbitrary...
2014-01-11 Fredrik Tolfdirplex: Inverted the default root capture behaviour...
2014-01-11 Fredrik Tolfdirplex: Improved 404 handling.
2014-01-06 Fredrik TolfMerge branch 'py-reserve'
2014-01-05 Fredrik Tolfdirplex, patplex: Emit more helpful error message on...
2014-01-02 Fredrik Tolflib: Moved default status strings from call[fs]cgi...
2013-12-28 Fredrik Tolfcallcgi: Don't log errors about broken pipes.
2013-08-11 Fredrik Tolfpatplex: Fixed regex compilation bug.
2013-06-09 Fredrik Tolfaccesslog: Explicitly close logfile when exiting.
2013-03-23 Fredrik Tolfpatplex: Added URL unquoting functionality.
2013-03-23 Fredrik Tolfpatplex: Search for the configuration file if it contai...
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-15 Fredrik Tolfuserplex: Use nonblocking forwarding behavior as in...
2012-12-29 Fredrik Tolfuserplex: Fixed missing-404 bug, finally.
2012-12-28 Fredrik TolfMerge branch 'master' of git.dolda2000.com:/srv/git...
2012-12-28 Fredrik Tolfhtparser: Improved shutdown behavior further.
2012-12-28 Fredrik Tolfhtparser: More well-defined shutdown behavior.
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-08-19 Fredrik Tolfhtparser: Made HTTP version recognition case-independent.
2012-08-15 Fredrik Tolfdirplex: Added a capture option to ignore captures...
2012-08-08 Fredrik TolfAdded the `httimed' program.
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-05-13 Fredrik Tolfuserplex: Corrected opening of /dev/null.
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-13 Fredrik Tolfdirplex, patplex: Added a cosmetical `xset' directive...
2011-12-13 Fredrik Tolfsendfile: Use the header X-Ash-Content-Type for file...
2011-12-13 Fredrik Tolfdirplex, patplex: Added ability to set arbitrary header...
2011-10-01 Fredrik TolfMerge branch 'master' of git.dolda2000.com:/srv/git...
2011-09-05 Fredrik TolfMerge branch 'master' of git.dolda2000.com:/srv/git...
2011-09-05 Fredrik Tolfhtparser: Improved HTTP/1.0 Keep-Alive behavior.
2011-07-23 Fredrik Tolfdirplex: Don't strip all of X-Ash-File.
2011-06-26 Fredrik TolfMerge branch 'master' of git.dolda2000.com:/srv/git...
2011-06-26 Fredrik Tolfcall*cgi, python: Try to emulate standard CGI behavior...
2011-05-13 Fredrik Tolflib: Moved parseresponse from htparser into lib for...
2011-05-13 Fredrik Tolfaccesslog: Fixed up stdout logging and related FD_CLOEX...
2011-04-30 Fredrik Tolfhtparser: Handle absolute-URI requests.
2011-04-30 Fredrik Tolfhtparser: Implemented resource limits for response...
2011-04-30 Fredrik TolfImposed some limits on request parts.
2011-04-29 Fredrik Tolfhtparser: chdir as part of chrooting.
2011-04-27 Fredrik Tolfcall[fs]cgi: Ensure less delay in closing stdin when...
2011-04-14 Fredrik Tolfsendfile: Only allow GET and HEAD requests.
2011-04-13 Fredrik Tolfhtextauth: Ensure that the same challenge is provided...
2011-04-12 Fredrik Tolfuserplex: Run each handler in its own session.
2011-03-29 Fredrik Tolfdirplex: Fixed .htrc rechecking.
2011-03-28 Fredrik Tolfdirplex: Strip leading `./' from X-Ash-File.
next