Age | Commit message (Expand) | Author |
2022-09-10 | make config fields `chroot' and `user' fixed-size | Omar Polo |
2022-09-06 | optionally disable the sandbox on some systems | Omar Polo |
2022-09-06 | get rid of the CGI support | Omar Polo |
2022-04-08 | don't load the built-in list when using `types' | Omar Polo |
2022-04-08 | allow add_mime to fail | Omar Polo |
2022-04-07 | print a deprecation message for the map rule | Omar Polo |
2022-03-19 | const-ify some tables | Omar Polo |
2022-02-26 | add type { ... } block to define mime types mapping | Omar Polo |
2022-02-26 | add missing token include to the list of tokens | Omar Polo |
2022-02-03 | include gmid.h before other headers to get all the prototypes | Anna “CyberTailor” |
2022-01-30 | allow using a custom hostname for SNI during proxying | Omar Polo |
2022-01-04 | add `require client ca' for proxy blocks | Omar Polo |
2022-01-02 | proxy: allow multiple proxy blocks, matching options and validations | Omar Polo |
2022-01-02 | bump copyright year :) | Omar Polo |
2022-01-01 | allow to disable TLS when proxying requests | Omar Polo |
2022-01-01 | move %token USER to its own line | Omar Polo |
2022-01-01 | plug some memory leaks in config parsing | Omar Polo |
2022-01-01 | add `protocols' option to `proxy' rule | Omar Polo |
2022-01-01 | add `verifyname' option for `proxy' rule | Omar Polo |
2022-01-01 | simplify the proxying code | Omar Polo |
2022-01-01 | support optional client certificate for proxy rule | Omar Polo |
2022-01-01 | move proxy sub-options to their own rule and allow grouping with { ... } | Omar Polo |
2021-12-29 | add ability to proxy requests | Omar Polo |
2021-10-15 | Implement OCSP stapling support | Stephen Gregoratto |
2021-10-09 | two -n to dump the parsed configuration | Omar Polo |
2021-08-23 | don't yyerror if we can't open the file | Omar Polo |
2021-07-19 | typo | Omar Polo |
2021-07-19 | drop leading T from token names | Omar Polo |
2021-07-19 | sort tokens | Omar Polo |
2021-07-13 | contrib/vim: add Syntastic integration | Anna “CyberTailor” |
2021-07-09 | move parse_portno to gmid.c | Omar Polo |
2021-07-09 | missing newline in deprecation notice | Omar Polo |
2021-07-09 | drop unsigned | Omar Polo |
2021-07-09 | @-macros, rollback changes to strings and optional semicolons | Omar Polo |
2021-07-09 | parsing: bring lots of goodies from OpenBSD' parse.y | Omar Polo |
2021-07-09 | change (again) the env/param separator: use '=' | Omar Polo |
2021-07-09 | add => in env/param and `port' between hostname and port for fastcgi | Omar Polo |
2021-07-09 | typo... | Omar Polo |
2021-07-09 | rename `mime MIME EXT' to `map MIME to-ext EXT' | Omar Polo |
2021-07-09 | use bsearch to match the keywords | Omar Polo |
2021-06-29 | don't expand macros inside the quotes | Omar Polo |
2021-06-29 | align | Omar Polo |
2021-06-29 | [config] concat two or more strings next to each others | Omar Polo |
2021-06-29 | don't require the strict order macro > options > servers | Omar Polo |
2021-06-29 | allow to define macros in the config file | Omar Polo |
2021-06-29 | trailing whitespaces | Omar Polo |
2021-06-29 | give a name to the anonymous union | Omar Polo |
2021-06-16 | move lineno/colno into the token struct | Omar Polo |
2021-06-16 | drop the dependency on lex by implementing yylex by ourselves | Omar Polo |
2021-06-11 | add `param' keyword | Omar Polo |