Commits


fix SRCS and DISTFILES; forgot iri.h, landlock is long gone


add missing entries in have/Makefile distfiles


update vim screenshot


fix configtest with chroot The configtest checks try to open the root directories too, operation that can fail when they're expected to be inside a chroot.


adjust vim syntax file: `fastcgi param' is not deprecated Only a server-level bare `param' is (and in hindsight it was just a terrible idea to add it in the first place.)


update ChangeLog


Update Vim syntax file


contrib/vim: add ALE linter ALE is faster and otherwise better alternative to Syntastic.


titan: accept either one or two positional arguments


titan: usage and exit on unknown flags


fix ge^W gemexp version string


make `serve-gemini' use gemexp (from repo) instead of gmid the standalone / config-less mode was removed from gmid and put into gemexp time ago...


add more endian.h macros implementation for macos


mark private function as static


remove explicit #include endian.h unfortunately that's not portable. config.h will include the right stuff however.