aboutsummaryrefslogtreecommitdiff
path: root/gmid.c
AgeCommit message (Expand)Author
2021-03-31list instead of fixed-size array for vhosts and locationsOmar Polo
2021-03-31fix mkdirs: create directories recursivelyOmar Polo
2021-03-20typoOmar Polo
2021-03-20fix signal handling so it works on linux tooOmar Polo
2021-03-20fix correct shutdown after SIG{INT,TERM}Omar Polo
2021-03-20quit every process cleanly when receiving SIGINT or SIGTERMOmar Polo
2021-03-19refactoring: imsg everywhereOmar Polo
2021-03-03split usage string into two linesOmar Polo
2021-03-03give each server process its own socket for the executorOmar Polo
2021-02-23move log_init & vars to gmid.c, retain logger_main in log.cOmar Polo
2021-02-23moving logging to its own processOmar Polo
2021-02-12fix various compilation errorsOmar Polo
2021-02-10add newline after usageOmar Polo
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