ashd.git
2023-11-23 Fredrik Tolfetc: Add environment option to run init.d/ashd silently. master
2023-08-10 Fredrik Tolfpython3: Encode ashd-wsgi3 output headers with utf...
2023-08-09 Fredrik Tolfaccesslog: Fix %p bug.
2023-08-09 Fredrik Tolfaccesslog: Add standard response header for logging...
2023-08-09 Fredrik Tolfaccesslog: Add %p and %P format options.
2023-07-28 Fredrik Tolfhtpipe: Add some missing includes.
2023-07-28 Fredrik Tolfratequeue: Add some missing includes.
2023-07-28 Fredrik Tolfhtparser: Added some missing includes.
2023-07-28 Fredrik Tolfhtparser: Remember to properly make ssl-openssl.c condi...
2023-07-28 Fredrik Tolfhtparser: Add an initial OpenSSL backend.
2023-07-28 Fredrik Tolfbuild: Rename configure.in according to autoconf standards.
2023-07-28 Fredrik Tolfbuild: Update configure.in to slightly more modern...
2023-07-27 Fredrik Tolfdirplex: Document the `dot-allow' directive.
2023-07-27 Fredrik Tolfetc: Allow `.well-known' in default dirplex configuration.
2023-07-27 Fredrik Tolfdirplex: Add directive to allow selected dot-files...
2023-07-24 Fredrik Tolfhtparser: Expose TLS session-ID in request headers.
2023-07-24 Fredrik TolfMerge branch 'master' of moltke.seatribe.se:/usr/local...
2023-07-24 Fredrik Tolfhtparser: Stop using GCC inner functions for setcreds.
2023-07-15 Fredrik Tolfpython: Ignore EINTR in serveloop.
2022-08-27 Fredrik Tolfpython3: Fixed ABC import for Python 3.8 compatibility.
2022-08-27 Fredrik Tolfpython3: Rename async module to asyncio for Python...
2022-02-07 Fredrik Tolfratequeue: Be consistent with signedness in rehash...
2022-02-06 Fredrik Tolfratequeue: Handle bucket emptying more correctly.
2022-02-06 Fredrik Tolfratequeue: Log request blocking.
2022-02-05 Fredrik TolfAdded the `ratequeue' program.
2021-12-02 Fredrik Tolfhtparser: Request client certificate only of trust...
2021-11-10 Fredrik Tolfhtparser: Fixed readcrtchain bug.
2021-11-10 Fredrik Tolfhtparser: Use certificate chains in named credentials...
2021-07-19 Fredrik Tolfdoc: Fixed some typos.
2021-07-17 Fredrik Tolfdoc: Fixed typo.
2021-07-17 Fredrik Tolfpatplex: Add reparse action.
2021-07-17 Fredrik Tolfpatplex: Replace the `default' handling with arbitrary...
2021-05-16 Fredrik Tolfdoc: Clarify httrcall limit functionality further.
2021-05-16 Fredrik Tolfdoc: Fixed typo.
2021-05-16 Fredrik TolfUpdated changelog.
2021-05-16 Fredrik Tolfexamples: Fix up vhosts example to run with new patplex...
2021-05-15 Fredrik Tolfdoc: Documented htpipe.
2021-05-15 Fredrik Tolfhtparser: Fixed pidfile initialization bug.
2021-05-15 Fredrik Tolfhtpipe: Fixed socket leakage.
2021-05-15 Fredrik Tolfhtpipe: Fixed simple initialization bug.
2021-05-15 Fredrik TolfAdded the `htpipe' program.
2021-05-15 Fredrik Tolfdoc: Documented the new `htparser' behaviors.
2021-05-14 Fredrik Tolfetc: Allow init.d/ashd to handle remaining connections...
2021-05-14 Fredrik Tolfhtparser: Allow PID-file, chuser and chroot arguments...
2021-05-14 Fredrik Tolfhtparser: Added a simple PID-file state monitoring...
2021-01-22 Fredrik Tolfdoc: Document userplex' use of setsid().
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.
2018-04-02 Fredrik Tolfpsendfile: Fixed missing include.
2017-03-11 Fredrik TolfMerge branch 'master' of rpi2:src/ashd
2017-03-11 Fredrik Tolflib: Fixed potential kqueue timespec storage bug.
2017-03-11 Fredrik Tolflib: Replicated mtio-epoll's timeheap implementation...
2017-03-07 Fredrik Tolfcallcgi: Fixed possible deadlock problem on aborted...
2017-03-02 Fredrik TolfMerge branch 'master' of git.dolda2000.com:/srv/git...
2017-03-02 Fredrik Tolfdoc: Fixed typo.
2017-03-02 Fredrik Tolfdoc: Fixed typo.
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 Tolflib: Fixed timeheap bug with ioloop reentrancy.
2016-12-31 Fredrik TolfMerge branch 'timeheap'
2016-12-31 Fredrik Tolflib: Removed the surely redundant struct timeentry...
2016-12-31 Fredrik TolfMerge branch 'master' into timeheap
2016-12-31 Fredrik Tolflib: Fixed blocker iteration bug in mtio-select introdu...
2016-11-23 Fredrik Tolflib: Use abort() instead of exit() when smalloc fails.
2016-10-30 Fredrik Tolflib: Fixed bioprintf bug.
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-19 Fredrik Tolfhtparser: Fixed up duplex timeouts.
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 TolfUpdated changelog.
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 Tolfpython: Added ashd-wsgi3 support for passing file descr...
2016-05-18 Fredrik TolfMerge branch 'duplex' of nerv.dolda.net:src/ashd into...
2016-05-18 Fredrik Tolflib: Added mblock support for kqueue.
2016-05-18 Fredrik Tolflib: Fixed mblock bug for epoll.
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-18 Fredrik Tolflib: Added support for blocking on multiple file descri...
2016-05-16 Fredrik Tolflib: Added mtio ability to pass file descriptors over...
2016-05-16 Fredrik Tolflib: Added bufio I/O-less copy function.
2016-05-14 Fredrik Tolfaccesslog: Fail as soon as possible on broken channels.
2016-05-14 Fredrik Tolflib: Report as many errors as possible from biowritesome.
2016-05-13 Fredrik Tolfpython3: Use higher-resolution CPU timer.
2016-05-12 Fredrik Tolfpython: Added more info to perf request objects.
2016-05-08 Fredrik Tolfhtparser: Use bufio instead of stdio for greater respon...
2016-05-01 Fredrik Tolflib: Fixed another bufio bug.
2016-05-01 Fredrik Tolflib: Commit missing bufio include.
2016-04-26 Fredrik Tolflib: Fixed some bufio bugs.
2016-04-25 Fredrik Tolfaccesslog: Use bufio for filtering instead of stdio.
2016-04-25 Fredrik Tolflib: Added bufio variants of parseresponse/parseheaders...
2016-04-25 Fredrik Tolflib: Compile bufio.
2016-04-25 Fredrik Tolflib: Added mtio-driven bufio implementation.
next