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
2023-06-05
provide a more usual fatal
Omar Polo
2023-06-05
move some server-related code to server.c
Omar Polo
2023-06-05
fold long lines
Omar Polo
2022-12-24
include grp.h for setgroup(2) on linux
Anna “CyberTailor”
2022-11-27
when switching user also set the groups
Omar Polo
2022-10-05
make the various strings in the config fixed-length
Omar Polo
2022-10-05
retire fcgi' prog field
Omar Polo
2022-09-10
fmt
Omar Polo
2022-09-10
remove remnats tentacles of the executor process
Omar Polo
2022-09-10
remove unused entrypoint field
Omar Polo
2022-09-10
drop cgi vestiges from the struct host
Omar Polo
2022-09-10
retire the deprecated `mime' and `map' config options
Omar Polo
2022-09-10
make config fields `chroot' and `user' fixed-size
Omar Polo
2022-09-08
change the flags to be consistent with other OpenBSD daemons
Omar Polo
2022-09-08
drop the configless mode from gmid; now it's provided by `ge'
Omar Polo
2022-09-06
get rid of the CGI support
Omar Polo
2022-07-04
copyright years
Omar Polo
2022-04-08
sort the MIME mappings and do a binary search to match
Omar Polo
2022-04-08
don't load the built-in list when using `types'
Omar Polo
2022-04-08
allow add_mime to fail
Omar Polo
2022-03-19
const-ify some tables
Omar Polo
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
[prev]
[next]