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
/
app.go
Age
Commit message (
Expand
)
Author
2023-04-10
caddyhttp: Serve http2 when listener wrapper doesn't return *tls.Conn (#4929)
WeidiDeng
2023-03-27
caddyhttp: Determine real client IP if trusted proxies configured (#5104)
Francis Lavoie
2023-03-03
core: Eliminate unnecessary shutdown delay on Unix (#5413)
Matt Holt
2023-02-08
go.mod: Upgrade various dependencies (#5362)
Francis Lavoie
2023-02-06
caddyhttp: Pluggable trusted proxy IP range sources (#5328)
Francis Lavoie
2023-02-06
chore: Build with Go 1.20, keep minimum at 1.18 for now (#5353)
Francis Lavoie
2023-01-10
caddyhttp: Add server-level `trusted_proxies` config (#5103)
Francis Lavoie
2022-10-12
httpcaddyfile: Wrap site block in subroute if host matcher used (#5130)
Matt Holt
2022-09-28
core: Refactor and improve listener logic (#5089)
Matt Holt
2022-09-21
core: Reuse unix sockets (UDS) and don't try to serve HTTP/3 over UDS (#5063)
Matt Holt
2022-09-19
caddyhttp: Honor grace period in background (#5043)
Matt Holt
2022-09-16
core: Variadic Context.Logger(); soft deprecation
Matthew Holt
2022-09-16
caddyhttp: Support configuring Server from handler provisioning (#4933)
WeidiDeng
2022-09-16
caddyhttp: Make metrics opt-in (#5042)
Matt Holt
2022-09-02
core: Refactor listeners; use SO_REUSEPORT on Unix (#4705)
Matt Holt
2022-08-31
events: Implement event system (#4912)
Francis Lavoie
2022-08-15
caddyhttp: Enable HTTP/3 by default (#4707)
Matt Holt
2022-08-03
httpserver: Configurable shutdown delay (#4906)
Matt Holt
2022-08-02
chore: Bump up to Go 1.19, minimum 1.18 (#4925)
Francis Lavoie
2022-08-01
caddyhttp: Implement `caddy respond` command (#4870)
Matt Holt
2022-07-25
caddyhttp: Log shutdown errors, don't return (fix #4908)
Matthew Holt
2022-07-06
go.mod: Bump up quic-go to v0.28.0, fixes for BC breaks (#4867)
Francis Lavoie
2022-04-11
reverseproxy: Add `_ms` placeholders for proxy durations (#4666)
Francis Lavoie
2022-03-22
Fix http3 servers dying after reload (#4654)
Artem Mikheev
2022-02-19
caddyhttp: Move HTTP redirect listener to an optional module (#4585)
Francis Lavoie
2022-01-05
caddyhttp: Redirect HTTP requests on the HTTPS port to https:// (#4313)
Francis Lavoie
2021-12-15
caddyhttp: Implement http.request.uuid placeholder (#4285)
Rainer Borene
2021-10-01
caddyhttp: Placeholder for client cert in DER + base64 format (#4241)
Oleg
2021-02-22
reverseproxy: Add duration/latency placeholders (close #4012) (#4013)
Matt Holt
2021-02-16
Improve security warnings
Matthew Holt
2020-11-22
ci: Use golangci's github action for linting (#3794)
Dave Henderson
2020-11-18
caddyhttp: New idle_timeout default of 5m
Matthew Holt
2020-11-04
httpcaddyfile: Add certificate_pem placeholder short, add to godoc (#3846)
Gaurav Dhameeja
2020-09-17
metrics: Fix hidden panic while observing with bad exemplars (#3733)
Dave Henderson
2020-09-17
caddyhttp: Remove server name from metrics
Matthew Holt
2020-09-17
metrics: Initial integration of Prometheus metrics (#3709)
Dave Henderson
2020-09-08
caddyhttp: Wrap http.Server logging with zap (#3668)
Francis Lavoie
2020-07-16
caddyhttp: Add {http.request.body} placeholder
Matthew Holt
2020-06-11
caddyhttp: Add client cert SAN placeholders
Matthew Holt
2020-05-05
httpserver: Add experimental H2C support (#3289)
Matt Holt
2020-04-13
core: Don't return error on RegisterModule() and RegisterAdapter()
Matthew Holt
2020-04-01
caddyhttp: Print actual listener address in log message (closes #2992)
Matthew Holt
2020-03-15
caddyhttp: Clean up; move some code around
Matthew Holt