aboutsummaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)Author
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
2021-01-15move cgi stuff to its own fileOmar Polo
2021-01-15sandbox also on FreeBSD with capsicumOmar Polo
2021-01-15conf & vhostsOmar Polo
2021-01-11s/uri/iri since we accept IRIsOmar Polo
2021-01-11new README + wording in manpageOmar Polo
2021-01-09switch to Bjoern Hoehrmann UTF-8 decoderOmar Polo
2020-12-25implement a valid RFC3986 (URI) parserOmar Polo
2020-10-07improve make error message if etags is not foundOmar Polo
2020-10-02fixed quoting in MakefileOmar Polo
2020-10-02initial commitOmar Polo