Commit Briefs

Omar Polo

fix how int64_t is print in parse.y (portable)


Omar Polo

include <grp.h> (setgroups) for portability

linux has it there...



Omar Polo

portable



Omar Polo

style; parenthesize returns


Omar Polo

workaround template compiler bug

the '\0' check doesn't seem to be correctly translated


Omar Polo

revamp the configuration man page

Update it to the latest changes and expand/improve the EXAMPLES section.


Omar Polo

allow to speak "TLS-less Gemini"

useful for e.g. to save some CPU cycles when the Gemini server is sitting on the same box as Galileo; disabled by default.


Omar Polo

bump the date



Omar Polo

missing .Nm in SYNOPSIS


Omar Polo

don't Xr httpd.conf(5) in galileo(8)


Omar Polo

fix reconfiguration


Omar Polo

fix html generation

a space is mandatory between the tag and the attribute, but the template compiler trims it out. Use {{ " " }} as a workaround.