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
2021-07-09
typo
Omar Polo
2021-07-09
sync readme.md with sandbox.c
Omar Polo
2021-07-09
`param' is forbidden inside `location's too
Omar Polo
2021-07-09
misc improvements to the manual
Omar Polo
2021-07-09
change (again) the env/param separator: use '='
Omar Polo
2021-07-09
add => in env/param and `port' between hostname and port for fastcgi
Omar Polo
2021-07-09
typo...
Omar Polo
2021-07-09
rename `mime MIME EXT' to `map MIME to-ext EXT'
Omar Polo
2021-07-09
use bsearch to match the keywords
Omar Polo
2021-07-08
provide a means to skip the runtime tests
Omar Polo
2021-07-08
replace add_{cflags,ldflags} with add_library
Anna “CyberTailor”
2021-07-08
check freedesktop's libbsd
Anna “CyberTailor”
2021-07-08
regress/Makefile: add missing LDFLAGS
Anna “CyberTailor”
2021-07-08
PF_UNIX is not a valid protocol for socketpair
Omar Polo
2021-07-08
don't leak a file descriptor
Omar Polo
2021-07-07
style(9)-ify
Omar Polo
2021-07-07
always append -W flags to CFLAGS
Omar Polo
2021-07-07
initialize the logger early
Omar Polo
2021-07-07
refactor add_{cflags,ldflags}
Omar Polo
2021-07-07
add --enable-sandbox
Omar Polo
2021-07-07
check libimsg too
Omar Polo
2021-07-07
always append LDFLAGS and CFLAGS
Omar Polo
2021-07-06
add -T timeout to gg; don't let the regress test hang
Omar Polo
2021-07-06
try to preserve as much as possible CFLAGS and LDFLAGS from env
Omar Polo
2021-07-06
explain the OpenBSD bit
Omar Polo
2021-07-06
don't log too much by default
Omar Polo
2021-07-06
test macro expansion too
Omar Polo
2021-07-06
show macro usage in the example
Omar Polo
2021-07-06
fmt
Omar Polo
2021-07-06
fmt
Omar Polo
2021-07-06
gracefully shut down fastcgi backends
Omar Polo
2021-07-06
don't let CGI scripts inherit our stderr
Omar Polo
2021-07-06
reset fcgi array in free_config
Omar Polo
2021-07-03
typo
Omar Polo
2021-07-03
fix seccomp filter for ppc64le
Omar Polo
2021-07-03
use -subj /CN=name when generating the keys for the tests
Omar Polo
2021-07-02
configure: add --disable-sandbox
Omar Polo
2021-07-02
reworked seccomp filter
Omar Polo
2021-07-02
revert 2c16dbd5486 -- macro names can't be reserved words
Omar Polo
2021-06-29
macro names can be reserved words
Omar Polo
2021-06-29
fix macro example
Omar Polo
2021-06-29
document the c-like handling of strings
Omar Polo
2021-06-29
don't expand macros inside the quotes
Omar Polo
2021-06-29
align
Omar Polo
2021-06-29
[config] concat two or more strings next to each others
Omar Polo
2021-06-29
document macros: both -D and syntax
Omar Polo
2021-06-29
don't require the strict order macro > options > servers
Omar Polo
2021-06-29
add -D to define macros from the cmd line
Omar Polo
2021-06-29
allow to define macros in the config file
Omar Polo
2021-06-29
trailing whitespaces
Omar Polo
[next]