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
2022-01-30
allow using a custom hostname for SNI during proxying
Omar Polo
2022-01-02
proxy: allow multiple proxy blocks, matching options and validations
Omar Polo
2022-01-01
simplify the proxying code
Omar Polo
2022-01-01
support optional client certificate for proxy rule
Omar Polo
2021-12-29
add ability to proxy requests
Omar Polo
2021-10-24
free OCSP path when clearing the config
Omar Polo
2021-10-15
fmt
Omar Polo
2021-10-15
Implement OCSP stapling support
Stephen Gregoratto
2021-10-09
two -n to dump the parsed configuration
Omar Polo
2021-10-07
print the error too if we can't open a directory
Omar Polo
2021-10-07
one FastCGI connection per client
Omar Polo
2021-09-24
fmt
Omar Polo
2021-09-24
use memset(3) rather than bzero(3)
Omar Polo
2021-08-23
don't crash if -n is given without -c
Omar Polo
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
[next]