aboutsummaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)Author
2023-08-03two more missing ge -> gemexpOmar Polo
2023-07-25rename ge -> gemexpOmar Polo
2023-07-25add missing -include titan.dOmar Polo
2023-07-22add titan(1) -- a draft titan clientOmar Polo
2023-06-24there's no more any `static' targetOmar Polo
2023-06-24add a `lint' maintainer target to check the manpagesOmar Polo
2023-06-23use REGRESS_HOST to specify the host to listen to; use in CIOmar Polo
2023-06-23add missing -include of *.d filesOmar Polo
2023-06-14add `release' targetOmar Polo
2023-06-13rework the configure scriptOmar Polo
2023-06-11add a privsep crypto engineOmar Polo
2023-06-08move logger() prototype to gmid.h and delete logger.hOmar Polo
2023-06-08make ge work againOmar Polo
2023-06-08sync DISTFILESOmar Polo
2023-06-08use -MMD if the compiler supports itOmar Polo
2023-06-08remove Makefile.dependOmar Polo
2023-06-08reformatOmar Polo
2023-06-08rework the daemon to do fork+execOmar Polo
2023-06-06switch to the more usual log.cOmar Polo
2023-06-06rename log.[ch] to logger.[ch]Omar Polo
2023-06-06move config-related code to config.cOmar Polo
2023-06-05+log.hOmar Polo
2023-05-08add tags targetOmar Polo
2023-05-08drop landlock/seccomp and capsicum supportOmar Polo
2022-10-31rework `make dist'Omar Polo
2022-09-10update dependsOmar Polo
2022-09-08adjust install/uninstall targetOmar Polo
2022-09-07add ge: gemini export!Omar Polo
2022-09-06get rid of the CGI supportOmar Polo
2022-07-07include contrib/ in distAnna “CyberTailor”
2022-07-04add missing manpage for gg1.8.4Omar Polo
2022-07-04typoOmar Polo
2022-07-04include Makefile.depend tooOmar Polo
2022-07-04refactor the makefile / configureOmar Polo
2022-07-04the install target ought to depend on gg tooOmar Polo
2022-04-07install gmid.conf.5 tooOmar Polo
2022-03-29fix `make static': compile `gg' too!Omar Polo
2022-03-26add target `test' alias for `regress'Omar Polo
2022-02-03add gg to `make regress` dependenciesAnna “CyberTailor”
2022-01-30install gg tooOmar Polo
2022-01-30typoOmar Polo
2022-01-03track file dependency using -MMD if availableOmar Polo
2022-01-03add `gg' to the list of things to cleanOmar Polo
2022-01-03remove TAGS and compile_flags.txt from the list of default actionsOmar Polo
2022-01-02fix regress when TESTS is more than one wordOmar Polo
2022-01-02make clean: don't clean regress, add cleanall for thatOmar Polo
2021-12-29add ability to proxy requestsOmar Polo
2021-12-29reimplement ggOmar Polo
2021-10-07allow to run only a subset of the runtime testsOmar Polo
2021-07-11fix "warning: jobserver unavailable: using -j1"Anna “CyberTailor”