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-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
2023-07-24
still respect `log' when in debug mode
Omar Polo
2023-07-24
add a manpage for titan(1)
Omar Polo
2023-07-24
titan: parse the response code and exit accordingly
Omar Polo
2023-07-24
bump man date
Omar Polo
2023-07-24
run tls_connect_socket() after dropping the "inet dns" pledge promises
Omar Polo
2023-07-24
read from stdin if no file is given
Omar Polo
2023-07-24
sync changelog
Omar Polo
2023-07-24
open the log files inside the chroot
Omar Polo
2023-07-24
reopen log files upon SIGUSR2
Omar Polo
2023-07-24
add a test for the file logging
Omar Polo
2023-07-24
add ability to log to files with log access <path>
Omar Polo
2023-07-24
logger use dprintf and a fd instead of a FILE
Omar Polo
2023-07-23
sync changelog
Omar Polo
2023-07-23
remove unused IMSG types
Omar Polo
2023-07-23
avoid use-after-free
Omar Polo
2023-07-23
fix a reduce/reduce conflict
Omar Polo
2023-07-23
add a test with fastcgi, locations and forceful disabling
Omar Polo
2023-07-23
add `fastcgi off' to forceful skip fastcgi for a route
Omar Polo
2023-07-23
adjust syntax in fastcgi test; add another test for the old syntax
Omar Polo
2023-07-23
revamp fastcgi configuration: make it per-location
Omar Polo
2023-07-23
move struct envlist and alist up
Omar Polo
2023-07-23
plug memleak
Omar Polo
2023-07-23
add titan to .gitignore
Omar Polo
2023-07-23
revert previous
Omar Polo
2023-07-22
use __dead instead of __attribute__((noreturn))
Omar Polo
2023-07-22
titan: add compat shims to compile on !OpenBSD
Omar Polo
2023-07-22
gg: warn when the TLS layer is not closed properly
Omar Polo
2023-07-22
add titan(1) -- a draft titan client
Omar Polo
2023-07-22
split out iri.h from gmid.h
Omar Polo
2023-07-22
fmt
Omar Polo
2023-07-22
drop engine support
Omar Polo
2023-07-22
remove the useless logging methods
Omar Polo
[next]