index
:
caddy-cgi
caddy-cgi
fork of caddy for nix to build it with the cgi plugin
System administrator
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
caddyhttp
/
reverseproxy
/
httptransport.go
Age
Commit message (
Expand
)
Author
2023-03-31
proxyprotocol: Add PROXY protocol support to `reverse_proxy`, add HTTP listen...
Corin Langosch
2023-02-24
reverseproxy: refactor HTTP transport layer (#5369)
Mohammed Al Sahaf
2022-09-16
core: Variadic Context.Logger(); soft deprecation
Matthew Holt
2022-08-12
reverseproxy: Fix H2C dialer using new stdlib `DialTLSContext` (#4951)
Francis Lavoie
2022-07-23
reverseproxy: Implement read & write timeouts for HTTP transport (#4905)
Matt Holt
2022-07-13
reverseproxy: Export SetScheme() again
Matthew Holt
2022-06-22
reverseproxy: Fix panic when TLS is not configured (#4848)
Francis Lavoie
2022-06-20
reverseproxy: Skip TLS for certain configured ports (#4843)
Kiss Károly Pál
2022-06-14
reverseproxy: Dynamic ServerName for TLS upstreams (#4836)
Kiss Károly Pál
2022-06-14
reverseproxy: Make TLS renegotiation optional
Matthew Holt
2022-06-10
reverseproxy: Add renegotiation param in TLS client (#4784)
Yaacov Akiba Slama
2022-06-06
reverseproxy: Correct the `tls_server_name` docs (#4827)
Francis Lavoie
2022-05-10
reverseproxy: Support http1.1>h2c (close #4777) (#4778)
Matt Holt
2022-03-06
reverseproxy: Dynamic upstreams (with SRV and A/AAAA support) (#4470)
Matt Holt
2022-02-01
reverseproxy: Avoid returning a `nil` error during GetClientCertificate (#4550)
Francis Lavoie
2021-11-24
reverseproxy: Adjust defaults, document defaults (#4436)
Francis Lavoie
2021-09-29
Move from deprecated ioutil to os and io packages (#4364)
KallyDev
2021-06-16
Some misc. cleanup
Matthew Holt
2021-06-15
reverseproxy: Fix overwriting of max_idle_conns_per_host (closes #4201)
Matthew Holt
2021-02-09
reverseproxy: Response buffering & configurable buffer size
Matthew Holt
2020-11-22
ci: Use golangci's github action for linting (#3794)
Dave Henderson
2020-10-30
reverseproxy: Add max_idle_conns_per_host; fix godocs (#3829)
Francis Lavoie
2020-10-13
reverseproxy: Fix dial placeholders, SRV, active health checks (#3780)
Matt Holt
2020-09-17
reverseproxy: Correct alternate port for active health checks (#3693)
Mohammed Al Sahaf
2020-07-18
reverseproxy: add support for custom DNS resolver (#3479)
Mohammed Al Sahaf
2020-05-05
pki: Embedded ACME server (#3198)
Matt Holt
2020-05-05
httpserver: Add experimental H2C support (#3289)
Matt Holt
2020-04-09
reverseproxy: Minor tweaks
Matthew Holt
2020-04-07
reverseproxy: Remove NTLM transport; refactor and improve docs
Matthew Holt
2020-01-22
reverseproxy: Fix casing of RootCAPEMFiles
Matthew Holt
2020-01-09
http: Change routes to sequential matcher evaluation (#2967)
Matt Holt
2020-01-07
reverse_proxy: Add tls_trusted_ca_certs to Caddyfile (#2936)
Zaq? Wiedmann
2019-12-10
v2: Module documentation; refactor LoadModule(); new caddy struct tags (#2924)
Matt Holt
2019-11-05
reverse_proxy: Add support for NTLM
Matthew Holt
2019-11-05
reverse_proxy: Make HTTP versions configurable, don't set NextProtos
Matthew Holt
2019-10-29
proxy: Forgot to commit import
Matthew Holt
2019-10-29
proxy: Enable HTTP/2 on transport to backend
Matthew Holt
2019-10-10
reverse_proxy: Customize SNI value in upstream request (closes #2483)
Matthew Holt
2019-10-05
reverse_proxy: Implement retry_match; by default only retry GET requests
Matthew Holt
2019-09-14
reverse_proxy: Close idle connections on module unload
Matthew Holt
2019-09-05
fastcgi: Set default root path; add interface guards
Matthew Holt
2019-09-05
Reconcile upstream dial addresses and request host/URL information
Matthew Holt
2019-09-03
Some cleanup and godoc
Matthew Holt
2019-09-03
reverse_proxy: Implement remaining TLS config for proxy to backend
Matthew Holt
2019-09-02
reverse_proxy: WIP refactor and support for FastCGI
Matthew Holt