index
:
slackcoder/gmid
master
Small and secure gemini server
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gmid.c
Age
Commit message (
Expand
)
Author
2021-07-19
unbreak configless mode
Omar Polo
2021-07-09
move parse_portno to gmid.c
Omar Polo
2021-07-07
style(9)-ify
Omar Polo
2021-07-07
initialize the logger early
Omar Polo
2021-07-06
gracefully shut down fastcgi backends
Omar Polo
2021-07-06
reset fcgi array in free_config
Omar Polo
2021-06-29
add -D to define macros from the cmd line
Omar Polo
2021-06-29
sync the usage; while there also change order and capitalize
Omar Polo
2021-06-29
define GMID_STRING and reuse-it
Omar Polo
2021-06-29
add version in usage
Omar Polo
2021-06-29
use getprogname() in usage()
Omar Polo
2021-06-29
use getopt_long, add --help as synonym of -h and -V/--version
Omar Polo
2021-06-15
allow sending fd to log on to the logger process
Omar Polo
2021-06-12
free fastcgi param list
Omar Polo
2021-06-12
TAILQ_REMOVE env and aliases during config_free
Omar Polo
2021-05-09
fastcgi: a first implementation
Omar Polo
2021-05-01
move pidfile & cgi to global vars
Omar Polo
2021-04-30
allow ``root'' rule to be specified per-location block
Omar Polo
2021-04-29
added ``alias'' option to define hostname aliases for a server
Omar Polo
2021-04-28
pidfile support with `-P pidfile'
Omar Polo
2021-04-28
fix some logging
Omar Polo
2021-04-28
added ``env'' option to define environment vars for CGI scripts
Omar Polo
2021-04-28
keep verbosity level after config reload
Omar Polo
2021-04-26
typo
Omar Polo
2021-04-20
typo in comment
Omar Polo
2021-04-20
restore signal handlers before exec'ing CGI scripts
Omar Polo
2021-03-31
list instead of fixed-size array for vhosts and locations
Omar Polo
2021-03-31
fix mkdirs: create directories recursively
Omar Polo
2021-03-20
typo
Omar Polo
2021-03-20
fix signal handling so it works on linux too
Omar Polo
2021-03-20
fix correct shutdown after SIG{INT,TERM}
Omar Polo
2021-03-20
quit every process cleanly when receiving SIGINT or SIGTERM
Omar Polo
2021-03-19
refactoring: imsg everywhere
Omar Polo
2021-03-03
split usage string into two lines
Omar Polo
2021-03-03
give each server process its own socket for the executor
Omar Polo
2021-02-23
move log_init & vars to gmid.c, retain logger_main in log.c
Omar Polo
2021-02-23
moving logging to its own process
Omar Polo
2021-02-12
fix various compilation errors
Omar Polo
2021-02-10
add newline after usage
Omar Polo
2021-02-08
fix seccomp for the new event loop
Omar Polo
2021-02-07
improve logs management
Omar Polo
2021-02-07
added prefork option
Omar Polo
2021-02-06
add the ``entrypoint'' option
Omar Polo
2021-02-06
added ``block return'' and ``strip'' options
Omar Polo
2021-02-04
missing argument for LOGI
Omar Polo
2021-02-04
avoid race-condition
Omar Polo
2021-02-04
reload configuration on SIGHUP
Omar Polo
2021-02-03
drop unnecessary check around close
Omar Polo
2021-02-03
refactor executor_main
Omar Polo
2021-02-03
refactoring startup logic
Omar Polo
[next]