index
:
slackcoder/gmid
master
Small and secure gemini server
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
proxy.c
Age
Commit message (
Expand
)
Author
2024-05-25
s/MIN/MINIMUM/g
Omar Polo
2023-10-18
copyright++
Omar Polo
2023-08-09
don't call client_close() from fcgi/proxy bev handlers
Omar Polo
2023-07-01
typo
Omar Polo
2023-06-06
switch to the more usual log.c
Omar Polo
2023-06-06
rename log.[ch] to logger.[ch]
Omar Polo
2023-06-05
provide a more usual fatal
Omar Polo
2022-11-17
always cast is*() arguments to unsigned char
Omar Polo
2022-10-05
make the various strings in the config fixed-length
Omar Polo
2022-07-04
copyright years
Omar Polo
2022-03-19
const-ify some tables
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-27
set REQUEST_PROXY only when proxy_init is successful
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
support optional client certificate for proxy rule
Omar Polo
2021-12-29
add ability to proxy requests
Omar Polo