index
:
slackcoder/gmid
master
Small and secure gemini server
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gmid.h
Age
Commit message (
Expand
)
Author
2022-01-30
allow using a custom hostname for SNI during proxying
Omar Polo
2022-01-27
improve proxy error path
Omar Polo
2022-01-04
add `require client ca' for proxy blocks
Omar Polo
2022-01-02
proxy: allow multiple proxy blocks, matching options and validations
Omar Polo
2022-01-01
allow to disable TLS when proxying requests
Omar Polo
2022-01-01
add `protocols' option to `proxy' rule
Omar Polo
2022-01-01
add `verifyname' option for `proxy' rule
Omar Polo
2022-01-01
simplify the proxying code
Omar Polo
2022-01-01
update copyright years
Omar Polo
2022-01-01
support optional client certificate for proxy rule
Omar Polo
2021-12-29
add ability to proxy requests
Omar Polo
2021-12-29
move struct iri and parser at the top of the file
Omar Polo
2021-10-15
Implement OCSP stapling support
Stephen Gregoratto
2021-10-09
two -n to dump the parsed configuration
Omar Polo
2021-10-07
add compat for sys/tree.h
Omar Polo
2021-10-07
Store clients inside a splay tree
Omar Polo
2021-10-07
one FastCGI connection per client
Omar Polo
2021-10-02
improve libevent2 handling
Omar Polo
2021-10-02
drop now unused trim_req_iri
Omar Polo
2021-10-02
new I/O handling on top of bufferevents
Omar Polo
2021-09-26
fastcgi completely asynchronous
Omar Polo
2021-07-19
introduce IMSG_LOG_REQUEST
Omar Polo
2021-07-10
move version number to configure script
Omar Polo
2021-07-09
move parse_portno to gmid.c
Omar Polo
2021-07-07
style(9)-ify
Omar Polo
2021-07-06
gracefully shut down fastcgi backends
Omar Polo
2021-06-29
allow to define macros in the config file
Omar Polo
2021-06-29
define GMID_STRING and reuse-it
Omar Polo
2021-06-16
drop the dependency on lex by implementing yylex by ourselves
Omar Polo
2021-06-15
allow sending fd to log on to the logger process
Omar Polo
2021-06-11
more params from and send a custom list
Omar Polo
2021-05-15
define and use GMID_VERSION
Omar Polo
2021-05-15
use the correct document root
Omar Polo
2021-05-11
drop forward declaration of struct client
Omar Polo
2021-05-09
fastcgi: a first implementation
Omar Polo
2021-05-04
added missing prototype
Omar Polo
2021-04-30
allow ``root'' rule to be specified per-location block
Omar Polo
2021-04-29
added ``alias'' option to define hostname aliases for a server
Omar Polo
2021-04-28
added ``env'' option to define environment vars for CGI scripts
Omar Polo
2021-04-25
sort the auto index alphabetically
Omar Polo
2021-04-13
define TLS_VERSION, TLS_CIPHER and TLS_CIPHER_STRENGTH for CGI scripts
Omar Polo
2021-03-31
list instead of fixed-size array for vhosts and locations
Omar Polo
2021-03-31
fix mkdirs: create directories recursively
Omar Polo
2021-03-29
handle CGI scripts that replies with the maximum header length allowed
Omar Polo
2021-03-20
move all sandbox-related code to sandbox.c
Omar Polo
2021-03-19
refactoring: imsg everywhere
Omar Polo
2021-03-03
give each server process its own socket for the executor
Omar Polo
2021-02-23
move log_init & vars to gmid.c, retain logger_main in log.c
Omar Polo
2021-02-23
add `log on/off' to enable/disable logs per-location
Omar Polo
2021-02-23
moving logging to its own process
Omar Polo
[next]