aboutsummaryrefslogtreecommitdiff
path: root/parse.y
AgeCommit message (Expand)Author
2024-08-03add support for using the proxy protocol v1 when proxying tooOmar Polo
2024-06-17add a proxy-v1 keyword to enable the proxy protocol handlingOmar Polo
2024-06-09check and error on strlcpy truncationOmar Polo
2024-06-06...complete the sentenceOmar Polo
2024-06-06fix previous; was causing a shift/reduce conflictOmar Polo
2024-06-06fix parser: empty lines are allowedOmar Polo
2024-06-05add a nice error message in case the `cgi' option is presentOmar Polo
2024-05-29pretty-print the socket address at configuration parsing timeOmar Polo
2024-03-12remove dead codeOmar Polo
2024-01-30turn log styles into strings from yacc point of viewOmar Polo
2024-01-30remove stray spaceOmar Polo
2024-01-26rework the grammar so that ; is accepted after variables and optionsOmar Polo
2024-01-11fix missing listen on warningOmar Polo
2023-08-25plug a leakOmar Polo
2023-08-25fix automatic guessing of `listen on'Omar Polo
2023-08-08implement fastcgi strip numberOmar Polo
2023-08-07add `log syslog facility' to use a different syslog(3) facilityOmar Polo
2023-08-07sort logoptOmar Polo
2023-07-26add log syslog off; don't turn syslog off when log access is specifiedOmar Polo
2023-07-25typoOmar Polo
2023-07-25allow to change the logging style; introduce some new onesOmar Polo
2023-07-24add ability to log to files with log access <path>Omar Polo
2023-07-23fix a reduce/reduce conflictOmar Polo
2023-07-23add `fastcgi off' to forceful skip fastcgi for a routeOmar Polo
2023-07-23revamp fastcgi configuration: make it per-locationOmar Polo
2023-07-23plug memleakOmar Polo
2023-06-29make `listen on' defaults on port 1965Omar Polo
2023-06-24copyright years++Omar Polo
2023-06-23fix `listen on *'Omar Polo
2023-06-23implement `listen on'Omar Polo
2023-06-23remove the new_*() declarations that were moved to utils.cOmar Polo
2023-06-23use host->domain to report errors, $2 is free'dOmar Polo
2023-06-13fix the build with some yacc implementationsOmar Polo
2023-06-09move print_conf and make it take the config as argumentOmar Polo
2023-06-09use fatal/fatalx instead of err/errx in daemon codeOmar Polo
2023-06-09parse_conf: don't die on error, return -1Omar Polo
2023-06-09don't have the config being a globalOmar Polo
2023-06-09move hosts into the config structOmar Polo
2023-06-09move fastcgi from global var to the config structOmar Polo
2023-06-09readd proxy certs and `require client ca' supportOmar Polo
2023-06-08keep cert/key/ocsp path as strings and don't send them via imsgOmar Polo
2023-06-08move some new_* functions from parse.y to utils.cOmar Polo
2023-06-08rework the daemon to do fork+execOmar Polo
2023-06-06use fatal() in code used in the daemonOmar Polo
2023-06-06switch to the more usual log.cOmar Polo
2023-06-06rename PROC_MAX to PREFORK_MAXOmar Polo
2023-06-05provide a more usual fatalOmar Polo
2023-05-08send capsicum/landlock/seccomp hack to ValhallaOmar Polo
2022-11-27don't crash when specifying fcgi UNIX sockets to connect toOmar Polo
2022-10-05remove the last tentacles of the hidden `span' fcgi featureOmar Polo