aboutsummaryrefslogtreecommitdiff
path: root/gmid.c
AgeCommit message (Expand)Author
2022-01-30allow using a custom hostname for SNI during proxyingOmar Polo
2022-01-02proxy: allow multiple proxy blocks, matching options and validationsOmar Polo
2022-01-01simplify the proxying codeOmar Polo
2022-01-01support optional client certificate for proxy ruleOmar Polo
2021-12-29add ability to proxy requestsOmar Polo
2021-10-24free OCSP path when clearing the configOmar Polo
2021-10-15fmtOmar Polo
2021-10-15Implement OCSP stapling supportStephen Gregoratto
2021-10-09two -n to dump the parsed configurationOmar Polo
2021-10-07print the error too if we can't open a directoryOmar Polo
2021-10-07one FastCGI connection per clientOmar Polo
2021-09-24fmtOmar Polo
2021-09-24use memset(3) rather than bzero(3)Omar Polo
2021-08-23don't crash if -n is given without -cOmar Polo
2021-07-19unbreak configless modeOmar Polo
2021-07-09move parse_portno to gmid.cOmar Polo
2021-07-07style(9)-ifyOmar Polo
2021-07-07initialize the logger earlyOmar Polo
2021-07-06gracefully shut down fastcgi backendsOmar Polo
2021-07-06reset fcgi array in free_configOmar Polo
2021-06-29add -D to define macros from the cmd lineOmar Polo
2021-06-29sync the usage; while there also change order and capitalizeOmar Polo
2021-06-29define GMID_STRING and reuse-itOmar Polo
2021-06-29add version in usageOmar Polo
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