aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-03-20gmid v1.6 -- "Stargazers"v1.6Omar Polo
2021-03-20typoOmar Polo
2021-03-20update READMEOmar Polo
2021-03-20typoOmar Polo
2021-03-20fix signal handling so it works on linux tooOmar Polo
2021-03-20[seccomp] allow prlimit64Omar Polo
2021-03-20fix correct shutdown after SIG{INT,TERM}Omar Polo
2021-03-20sync changelogOmar Polo
2021-03-20kill only $pid during regress testingOmar Polo
2021-03-20quit every process cleanly when receiving SIGINT or SIGTERMOmar Polo
2021-03-20move all sandbox-related code to sandbox.cOmar Polo
2021-03-20sync ChangeLogOmar Polo
2021-03-19refactoring: imsg everywhereOmar Polo
2021-03-03handle SIGHUP gracefullyOmar Polo
2021-03-03split usage string into two linesOmar Polo
2021-03-03fix out-of-bounds accessOmar Polo
2021-03-03give each server process its own socket for the executorOmar Polo
2021-02-23include sys/types.s to fix the build on OpenBSDOmar Polo
2021-02-23updated readmeOmar Polo
2021-02-23[seccomp] allow sendmsgOmar Polo
2021-02-23sync global variablesOmar Polo
2021-02-23move log_init & vars to gmid.c, retain logger_main in log.cOmar Polo
2021-02-23checks for compat + don't initialise HAVE_*Omar Polo
2021-02-23fix various error in compat/err.cOmar Polo
2021-02-23make sure -o is passed to ${CC} in suffix ruleOmar Polo
2021-02-23clean objects in compat dirOmar Polo
2021-02-23add compat/*.oOmar Polo
2021-02-23move vhost_should_log call to server.cOmar Polo
2021-02-23add `log on/off' to enable/disable logs per-locationOmar Polo
2021-02-23don't directly include sys/queue.hOmar Polo
2021-02-23tests and compat for imsgOmar Polo
2021-02-23moving logging to its own processOmar Polo
2021-02-12mark reschedule_write inline & staticOmar Polo
2021-02-12other s/fnmatch/matchesOmar Polo
2021-02-12typoOmar Polo
2021-02-12kill debug printfOmar Polo
2021-02-12include config.h firstOmar Polo
2021-02-12fix various compilation errorsOmar Polo
2021-02-12accept4 -> acceptOmar Polo
2021-02-12BUFSIZ is variable, we need *exactly* 1024Omar Polo
2021-02-12typoOmar Polo
2021-02-12fix occurrence of (killed) load_fileOmar Polo
2021-02-12echo parsing test resultOmar Polo
2021-02-12don't mmapOmar Polo
2021-02-12fix config reloadOmar Polo
2021-02-12dup lineOmar Polo
2021-02-11improve compat/getprogname on GNU libcOmar Polo
2021-02-11add check for program_invocation_short_nameOmar Polo
2021-02-11add -levent in the exampleOmar Polo
2021-02-11use fatal instead of err/fprintf+exitOmar Polo