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
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
2021-03-31
list instead of fixed-size array for vhosts and locations
Omar Polo
2021-03-03
give each server process its own socket for the executor
Omar Polo
2021-02-23
add `log on/off' to enable/disable logs per-location
Omar Polo
2021-02-10
fix "first location" bug
Omar Polo
2021-02-10
typo
Omar Polo
2021-02-10
improve errors during config parsing
Omar Polo
2021-02-09
sort
Omar Polo
2021-02-09
add `require client ca' rule to require certs signed by a CA
Omar Polo
2021-02-08
define config_path as global variable
Omar Polo
2021-02-07
add trailing \n in yyerror
Omar Polo
2021-02-07
added prefork option
Omar Polo
2021-02-07
add missing declaration of TENTRYPOINT
Omar Polo
2021-02-06
add the ``entrypoint'' option
Omar Polo
2021-02-06
added ``block return'' and ``strip'' options
Omar Polo
2021-02-04
alter the string, don't advance pointer
Omar Polo
2021-02-04
reload configuration on SIGHUP
Omar Polo
2021-02-01
require absolute paths in config file
Omar Polo
2021-01-28
include string.h
Omar Polo
2021-01-28
fix build
Omar Polo
2021-01-28
warn about punycode in server definition
Omar Polo
2021-01-27
improve configuration parsing error
Omar Polo
[next]