Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-01-24 | prepare release 2.0.12.0.1 | Omar Polo | |
2024-01-24 | changelog for 2.0.1 | Omar Polo | |
2024-01-21 | convert remaining code to the imsg getters | Omar Polo | |
Now gmid doesn't touch anymore the internals of the imsg structs. | |||
2024-01-21 | convert the remaining bit of crypto.c to the ibuf_* APIs | Omar Polo | |
2024-01-21 | please macos | Omar Polo | |
for some reason that's not entirely clear to me, __dead doesn't seem to work on macos, so clang thinks datalen is used un-initialized. meh | |||
2024-01-21 | update imsg test: gmid now requires the new API too | Omar Polo | |
2024-01-21 | convert crypto.c to the new imsg API | Omar Polo | |
2024-01-21 | rename ibuf to imsgbuf in crypto | Omar Polo | |
soon we'll be using a struct ibuf and it'll be confusing. | |||
2024-01-21 | remove proc_forward_imsg since it's unused | Omar Polo | |
2024-01-21 | convert most of gmid to the new imsg APIs | Omar Polo | |
Makes parsing and handling of imsgs simpler / clearer. only crypto.c is left as-is. | |||
2024-01-21 | convert to use imsg_get_fd() | Omar Polo | |
since proc_forward_imsg() never forwards a file descriptor (it's never called actually) just use -1 there. | |||
2024-01-14 | configure: fix --mandir handling | Anna “CyberTailor” | |
2024-01-11 | ops; pretty big omission among the breaking changes | Omar Polo | |
2024-01-11 | typo | Omar Polo | |
2024-01-11 | start the 2.1 release cycle | Omar Polo | |
2024-01-11 | prepare release 2.02.0 | Omar Polo | |
2024-01-11 | add release date | Omar Polo | |
2024-01-11 | update contrib after Dockerfile changes | Omar Polo | |
2024-01-11 | contrib/Dockerfile: fix the build and improve the usage | Omar Polo | |
Install a sample config, include a self-signed cert and setup a local user and chroot. | |||
2024-01-11 | fix missing listen on warning | Omar Polo | |
printed the wrong value for the hostname | |||
2024-01-11 | configure: add --sysconfdir / $SYSCONFDIR handling | Omar Polo | |
so that we don't have to hardcode /etc in gmid.c. Helps on systems like FreeBSD where the non-base programs are expected to look for their config in /usr/local/etc. | |||
2024-01-11 | install titan too | Omar Polo | |
while here, sort the binaries and the manpages by section and name. | |||
2024-01-11 | other misc tweaks for the site | Omar Polo | |
2024-01-11 | tweak 2.0 changelog | Omar Polo | |
2024-01-11 | update/fix description of the subprocess and what they do | Omar Polo | |
2024-01-11 | better phrasing | Omar Polo | |
2024-01-11 | fix the dependencies | Omar Polo | |
libtls is for now bundled | |||
2024-01-11 | remove the warning; 2.0 is almost here | Omar Polo | |
2024-01-11 | gmid.conf.5: finish the sentence about fastcgi strip | Omar Polo | |
2024-01-10 | fix release target; add verify-release | Omar Polo | |
2024-01-10 | rename gmid-1.9.pub -> gmid-2.0.pub; next version will be 2.0 | Omar Polo | |
2024-01-10 | add changelog for 2.0 | Omar Polo | |
2024-01-10 | add signify pubkeys | Omar Polo | |
2024-01-10 | fix SRCS and DISTFILES; forgot iri.h, landlock is long gone | Omar Polo | |
2024-01-10 | add missing entries in have/Makefile distfiles | Omar Polo | |
2024-01-10 | update vim screenshot | Omar Polo | |
2024-01-09 | fix configtest with chroot | Omar Polo | |
The configtest checks try to open the root directories too, operation that can fail when they're expected to be inside a chroot. | |||
2024-01-09 | adjust vim syntax file: `fastcgi param' is not deprecated | Omar Polo | |
Only a server-level bare `param' is (and in hindsight it was just a terrible idea to add it in the first place.) | |||
2024-01-09 | update ChangeLog | Omar Polo | |
2024-01-09 | Update Vim syntax file | Anna “CyberTailor” | |
2024-01-09 | contrib/vim: add ALE linter | Anna “CyberTailor” | |
ALE is faster and otherwise better alternative to Syntastic. | |||
2024-01-08 | titan: accept either one or two positional arguments | Omar Polo | |
2024-01-08 | titan: usage and exit on unknown flags | Omar Polo | |
2024-01-08 | fix ge^W gemexp version string | Omar Polo | |
2024-01-08 | make `serve-gemini' use gemexp (from repo) instead of gmid | Omar Polo | |
the standalone / config-less mode was removed from gmid and put into gemexp time ago... | |||
2024-01-07 | add more endian.h macros implementation for macos | Omar Polo | |
2024-01-07 | mark private function as static | Omar Polo | |
2024-01-07 | remove explicit #include endian.h | Omar Polo | |
unfortunately that's not portable. config.h will include the right stuff however. | |||
2024-01-07 | sync libtls | Omar Polo | |
2024-01-07 | sync imsg | Omar Polo | |