aboutsummaryrefslogtreecommitdiff
path: root/parse.y
AgeCommit message (Expand)Author
2022-02-03include gmid.h before other headers to get all the prototypesAnna “CyberTailor”
2022-01-30allow using a custom hostname for SNI during proxyingOmar Polo
2022-01-04add `require client ca' for proxy blocksOmar Polo
2022-01-02proxy: allow multiple proxy blocks, matching options and validationsOmar Polo
2022-01-02bump copyright year :)Omar Polo
2022-01-01allow to disable TLS when proxying requestsOmar Polo
2022-01-01move %token USER to its own lineOmar Polo
2022-01-01plug some memory leaks in config parsingOmar Polo
2022-01-01add `protocols' option to `proxy' ruleOmar Polo
2022-01-01add `verifyname' option for `proxy' ruleOmar Polo
2022-01-01simplify the proxying codeOmar Polo
2022-01-01support optional client certificate for proxy ruleOmar Polo
2022-01-01move proxy sub-options to their own rule and allow grouping with { ... }Omar Polo
2021-12-29add ability to proxy requestsOmar Polo
2021-10-15Implement OCSP stapling supportStephen Gregoratto
2021-10-09two -n to dump the parsed configurationOmar Polo
2021-08-23don't yyerror if we can't open the fileOmar Polo
2021-07-19typoOmar Polo
2021-07-19drop leading T from token namesOmar Polo
2021-07-19sort tokensOmar Polo
2021-07-13contrib/vim: add Syntastic integrationAnna “CyberTailor”
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