commit f7c6f7155a9fe427eff74fcb1e23818413b893dc from: Omar Polo date: Thu Sep 08 20:45:19 2022 UTC sync commit - a5fb2593a9ab1c6cc4ae027924724dd2714f7fe1 commit + f7c6f7155a9fe427eff74fcb1e23818413b893dc blob - 7236bc2baa4652a9959a45f85ddc2747be46236b blob + 6540752c3c71e53855a40915f6fd7760585a9f5c --- ChangeLog +++ ChangeLog @@ -1,3 +1,12 @@ +2022-09-07 Omar Polo + + * ge.c (main): add `ge': small program to quickly export a directory over Gemini. + +2022-09-06 Omar Polo + + * server.c: drop CGI support. + * sandbox.c: optionally disable the sandbox on non-OpenBSD when fastcgi or proxy are used. New sockets can't be opened under FreeBSD' capsicum(4) and a huge pain in the arse under Linux' seccomp/landlock. Patches welcome! + 2022-07-07 Omar Polo * log.c (logger_main): fix timestamps in log files. Reported by Karl Jeacle, thanks!