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-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
2021-01-27
const-ify strings in struct location
Omar Polo
2021-01-27
drop the daemon config in favour of the -f flag
Omar Polo
2021-01-25
chroot & drop privileges
Omar Polo
2021-01-24
added support for location blocks
Omar Polo
2021-01-24
added support for location blocks
Omar Polo
2021-01-24
added index option
Omar Polo
2021-01-21
rename mimes to mime ; pass config esplicitly to mime* functions
Omar Polo
2021-01-19
moving "default type" from global options to server options
Omar Polo
2021-01-19
add "lang" server option
Omar Polo
2021-01-18
add "mime" and "default type" option for the configuration
Omar Polo
2021-01-15
add protocols to the config
Omar Polo
2021-01-15
conf & vhosts
Omar Polo
[prev]