aboutsummaryrefslogtreecommitdiff
path: root/parse.y
AgeCommit message (Collapse)Author
2021-01-28include string.hOmar Polo
openbsd and freebsd yacc include string.h in the generated sources, bison (tested on alpine at least) don't
2021-01-28fix buildOmar Polo
2021-01-28warn about punycode in server definitionOmar Polo
2021-01-27improve configuration parsing errorOmar Polo
2021-01-27const-ify strings in struct locationOmar Polo
2021-01-27drop the daemon config in favour of the -f flagOmar Polo
Now it daemonize by default when running with a config, unless the -f flag is given.
2021-01-25chroot & drop privilegesOmar Polo
2021-01-24added support for location blocksOmar Polo
2021-01-24added support for location blocksOmar Polo
2021-01-24added index optionOmar Polo
2021-01-21rename mimes to mime ; pass config esplicitly to mime* functionsOmar Polo
2021-01-19moving "default type" from global options to server optionsOmar Polo
2021-01-19add "lang" server optionOmar Polo
2021-01-18add "mime" and "default type" option for the configurationOmar Polo
2021-01-15add protocols to the configOmar Polo
2021-01-15conf & vhostsOmar Polo
* gmid.c (main): changed behaviour: daemon off by default (main): changed -c in -C (cert option) (main): changed -k in -K (key option, for consistency with -C) (main): added -c to load a configuration (main): certs, key and doc (-C -K and -d) doesn't have a default value anymore (handle_handshake): add vhosts support