aboutsummaryrefslogtreecommitdiff
path: root/server.c
AgeCommit message (Expand)Author
2021-01-29puny_decode: set an error stringOmar Polo
2021-01-28don't log the SNI & matchingOmar Polo
2021-01-27log info about SNI, punycode and matched vhostOmar Polo
2021-01-27some null checksOmar Polo
2021-01-27trim_req_iri: set error stringOmar Polo
2021-01-27initial punycode supportOmar Polo
2021-01-25rework the configless mode: change flags and generate certsOmar Polo
2021-01-24added support for location blocksOmar Polo
2021-01-24added support for location blocksOmar Polo
2021-01-24void-ify some functionsOmar Polo
2021-01-24refactoring state managementOmar Polo
2021-01-24added index optionOmar Polo
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