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-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
2021-06-16
move lineno/colno into the token struct
Omar Polo
2021-06-16
drop the dependency on lex by implementing yylex by ourselves
Omar Polo
2021-06-16
kill unused variable
Omar Polo
2021-06-15
be quieter
Omar Polo
2021-06-15
allow sending fd to log on to the logger process
Omar Polo
2021-06-12
add some simple test for fastcgi
Omar Polo
2021-06-12
add simple fcgi application for test purposes
Omar Polo
2021-06-12
explicitly use c->fd instead of fd
Omar Polo
2021-06-12
mark backend as FCGI_READY when getting a fd
Omar Polo
2021-06-12
indentation
Omar Polo
2021-06-12
free fastcgi param list
Omar Polo
2021-06-12
TAILQ_REMOVE env and aliases during config_free
Omar Polo
2021-06-11
mention FastCGI in the README.md
Omar Polo
2021-06-11
fix warnings in manpage
Omar Polo
2021-06-11
document fastcgi and the new `param' options
Omar Polo
2021-06-11
add `param' keyword
Omar Polo
2021-06-11
more params from and send a custom list
Omar Polo
2021-06-04
reword last sentence
Omar Polo
2021-06-04
improve docker example
Omar Polo
2021-05-27
sync
Omar Polo
[prev]
[next]