aboutsummaryrefslogtreecommitdiff
path: root/parse.y
AgeCommit message (Expand)Author
2021-03-31list instead of fixed-size array for vhosts and locationsOmar Polo
2021-03-03give each server process its own socket for the executorOmar Polo
2021-02-23add `log on/off' to enable/disable logs per-locationOmar Polo
2021-02-10fix "first location" bugOmar Polo
2021-02-10typoOmar Polo
2021-02-10improve errors during config parsingOmar Polo
2021-02-09sortOmar Polo
2021-02-09add `require client ca' rule to require certs signed by a CAOmar Polo
2021-02-08define config_path as global variableOmar Polo
2021-02-07add trailing \n in yyerrorOmar Polo
2021-02-07added prefork optionOmar Polo
2021-02-07add missing declaration of TENTRYPOINTOmar Polo
2021-02-06add the ``entrypoint'' optionOmar Polo
2021-02-06added ``block return'' and ``strip'' optionsOmar Polo
2021-02-04alter the string, don't advance pointerOmar Polo
2021-02-04reload configuration on SIGHUPOmar Polo
2021-02-01require absolute paths in config fileOmar Polo
2021-01-28include string.hOmar Polo
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
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