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
2023-06-05
provide a more usual fatal
Omar Polo
2023-06-05
move some server-related code to server.c
Omar Polo
2023-05-08
send capsicum/landlock/seccomp hack to Valhalla
Omar Polo
2022-10-05
make the various strings in the config fixed-length
Omar Polo
2022-10-05
retire fcgi' prog field
Omar Polo
2022-09-10
specify custom version strings for the various cmds
Omar Polo
2022-09-10
remove remnats tentacles of the executor process
Omar Polo
2022-09-10
remove unused entrypoint field
Omar Polo
2022-09-10
drop cgi vestiges from the struct host
Omar Polo
2022-09-10
retire the deprecated `mime' and `map' config options
Omar Polo
2022-09-10
make the mime types fixed-sized too
Omar Polo
2022-09-10
make config fields `chroot' and `user' fixed-size
Omar Polo
2022-09-06
optionally disable the sandbox on some systems
Omar Polo
2022-09-06
gc FILE_EXECUTABLE
Omar Polo
2022-09-06
gc sandbox_executor_process
Omar Polo
2022-09-06
get rid of the CGI support
Omar Polo
2022-07-04
encode file names in the directory index
Omar Polo
2022-04-08
sort the MIME mappings and do a binary search to match
Omar Polo
2022-04-08
don't load the built-in list when using `types'
Omar Polo
2022-04-08
allow add_mime to fail
Omar Polo
2022-03-27
fix an out-of-bound access in start_cgi
Omar Polo
2022-03-26
swap try_client_by_id with client_by_id
Omar Polo
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
[next]