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-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
2023-06-06
fix asprintf failure check
Omar Polo
2023-06-06
switch to the more usual log.c
Omar Polo
2023-06-06
use memchr instead of rolling a custom one
Omar Polo
2023-06-06
rename log.[ch] to logger.[ch]
Omar Polo
2023-06-06
predeclare struct client
Omar Polo
2023-06-06
rename PROC_MAX to PREFORK_MAX
Omar Polo
2023-06-06
nitpick: fix snprintf check
Omar Polo
2023-06-06
adjust comments
Omar Polo
2023-06-06
move config-related code to config.c
Omar Polo
2023-06-06
call setlocale()
Omar Polo
2023-06-05
remove unused define
Omar Polo
2023-06-05
move and dedup the tls initalization in server.c
Omar Polo
2023-06-05
fix off-by-one in recent fatal change
Omar Polo
2023-06-05
revert aae8f6bf2b
Omar Polo
2023-06-05
+log.h
Omar Polo
[next]