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-08-03
add support for using the proxy protocol v1 when proxying too
Omar Polo
2024-06-17
add a proxy-v1 keyword to enable the proxy protocol handling
Omar Polo
2024-06-09
check and error on strlcpy truncation
Omar Polo
2024-06-06
...complete the sentence
Omar Polo
2024-06-06
fix previous; was causing a shift/reduce conflict
Omar Polo
2024-06-06
fix parser: empty lines are allowed
Omar Polo
2024-06-05
add a nice error message in case the `cgi' option is present
Omar Polo
2024-05-29
pretty-print the socket address at configuration parsing time
Omar Polo
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
[next]