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-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
2023-08-03
fix test after log style condensed change
Omar Polo
2023-08-03
gmid.conf.5: add one example of proxy relay-to
Omar Polo
2023-08-03
Nm does not make any sense there
Omar Polo
2023-08-03
minor tweaks to gg(1)
Omar Polo
2023-08-03
two more missing ge -> gemexp
Omar Polo
2023-08-03
remove the LOGGING section; it's covered by gmid.conf(5)
Omar Polo
2023-08-01
fix the macro example
Omar Polo
2023-08-01
point out that `user' is mandatory if `chroot' is used
Omar Polo
2023-08-01
change the 'condensed' style to include the size of the request too
Omar Polo
2023-07-26
use `log syslog off' in regress to avoid spamming syslog
Omar Polo
2023-07-26
move log syslog after log style
Omar Polo
2023-07-26
add log syslog off; don't turn syslog off when log access is specified
Omar Polo
2023-07-26
rename IMSG_LOG_TYPE to ACCESS
Omar Polo
2023-07-25
ge->gemexp forgotten in previous
Omar Polo
2023-07-25
rename ge -> gemexp in regress too
Omar Polo
2023-07-25
revamp helper section of the README and mention titan(1)
Omar Polo
2023-07-25
typo
Omar Polo
2023-07-25
retroactively rename ge -> gemexp in changelog
Omar Polo
2023-07-25
rename ge -> gemexp
Omar Polo
2023-07-25
use the condensed logging style in ge too
Omar Polo
2023-07-25
sync changelog
Omar Polo
2023-07-25
allow to change the logging style; introduce some new ones
Omar Polo
2023-07-25
update/sync/correct ChangeLog
Omar Polo
2023-07-25
add missing -include titan.d
Omar Polo
[next]