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-08-23
tweak readme
Omar Polo
2023-08-23
don't leave HAVE_GETENTROPY undefined
Omar Polo
2023-08-23
resurrect openlog() + tzset() in the logger
Omar Polo
2023-08-23
resurrect landlock support
Omar Polo
2023-08-23
fix build of regress
Omar Polo
2023-08-23
adding forgotten file
Omar Polo
2023-08-23
fix previous; check for getentropy only when arc4random is missing
Omar Polo
2023-08-23
comment out seed_from_prngd
Omar Polo
2023-08-23
typo
Omar Polo
2023-08-23
enable privsep crypto on all systems
Omar Polo
2023-08-23
bundle libtls
Omar Polo
2023-08-22
sync DISTFILES
Omar Polo
2023-08-22
sync have/* files
Omar Polo
2023-08-22
sync changelog
Omar Polo
2023-08-18
send all the params as per RFC3875 (CGI) and sync documentation
Omar Polo
2023-08-13
fix INSTALL handling
Omar Polo
2023-08-11
fix comment (ge -> gemexp)
Omar Polo
2023-08-11
getcwd(NULL) is an extension; don't rely on it
Omar Polo
2023-08-11
remove not so useful starts_with()
Omar Polo
2023-08-11
remove a long, long unused function
Omar Polo
2023-08-09
remove useless logging
Omar Polo
2023-08-09
don't call client_close() from fcgi/proxy bev handlers
Omar Polo
2023-08-08
update changelog
Omar Polo
2023-08-08
fix PATH_INFO / SCRIPT_NAME splitting
Omar Polo
2023-08-08
implement fastcgi strip number
Omar Polo
2023-08-08
lower debug log priority
Omar Polo
2023-08-08
draft the PATH_INFO and SCRIPT_NAME handling
Omar Polo
2023-08-08
remove prototype for function killed long ago
Omar Polo
2023-08-08
move strip_path to utils.c
Omar Polo
2023-08-07
add missing include of config.h in vis.c
Omar Polo
2023-08-07
drop the __bounded__ attribute
Omar Polo
2023-08-07
drop #include <sys/cdefs.h> from vis.h
Omar Polo
2023-08-07
address the strnvis(3) portability fiasco
Omar Polo
2023-08-07
use the subject' common name as the user field in log
Omar Polo
2023-08-07
remove debugging leftover
Omar Polo
2023-08-07
unbreak config_test() when !use_privsep_crypto
Omar Polo
2023-08-07
update changelog
Omar Polo
2023-08-07
try hard at loading the configuration during conftest (-n)
Omar Polo
2023-08-07
add `log syslog facility' to use a different syslog(3) facility
Omar Polo
2023-08-07
sort logopt
Omar Polo
2023-08-04
comment out the condensed log style in the manpage
Omar Polo
2023-08-04
set the default logging style back to legacy
Omar Polo
2023-08-04
titan: clean up IRI/URI/URL mess; it's a IRI what we parse
Omar Polo
2023-08-04
titan: error if the URI is not titan://
Omar Polo
2023-08-04
titan: better logging for unexpected EOFs
Omar Polo
2023-08-04
titan: rename parse_err to errstr
Omar Polo
2023-08-04
titan: iomux: return -1 on EOF without receving anything
Omar Polo
2023-08-04
titan: fix appending of path parameters
Omar Polo
2023-08-03
actually use the specified log style
Omar Polo
2023-08-03
use the legacy style in the tests for now
Omar Polo
[next]