aboutsummaryrefslogtreecommitdiff
path: root/server.c
AgeCommit message (Expand)Author
2021-01-23accumulate the whole response line for CGI scriptsOmar Polo
2021-01-22use a helper to handle no-body repliesOmar Polo
2021-01-22rename goodbye -> close_connOmar Polo
2021-01-21fix redirectsOmar Polo
2021-01-21ensure we're in the correct stateOmar Polo
2021-01-21use fnmatch on the domain nameOmar Polo
2021-01-21simplify flow when SNI is missingOmar Polo
2021-01-21don't crash on wrong vhost or missing SNIOmar Polo
2021-01-20improve logsOmar Polo
2021-01-19drop useless fieldOmar Polo
2021-01-19moving "default type" from global options to server optionsOmar Polo
2021-01-19rename reason to metaOmar Polo
2021-01-19add "lang" server optionOmar Polo
2021-01-18removing err/warn functions with our fatalOmar Polo
2021-01-17removing O_CLOEXECOmar Polo
2021-01-17reorganize: move bunch of functions to server.cOmar Polo