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
2021-02-08
fix seccomp for the new event loop
Omar Polo
2021-02-07
improve logs management
Omar Polo
2021-02-07
added prefork option
Omar Polo
2021-02-06
add the ``entrypoint'' option
Omar Polo
2021-02-06
added ``block return'' and ``strip'' options
Omar Polo
2021-02-04
missing argument for LOGI
Omar Polo
2021-02-04
avoid race-condition
Omar Polo
2021-02-04
reload configuration on SIGHUP
Omar Polo
2021-02-03
drop unnecessary check around close
Omar Polo
2021-02-03
refactor executor_main
Omar Polo
2021-02-03
refactoring startup logic
Omar Polo
2021-02-03
drop privileges after the fork
Omar Polo
2021-02-02
configless: fixing the case of the implicit "."
Omar Polo
2021-02-01
ensure absolute paths in config-less mode
Omar Polo
2021-01-31
set cloexec status on the socketpair fds
Omar Polo
2021-01-28
remove unused function
Omar Polo
2021-01-27
-v for verbose logging
Omar Polo
2021-01-27
improve configuration parsing error
Omar Polo
2021-01-27
drop unused variable
Omar Polo
2021-01-27
use starts_with in puny.c
Omar Polo
2021-01-27
make configless mode works again. also accept every host
Omar Polo
2021-01-27
drop the daemon config in favour of the -f flag
Omar Polo
2021-01-27
initial punycode support
Omar Polo
2021-01-27
sane defaults for the config-less mode
Omar Polo
2021-01-25
rework the configless mode: change flags and generate certs
Omar Polo
2021-01-25
chroot & drop privileges
Omar Polo
2021-01-25
order
Omar Polo
2021-01-24
added support for location blocks
Omar Polo
2021-01-24
initialize config
Omar Polo
2021-01-24
move configuration init stuff in its own function
Omar Polo
2021-01-21
add ends_with
Omar Polo
2021-01-21
const-ify parameter to strtonum
Omar Polo
2021-01-21
use strtonum
Omar Polo
2021-01-21
rename mimes to mime ; pass config esplicitly to mime* functions
Omar Polo
2021-01-21
don't crash on wrong vhost or missing SNI
Omar Polo
2021-01-20
improve logs
Omar Polo
2021-01-18
improve mime handling
Omar Polo
2021-01-18
removing err/warn functions with our fatal
Omar Polo
2021-01-17
reorganize: move bunch of functions to server.c
Omar Polo
2021-01-17
re-enable daemon mode
Omar Polo
2021-01-17
missing break
Omar Polo
2021-01-17
switch to getcwd
Omar Polo
2021-01-16
split into two processes: listener and executor
Omar Polo
2021-01-15
move cgi stuff to its own file
Omar Polo
2021-01-15
add protocols to the config
Omar Polo
2021-01-15
check also that the port number matches
Omar Polo
2021-01-15
style
Omar Polo
2021-01-15
sandbox also on FreeBSD with capsicum
Omar Polo
2021-01-15
conf & vhosts
Omar Polo
2021-01-13
track handshakes
Omar Polo
[next]