index
:
slackcoder/gmid
master
Small and secure gemini server
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2023-06-11
add a privsep crypto engine
Omar Polo
2023-06-11
drop useless debug statement
Omar Polo
2023-06-11
move setproctitle/privsep_process earlier
Omar Polo
2023-06-11
rework load_file to use pread()
Omar Polo
2023-06-11
adjust how locations are received
Omar Polo
2023-06-11
simplify ocsp sending using config_send_file
Omar Polo
2023-06-10
change config_send_file to take the process id as argument
Omar Polo
2023-06-09
gencert: use secp384r1
Omar Polo
2023-06-09
parse the config file only once
Omar Polo
2023-06-09
move print_conf and make it take the config as argument
Omar Polo
2023-06-09
use fatal/fatalx instead of err/errx in daemon code
Omar Polo
2023-06-09
parse_conf: don't die on error, return -1
Omar Polo
2023-06-09
don't have the config being a global
Omar Polo
2023-06-09
move hosts into the config struct
Omar Polo
2023-06-09
ignore and clean fcgi.sock
Omar Polo
2023-06-09
fcgi-test: be less verbose
Omar Polo
2023-06-09
re-establish fastcgi test
Omar Polo
2023-06-09
move fastcgi from global var to the config struct
Omar Polo
2023-06-09
fix sandbox_server_process
Omar Polo
2023-06-09
rework fcgi-test so that it binds a local socket
Omar Polo
2023-06-09
readd proxy certs and `require client ca' support
Omar Polo
2023-06-08
configure: look for WAIT_ANY
Omar Polo
2023-06-08
fix typo
Omar Polo
2023-06-08
provide sandbox_main_process on !OpenBSD
Omar Polo
2023-06-08
fix build of proc.c on !OpenBSD
Omar Polo
2023-06-08
safety measure, explicitly memset config in config_init
Omar Polo
2023-06-08
keep cert/key/ocsp path as strings and don't send them via imsg
Omar Polo
2023-06-08
fix ge build
Omar Polo
2023-06-08
less logger.h
Omar Polo
2023-06-08
fix previous
Omar Polo
2023-06-08
remove foreground / verbose from config
Omar Polo
2023-06-08
remove forgotten include of logger.h
Omar Polo
2023-06-08
move logger() prototype to gmid.h and delete logger.h
Omar Polo
2023-06-08
make ge work again
Omar Polo
2023-06-08
make server_init and server_configure_done 'public'
Omar Polo
2023-06-08
move log_request to gmid.c
Omar Polo
2023-06-08
move make_socket to config.c and make it private
Omar Polo
2023-06-08
move some new_* functions from parse.y to utils.c
Omar Polo
2023-06-08
drop now unused dispatch_imsg
Omar Polo
2023-06-08
remove debug code
Omar Polo
2023-06-08
remove now unused ibuf variable
Omar Polo
2023-06-08
sync DISTFILES
Omar Polo
2023-06-08
use -MMD if the compiler supports it
Omar Polo
2023-06-08
remove Makefile.depend
Omar Polo
2023-06-08
reformat
Omar Polo
2023-06-08
rework the daemon to do fork+exec
Omar Polo
2023-06-08
regress: use -P with an absolute path
Omar Polo
2023-06-08
absolutify the path to the pid file
Omar Polo
2023-06-06
add missing include of gmid.h
Omar Polo
2023-06-06
use fatal() in code used in the daemon
Omar Polo
[next]