aboutsummaryrefslogtreecommitdiff
path: root/parse.y
AgeCommit message (Expand)Author
2021-07-09move parse_portno to gmid.cOmar Polo
2021-07-09missing newline in deprecation noticeOmar Polo
2021-07-09drop unsignedOmar Polo
2021-07-09@-macros, rollback changes to strings and optional semicolonsOmar Polo
2021-07-09parsing: bring lots of goodies from OpenBSD' parse.yOmar Polo
2021-07-09change (again) the env/param separator: use '='Omar Polo
2021-07-09add => in env/param and `port' between hostname and port for fastcgiOmar Polo
2021-07-09typo...Omar Polo
2021-07-09rename `mime MIME EXT' to `map MIME to-ext EXT'Omar Polo
2021-07-09use bsearch to match the keywordsOmar Polo
2021-06-29don't expand macros inside the quotesOmar Polo
2021-06-29alignOmar Polo
2021-06-29[config] concat two or more strings next to each othersOmar Polo
2021-06-29don't require the strict order macro > options > serversOmar Polo
2021-06-29allow to define macros in the config fileOmar Polo
2021-06-29trailing whitespacesOmar Polo
2021-06-29give a name to the anonymous unionOmar Polo
2021-06-16move lineno/colno into the token structOmar Polo
2021-06-16drop the dependency on lex by implementing yylex by ourselvesOmar Polo
2021-06-11add `param' keywordOmar Polo
2021-05-24refactor fastcgi blockOmar Polo
2021-05-09fastcgi: a first implementationOmar Polo
2021-05-03factorize all "only once" checksOmar Polo
2021-04-30allow ``root'' rule to be specified per-location blockOmar Polo
2021-04-30always use ensure_absolute_path and improve its error messageOmar Polo
2021-04-29sort tokensOmar Polo
2021-04-29added ``alias'' option to define hostname aliases for a serverOmar Polo
2021-04-28fix some loggingOmar Polo
2021-04-28added ``env'' option to define environment vars for CGI scriptsOmar Polo
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