Commit Graph

  • 359c56ce35 contrib/gmid.service: remove User and Group master Omar Polo 2024-04-27 17:12:09 +0000
  • c2dcb5fa6e contrib/gmid.service: start as root by default Omar Polo 2024-04-27 16:17:37 +0000
  • 5d12e6a104 improve the description for -f Omar Polo 2024-04-27 16:10:46 +0000
  • 0d8eb9b60c typo: semicolors -> semicolons Omar Polo 2024-04-11 09:42:15 +0000
  • df2a1e3bb5
    Merge dd0bb74b0f into 5864f3ce3c Omar Polo 2024-04-04 21:31:55 +0200
  • 5864f3ce3c set next version Omar Polo 2024-04-04 19:28:14 +0000
  • 9536c8ca63 prepare release 2.0.1 2.0.2 Omar Polo 2024-04-04 19:16:33 +0000
  • 40b71b6861 changelog for 2.0.2 Omar Polo 2024-04-04 19:07:04 +0000
  • 42235e3fc2 add a test for the config dumping Omar Polo 2024-04-04 13:07:09 +0000
  • f53f5e5fe1 fix config dumping (-nn) handling Omar Polo 2024-04-04 11:22:06 +0000
  • 40ea7b163e use -Werror=implicit-function-declaration for function detection Omar Polo 2024-04-03 14:03:42 +0000
  • be265175c6 fix landlock test Omar Polo 2024-04-03 14:01:34 +0000
  • dd0bb74b0f add shell.nix nix Omar Polo 2024-04-03 13:47:57 +0000
  • 8aba5d8b21 remove dead code Omar Polo 2024-03-12 14:10:36 +0000
  • 47f8a480a5 in the parent open the fd only once imsg-test Omar Polo 2024-03-10 12:49:58 +0000
  • 7b2b2e9b2e smaller buffer again Omar Polo 2024-03-10 12:40:00 +0000
  • 5b07dec5de smaller buffer Omar Polo 2024-03-10 12:38:49 +0000
  • 3d8c745070 a bigger buffer Omar Polo 2024-03-10 12:37:27 +0000
  • f62b8723b3 increase again the number of trials Omar Polo 2024-03-10 12:30:13 +0000
  • bbbb9cbcdf try with async Omar Polo 2024-03-10 12:29:56 +0000
  • 7b41f0f8b8 less logging and check the received fd Omar Polo 2024-03-10 12:24:50 +0000
  • 7d7f8af5bc reduce the number of trials Omar Polo 2024-03-10 12:19:56 +0000
  • 710794ff9a fix Omar Polo 2024-03-10 12:17:02 +0000
  • 6cd611c58c test imsg Omar Polo 2024-03-10 12:15:42 +0000
  • 7c83689428 update mac CI target to sonoma Omar Polo 2024-03-06 10:11:17 +0000
  • 248fb833f9 fix `log access path' with chroot Omar Polo 2024-03-03 15:43:58 +0000
  • 0ed763b03d revert 9f1cce3d0e Omar Polo 2024-03-03 15:42:06 +0000
  • 9f1cce3d0e fix log access doc: path is not relative to the chroot Omar Polo 2024-03-03 15:27:03 +0000
  • 8f543d941e add a note regarding the usage of the bundled libtls Omar Polo 2024-02-02 08:24:28 +0000
  • acf244c516 sync changelog Omar Polo 2024-01-30 09:39:07 +0000
  • 53ad458e22 contrib/vim: fix indent Anna “CyberTailor” 2024-01-30 09:35:37 +0000
  • bb5a25d287 rename the @common_opt macro back to @common Omar Polo 2024-01-30 09:31:09 +0000
  • f862d389ff turn log styles into strings from yacc point of view Omar Polo 2024-01-30 09:30:50 +0000
  • 574f71f7a3 remove stray space Omar Polo 2024-01-30 09:28:54 +0000
  • ebe2e54900 tweak and update freebsd task Omar Polo 2024-01-26 17:02:08 +0000
  • ddb089c157 rework the grammar so that ; is accepted after variables and options Omar Polo 2024-01-26 16:54:58 +0000
  • 3524375abe add a test that uses @-style macros Omar Polo 2024-01-26 15:34:46 +0000
  • fe37d79200 change the default PUBKEY for the verify-release target Omar Polo 2024-01-24 15:21:19 +0000
  • 33a5425235 set next version Omar Polo 2024-01-24 15:13:35 +0000
  • cd5e264f9d prepare release 2.0.1 2.0.1 Omar Polo 2024-01-24 15:06:08 +0000
  • 0baf7066ac changelog for 2.0.1 Omar Polo 2024-01-24 15:06:08 +0000
  • 83a2644bfb convert remaining code to the imsg getters Omar Polo 2024-01-21 19:40:06 +0000
  • 4f3b85e6d7 convert the remaining bit of crypto.c to the ibuf_* APIs Omar Polo 2024-01-21 19:30:43 +0000
  • 2a822b03ba please macos Omar Polo 2024-01-21 12:53:01 +0000
  • 3f16db6263 update imsg test: gmid now requires the new API too Omar Polo 2024-01-21 12:35:46 +0000
  • 561b9f0067 convert crypto.c to the new imsg API Omar Polo 2024-01-21 12:33:33 +0000
  • aa2cb5c274 rename ibuf to imsgbuf in crypto Omar Polo 2024-01-21 12:27:42 +0000
  • 63e6b0bd0c remove proc_forward_imsg since it's unused Omar Polo 2024-01-21 12:23:28 +0000
  • 6dec2ad700 convert most of gmid to the new imsg APIs Omar Polo 2024-01-21 12:23:28 +0000
  • b03e976aa2 convert to use imsg_get_fd() Omar Polo 2024-01-21 12:23:16 +0000
  • 6bce8180d9 configure: fix --mandir handling Anna “CyberTailor” 2024-01-14 10:30:06 +0000
  • 20fa7cded6 ops; pretty big omission among the breaking changes Omar Polo 2024-01-11 16:32:18 +0000
  • 2865452c40 typo Omar Polo 2024-01-11 16:26:50 +0000
  • 1ee636a45c start the 2.1 release cycle Omar Polo 2024-01-11 16:24:35 +0000
  • eabbdf5a10 prepare release 2.0 2.0 Omar Polo 2024-01-11 16:24:10 +0000
  • 38a0d7ee8f add release date Omar Polo 2024-01-11 16:19:31 +0000
  • ad3bf17681 update contrib after Dockerfile changes Omar Polo 2024-01-11 15:45:47 +0000
  • 398253f3f5 contrib/Dockerfile: fix the build and improve the usage Omar Polo 2024-01-11 15:42:02 +0000
  • d8df67565c fix missing listen on warning Omar Polo 2024-01-11 13:18:15 +0000
  • 0d5282b647 configure: add --sysconfdir / $SYSCONFDIR handling Omar Polo 2024-01-11 13:17:44 +0000
  • e78e2923ea install titan too Omar Polo 2024-01-11 13:06:08 +0000
  • a08e0451ed other misc tweaks for the site Omar Polo 2024-01-11 12:44:09 +0000
  • 89b564c312 tweak 2.0 changelog Omar Polo 2024-01-11 10:48:10 +0000
  • 13f900092d update/fix description of the subprocess and what they do Omar Polo 2024-01-11 10:43:03 +0000
  • 84285be948 better phrasing Omar Polo 2024-01-11 10:40:42 +0000
  • 3b9388d8d0 fix the dependencies Omar Polo 2024-01-11 10:39:58 +0000
  • fa3b459472 remove the warning; 2.0 is almost here Omar Polo 2024-01-11 10:38:44 +0000
  • a9092d0ee8 gmid.conf.5: finish the sentence about fastcgi strip Omar Polo 2024-01-11 10:37:30 +0000
  • 8d0573e84a fix release target; add verify-release Omar Polo 2024-01-10 17:48:11 +0000
  • dd40d59659 rename gmid-1.9.pub -> gmid-2.0.pub; next version will be 2.0 Omar Polo 2024-01-10 17:45:12 +0000
  • 707ec003e5 add changelog for 2.0 Omar Polo 2024-01-10 17:39:53 +0000
  • c86654c907 add signify pubkeys Omar Polo 2024-01-10 17:33:55 +0000
  • e3dd9e66af fix SRCS and DISTFILES; forgot iri.h, landlock is long gone Omar Polo 2024-01-10 17:32:45 +0000
  • 14d22e8007 add missing entries in have/Makefile distfiles Omar Polo 2024-01-10 17:32:07 +0000
  • 432c31e6cc update vim screenshot Omar Polo 2024-01-10 17:06:46 +0000
  • e371817b34 fix configtest with chroot Omar Polo 2024-01-09 14:15:58 +0000
  • ef5057cdec adjust vim syntax file: `fastcgi param' is not deprecated Omar Polo 2024-01-09 09:47:44 +0000
  • e6adaaba61 update ChangeLog Omar Polo 2024-01-09 08:44:33 +0000
  • b7e7b9178d Update Vim syntax file Anna “CyberTailor” 2024-01-09 08:43:46 +0000
  • 4b77fc3240 contrib/vim: add ALE linter Anna “CyberTailor” 2024-01-09 08:41:08 +0000
  • dd3f04b227 titan: accept either one or two positional arguments Omar Polo 2024-01-08 08:39:18 +0000
  • fd48b7c0c4 titan: usage and exit on unknown flags Omar Polo 2024-01-08 08:38:47 +0000
  • ac46710a4b fix ge^W gemexp version string Omar Polo 2024-01-08 08:34:36 +0000
  • 104a2059e6 make `serve-gemini' use gemexp (from repo) instead of gmid Omar Polo 2024-01-08 08:32:19 +0000
  • 822125ca3f add more endian.h macros implementation for macos Omar Polo 2024-01-07 19:01:40 +0000
  • 08e6d6ed7a mark private function as static Omar Polo 2024-01-07 18:59:10 +0000
  • 0c5dd8ffe9 remove explicit #include endian.h Omar Polo 2024-01-07 18:58:26 +0000
  • ebfc578491 sync libtls Omar Polo 2024-01-07 18:52:51 +0000
  • 12eb29d878 sync imsg Omar Polo 2024-01-07 18:27:41 +0000
  • b8537c1c54 add sentence to contrib.gmi Omar Polo 2024-01-07 17:25:15 +0000
  • 59953b20b2 disable -Werror=use-after free for CI Omar Polo 2024-01-07 16:35:02 +0000
  • acc862155d update the quistart for gmid 2.0 Omar Polo 2024-01-07 16:22:43 +0000
  • dad248f4cf improve the home page for upcoming 2.0 Omar Polo 2024-01-05 20:14:02 +0000
  • 6660c0bd41 update faqs Omar Polo 2024-01-05 20:06:02 +0000
  • ac6c76f8a8 fix link Omar Polo 2024-01-05 19:13:59 +0000
  • f522971968 capitalize Titan in .Nd Omar Polo 2023-10-20 15:48:16 +0000
  • d1f84895f7 gmid.8: use a more on-point description Omar Polo 2023-10-20 15:46:42 +0000
  • 5bee9bd73e grammar Omar Polo 2023-10-20 15:42:20 +0000
  • 797c527a00 minor semplifications to some sentences Omar Polo 2023-10-19 21:33:38 +0000
  • 36b2905a68 gmid.conf.5: mention types before servers Omar Polo 2023-10-19 16:04:44 +0000