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-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
2021-05-24
move gg to regress
Omar Polo
2021-05-24
refactor fastcgi block
Omar Polo
2021-05-24
document `fastcgi' config option
Omar Polo
2021-05-15
define and use GMID_VERSION
Omar Polo
2021-05-15
define some more fcgi param
Omar Polo
2021-05-15
use the correct document root
Omar Polo
2021-05-15
const-ify strip_path
Omar Polo
2021-05-15
fmt
Omar Polo
2021-05-15
correct the description of `strip'
Omar Polo
2021-05-12
certificate generation (bugfix and improvement)
Omar Polo
2021-05-11
gmid don't enforce anymore that a root is specified
Omar Polo
2021-05-11
drop forward declaration of struct client
Omar Polo
2021-05-09
sync
Omar Polo
2021-05-09
fastcgi: a first implementation
Omar Polo
2021-05-04
added missing prototype
Omar Polo
2021-05-03
sync
Omar Polo
2021-05-03
factorize all "only once" checks
Omar Polo
2021-05-01
move pidfile & cgi to global vars
Omar Polo
[next]