aboutsummaryrefslogtreecommitdiff
path: root/gmid.h
AgeCommit message (Expand)Author
2021-02-01client state machine: function pointers instead of enum+switchOmar Polo
2021-02-01bring the CGI implementation in par with GLV-1.12556Omar Polo
2021-01-30invert the location precedence: first match winsOmar Polo
2021-01-29puny_decode: set an error stringOmar Polo
2021-01-28punycode: refactoringOmar Polo
2021-01-28delete unused constantOmar Polo
2021-01-28remove unused functionOmar Polo
2021-01-27improve configuration parsing errorOmar Polo
2021-01-27const-ify strings in struct locationOmar Polo
2021-01-27use starts_with in puny.cOmar Polo
2021-01-27trim_req_iri: set error stringOmar Polo
2021-01-27drop the daemon config in favour of the -f flagOmar Polo
2021-01-27const-ify puny_decode (and add puny.c)Omar Polo
2021-01-27initial punycode supportOmar Polo
2021-01-25rework the configless mode: change flags and generate certsOmar Polo
2021-01-25chroot & drop privilegesOmar Polo
2021-01-24added support for location blocksOmar Polo
2021-01-24added support for location blocksOmar Polo
2021-01-24void-ify some functionsOmar Polo
2021-01-24refactoring state managementOmar Polo
2021-01-24added index optionOmar Polo
2021-01-22use a helper to handle no-body repliesOmar Polo
2021-01-22rename goodbye -> close_connOmar Polo
2021-01-21add ends_withOmar Polo
2021-01-21rename mimes to mime ; pass config esplicitly to mime* functionsOmar Polo
2021-01-21fix prototypesOmar Polo
2021-01-21add a configure script and some compatOmar Polo
2021-01-20improve logsOmar Polo
2021-01-19drop useless fieldOmar Polo
2021-01-19moving "default type" from global options to server optionsOmar Polo
2021-01-19add "lang" server optionOmar Polo
2021-01-18move mimes into the struct configOmar Polo
2021-01-18add "mime" and "default type" option for the configurationOmar Polo
2021-01-18improve mime handlingOmar Polo
2021-01-17reorganize: move bunch of functions to server.cOmar Polo
2021-01-16split into two processes: listener and executorOmar Polo
2021-01-15move cgi stuff to its own fileOmar Polo
2021-01-15add protocols to the configOmar Polo
2021-01-15styleOmar Polo
2021-01-15sandbox also on FreeBSD with capsicumOmar Polo
2021-01-15conf & vhostsOmar Polo
2021-01-13track handshakesOmar Polo
2021-01-11avoid __dead and return at the end of mainOmar Polo
2021-01-11fix build on non-OpenBSD systems1.4.1Omar Polo
2021-01-11reject non-gemini protocols with 531.4Omar Polo
2021-01-11s/uri/iri since we accept IRIsOmar Polo
2021-01-11fix buildOmar Polo
2021-01-10accept both ipv4 and ipv6Omar Polo
2021-01-10log also the port of the clientOmar Polo
2021-01-10macro reorderingOmar Polo