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
2023-06-09
move print_conf and make it take the config as argument
Omar Polo
2023-06-09
use fatal/fatalx instead of err/errx in daemon code
Omar Polo
2023-06-09
parse_conf: don't die on error, return -1
Omar Polo
2023-06-09
don't have the config being a global
Omar Polo
2023-06-09
move hosts into the config struct
Omar Polo
2023-06-09
move fastcgi from global var to the config struct
Omar Polo
2023-06-09
readd proxy certs and `require client ca' support
Omar Polo
2023-06-08
keep cert/key/ocsp path as strings and don't send them via imsg
Omar Polo
2023-06-08
move some new_* functions from parse.y to utils.c
Omar Polo
2023-06-08
rework the daemon to do fork+exec
Omar Polo
2023-06-06
use fatal() in code used in the daemon
Omar Polo
2023-06-06
switch to the more usual log.c
Omar Polo
2023-06-06
rename PROC_MAX to PREFORK_MAX
Omar Polo
2023-06-05
provide a more usual fatal
Omar Polo
2023-05-08
send capsicum/landlock/seccomp hack to Valhalla
Omar Polo
2022-11-27
don't crash when specifying fcgi UNIX sockets to connect to
Omar Polo
2022-10-05
remove the last tentacles of the hidden `span' fcgi feature
Omar Polo
2022-10-05
make the various strings in the config fixed-length
Omar Polo
2022-10-05
remove stale comment
Omar Polo
2022-10-05
retire fcgi' prog field
Omar Polo
2022-09-10
properly initialize the TAILQs at vhost creation
Omar Polo
2022-09-10
drop cgi vestiges from the struct host
Omar Polo
2022-09-10
retire the deprecated `mime' and `map' config options
Omar Polo
2022-09-10
make the mime types fixed-sized too
Omar Polo
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
[next]