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
2024-03-12
remove dead code
Omar Polo
2024-01-30
turn log styles into strings from yacc point of view
Omar Polo
2024-01-30
remove stray space
Omar Polo
2024-01-26
rework the grammar so that ; is accepted after variables and options
Omar Polo
2024-01-11
fix missing listen on warning
Omar Polo
2023-08-25
plug a leak
Omar Polo
2023-08-25
fix automatic guessing of `listen on'
Omar Polo
2023-08-08
implement fastcgi strip number
Omar Polo
2023-08-07
add `log syslog facility' to use a different syslog(3) facility
Omar Polo
2023-08-07
sort logopt
Omar Polo
2023-07-26
add log syslog off; don't turn syslog off when log access is specified
Omar Polo
2023-07-25
typo
Omar Polo
2023-07-25
allow to change the logging style; introduce some new ones
Omar Polo
2023-07-24
add ability to log to files with log access <path>
Omar Polo
2023-07-23
fix a reduce/reduce conflict
Omar Polo
2023-07-23
add `fastcgi off' to forceful skip fastcgi for a route
Omar Polo
2023-07-23
revamp fastcgi configuration: make it per-location
Omar Polo
2023-07-23
plug memleak
Omar Polo
2023-06-29
make `listen on' defaults on port 1965
Omar Polo
2023-06-24
copyright years++
Omar Polo
2023-06-23
fix `listen on *'
Omar Polo
2023-06-23
implement `listen on'
Omar Polo
2023-06-23
remove the new_*() declarations that were moved to utils.c
Omar Polo
2023-06-23
use host->domain to report errors, $2 is free'd
Omar Polo
2023-06-13
fix the build with some yacc implementations
Omar Polo
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
[next]