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-24
copyright years++
Omar Polo
2023-06-24
remove unused global flag
Omar Polo
2023-06-24
don't match host if connecting from the wrong socket
Omar Polo
2023-06-24
typo
Omar Polo
2023-06-24
load the certs per listening address
Omar Polo
2023-06-24
send host addresses to the server process
Omar Polo
2023-06-24
better fd rampage avoidance
Omar Polo
2023-06-23
hopefully fix the macos ci
Omar Polo
2023-06-23
add missing include of ../config.h in regress/*.c
Omar Polo
2023-06-23
macos' clang is retarded
Omar Polo
2023-06-23
don't quote $5 when calling pkg-config
Omar Polo
2023-06-23
use REGRESS_HOST to specify the host to listen to; use in CI
Omar Polo
2023-06-23
fix `listen on *'
Omar Polo
2023-06-23
implement `listen on'
Omar Polo
2023-06-23
rename client->addr to raddr (remote address) and keep original length
Omar Polo
2023-06-23
typo; use the `l' variable not `len'
Omar Polo
2023-06-23
add missing -include of *.d files
Omar Polo
2023-06-23
drop debug log
Omar Polo
2023-06-23
remove the new_*() declarations that were moved to utils.c
Omar Polo
2023-06-23
use host->domain to report errors, $2 is free'd
Omar Polo
2023-06-23
sort pledge promises as per pledge(2)
Omar Polo
2023-06-23
drop `proc' pledge in the main process
Omar Polo
2023-06-14
add `release' target
Omar Polo
2023-06-13
more avoiding of void pointer arithmetics
Omar Polo
2023-06-13
simplify check
Omar Polo
2023-06-13
enable -Werror on CI
Omar Polo
2023-06-13
drop questionable #warning
Omar Polo
2023-06-13
rework the configure script
Omar Polo
2023-06-13
avoid arithmetic on void pointers (GNU extension)
Omar Polo
2023-06-13
add mac_task with disabled runtime tests for the time being
Omar Polo
2023-06-13
fix the build with some yacc implementations
Omar Polo
2023-06-13
remove regress/sha
Omar Polo
2023-06-13
work around missing SOCK_NONBLOCK/CLOEXEC on macos
Omar Polo
2023-06-12
use the default prefork in tests
Omar Polo
2023-06-12
load_ca: get a buffer instead of a fd
Omar Polo
2023-06-12
simplify config_send_kp: use config_send_file
Omar Polo
2023-06-11
remove proc_ispeer()
Omar Polo
2023-06-11
disable the privsep crypto engine on !OpenBSD
Omar Polo
2023-06-11
remove has_siginfo
Omar Polo
2023-06-11
add -Wpointer-sign to the mix
Omar Polo
2023-06-11
fixes for -Wpointer-sign
Omar Polo
2023-06-11
cast uint64_t to unsigned long long
Omar Polo
2023-06-11
work around different signature for ecdsae_compute_key
Omar Polo
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
[next]