Commits


use __dead instead of __attribute__((noreturn))


titan: add compat shims to compile on !OpenBSD


gg: warn when the TLS layer is not closed properly various servers are not handling correctly the close notify so for the moment don't turn this into an hard error but just warn. Hopefully, given some time, most servers will be fixed. while here, drop the gotos and just use a break to exit the main loop.


add titan(1) -- a draft titan client


split out iri.h from gmid.h


fmt


drop engine support


remove the useless logging methods it makes more clear where the magic is. adapted from the smtpd' ca.c diff.


add compat for endian (now required by imsg)


update imsg


rename do_accept() -> server_accept()


enrich the description of the server process


typo


change log_request to take the code and meta unpacked don't know what i was smoking when I wrote log_request() like that...


improve fcgi test: send more than one chunk of data