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-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
2021-06-29
give a name to the anonymous union
Omar Polo
2021-06-29
sync the usage; while there also change order and capitalize
Omar Polo
2021-06-29
mention -V/--version and --help in the manpage
Omar Polo
2021-06-29
define GMID_STRING and reuse-it
Omar Polo
2021-06-29
add version in usage
Omar Polo
2021-06-29
use getprogname() in usage()
Omar Polo
2021-06-29
use getopt_long, add --help as synonym of -h and -V/--version
Omar Polo
2021-06-17
document `log' option
Omar Polo
2021-06-16
strncpy -> strlcpy
Omar Polo
2021-06-16
make sure l is always initialized
Omar Polo
2021-06-16
remove last occurrences of lex
Omar Polo
2021-06-16
remove now unused lex.l
Omar Polo
[next]