aboutsummaryrefslogtreecommitdiff
path: root/gmid.c
AgeCommit message (Expand)Author
2021-02-08fix seccomp for the new event loopOmar Polo
2021-02-07improve logs managementOmar Polo
2021-02-07added prefork optionOmar Polo
2021-02-06add the ``entrypoint'' optionOmar Polo
2021-02-06added ``block return'' and ``strip'' optionsOmar Polo
2021-02-04missing argument for LOGIOmar Polo
2021-02-04avoid race-conditionOmar Polo
2021-02-04reload configuration on SIGHUPOmar Polo
2021-02-03drop unnecessary check around closeOmar Polo
2021-02-03refactor executor_mainOmar Polo
2021-02-03refactoring startup logicOmar Polo
2021-02-03drop privileges after the forkOmar Polo
2021-02-02configless: fixing the case of the implicit "."Omar Polo
2021-02-01ensure absolute paths in config-less modeOmar Polo
2021-01-31set cloexec status on the socketpair fdsOmar Polo
2021-01-28remove unused functionOmar Polo
2021-01-27-v for verbose loggingOmar Polo
2021-01-27improve configuration parsing errorOmar Polo
2021-01-27drop unused variableOmar Polo
2021-01-27use starts_with in puny.cOmar Polo
2021-01-27make configless mode works again. also accept every hostOmar Polo
2021-01-27drop the daemon config in favour of the -f flagOmar Polo
2021-01-27initial punycode supportOmar Polo
2021-01-27sane defaults for the config-less modeOmar Polo
2021-01-25rework the configless mode: change flags and generate certsOmar Polo
2021-01-25chroot & drop privilegesOmar Polo
2021-01-25orderOmar Polo
2021-01-24added support for location blocksOmar Polo
2021-01-24initialize configOmar Polo
2021-01-24move configuration init stuff in its own functionOmar Polo
2021-01-21add ends_withOmar Polo
2021-01-21const-ify parameter to strtonumOmar Polo
2021-01-21use strtonumOmar Polo
2021-01-21rename mimes to mime ; pass config esplicitly to mime* functionsOmar Polo
2021-01-21don't crash on wrong vhost or missing SNIOmar Polo
2021-01-20improve logsOmar Polo
2021-01-18improve mime handlingOmar Polo
2021-01-18removing err/warn functions with our fatalOmar Polo
2021-01-17reorganize: move bunch of functions to server.cOmar Polo
2021-01-17re-enable daemon modeOmar Polo
2021-01-17missing breakOmar Polo
2021-01-17switch to getcwdOmar Polo
2021-01-16split into two processes: listener and executorOmar Polo
2021-01-15move cgi stuff to its own fileOmar Polo
2021-01-15add protocols to the configOmar Polo
2021-01-15check also that the port number matchesOmar Polo
2021-01-15styleOmar Polo
2021-01-15sandbox also on FreeBSD with capsicumOmar Polo
2021-01-15conf & vhostsOmar Polo
2021-01-13track handshakesOmar Polo