index
:
slackcoder/gmid
master
Small and secure gemini server
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
parse.y
Age
Commit message (
Expand
)
Author
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
2021-05-24
refactor fastcgi block
Omar Polo
2021-05-09
fastcgi: a first implementation
Omar Polo
2021-05-03
factorize all "only once" checks
Omar Polo
2021-04-30
allow ``root'' rule to be specified per-location block
Omar Polo
2021-04-30
always use ensure_absolute_path and improve its error message
Omar Polo
2021-04-29
sort tokens
Omar Polo
2021-04-29
added ``alias'' option to define hostname aliases for a server
Omar Polo
2021-04-28
fix some logging
Omar Polo
2021-04-28
added ``env'' option to define environment vars for CGI scripts
Omar Polo
[next]