aboutsummaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)Author
2022-10-31rework `make dist'Omar 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”
2021-06-16remove last occurrences of lexOmar Polo
2021-06-16drop the dependency on lex by implementing yylex by ourselvesOmar Polo
2021-05-24move gg to regressOmar Polo
2021-05-09fastcgi: a first implementationOmar Polo
2021-04-25sort the auto index alphabeticallyOmar Polo
2021-04-14hide output of etagsOmar Polo
2021-03-29fix static targetOmar Polo
2021-02-23make sure -o is passed to ${CC} in suffix ruleOmar Polo
2021-02-23clean objects in compat dirOmar Polo
2021-02-07improve logs managementOmar Polo
2021-02-01drop unused target iri_testOmar Polo
2021-02-01generate compile_flags for clangdOmar Polo
2021-01-30typoOmar Polo
2021-01-30remove unused targetOmar Polo
2021-01-27use starts_with in puny.cOmar Polo
2021-01-27initial punycode supportOmar Polo
2021-01-23gg may need some compatOmar Polo
2021-01-23use gg instead of gg.py for the regression suiteOmar Polo
2021-01-23add gg, a barebones Gemini clientOmar Polo
2021-01-22brand new regress suiteOmar Polo
2021-01-21improve install targetOmar Polo
2021-01-21add a configure script and some compatOmar Polo
2021-01-18remove README.md targetOmar Polo
2021-01-18improve mime handlingOmar Polo
2021-01-17reorganize: move bunch of functions to server.cOmar Polo
2021-01-17build docs + install and static targetsOmar Polo
2021-01-17add runtime tests for the serverOmar Polo
2021-01-16split into two processes: listener and executorOmar Polo