aboutsummaryrefslogtreecommitdiff
path: root/gmid.c
AgeCommit message (Expand)Author
2021-06-29use getprogname() in usage()Omar Polo
2021-06-29use getopt_long, add --help as synonym of -h and -V/--versionOmar Polo
2021-06-15allow sending fd to log on to the logger processOmar Polo
2021-06-12free fastcgi param listOmar Polo
2021-06-12TAILQ_REMOVE env and aliases during config_freeOmar Polo
2021-05-09fastcgi: a first implementationOmar Polo
2021-05-01move pidfile & cgi to global varsOmar Polo
2021-04-30allow ``root'' rule to be specified per-location blockOmar Polo
2021-04-29added ``alias'' option to define hostname aliases for a serverOmar Polo
2021-04-28pidfile support with `-P pidfile'Omar Polo
2021-04-28fix some loggingOmar Polo
2021-04-28added ``env'' option to define environment vars for CGI scriptsOmar Polo
2021-04-28keep verbosity level after config reloadOmar Polo
2021-04-26typoOmar Polo
2021-04-20typo in commentOmar Polo
2021-04-20restore signal handlers before exec'ing CGI scriptsOmar Polo
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