index
:
caddy
1xx-stdlib
2.7
acme-database
active-health-check-headers
active-health-host-placeholder-for-headers
add-default-collectors
add-verifier-in-comment
address-parse-commas
autohttp-warn-to-info
better-error-with-encrypted-private-key
browse-symlink-not-in-total
buffer-content-length
bump-go-ci
cache-ask
cel-placeholder-escape
cel-support-null
chroma-dep
ci-common-go-config
client-auth-doc
client-ip-with-port
close-h3-connections
cmd-issuer
composite-connpolicy-matcher
config-adapter-fix
ctx-app-strict
deb-provides
delete-config-test-cleanup
dep-upgrades
dependabot/github_actions/golangci/golangci-lint-action-5
deps-upgrade
document-interfaces
downgrade-min-go
drop-ondemand-ratelimit
early-data
empty-string-header-replacement
encode-connect
encode-flush
encode-flush-error
encode-sendfile
expand-proxy-proto-docs
export-lengthreader
fast-abs
fastcgi-cl-header
fastcgi-fix
file-placeholder
fileserver-oversight
fileserver-show
fix-6144
fix-6355
fix-config-file-detection-regrerssion
fix-default-logger
fix-encode-103
fix-otel-issue
fix-quic-nil-conn
fix-release
fix-reverseproxy-ca-provider
fix-sni-matcher-replacing
force-automate
forward-auth-empty-headers
forward-proxy
fuzz-seed-corpus
go120-issue5288
h2c-proxy-protocol
handler-trace
handshake-context
hijack-buffer-fix
hijack-read-size
http3-graceful
hurl-tests
ident-storage
improve-goreleaser-check
interface-network-type
issue-6300
limit-jobs-forks
master
matcher-regexp-names
matcher-with-error
merge-ip-matchers
metrics-improvements
ms-log-duration
multi-loggers
net-wal
no-bail-on-error
prefer-wildcard
prefixed-query
produce-csr
promote-metrics
proxy-h3
proxy-res-templates
proxy-success-ratio
proxy-upstream-ids
public-ip-certs
querymatcher
quic-go
reject-global-matcher-earlier
relative-path-fix
reload-troubleshooting
remove-unsupported-geese
remove-zealous-check
replace-error-msg
replacer-mutex
responsewriter-readfrom
retract-283
reverse-proxy-h2-websocket
reverse-proxy-websocket-size
rewrite-modify-query
rp-bad-comment
rwmutex-replacer
slices-pkg
storage-clean-off
strict
strip-prefix-fix
stripe
stripe-debug
stripe-kprox
stripe-kprox-debug
testing-updates
tls-cert-cache-internal-reload
transfer-encoding-match
transport-source-addr
update-golangci-config
upgrade-cel
upgrade-some-deps
upgrade-x-net
v1
vars-match-nil
virtualconns
websocket-normalize
windows-icon
x-net-0.32
zerossl
zerossl-email
Fast and extensible multi-platform HTTP/1-2-3 web server with automatic HTTPS
caddyserver
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
modules
Age
Commit message (
Expand
)
Author
2021-01-27
admin: Identity management, remote admin, config loaders (#3994)
Matt Holt
2021-01-19
Revert "requestbody: Allow overwriting remote address"
Matthew Holt
2021-01-16
map: Add missing json struct tag
Matthew Holt
2021-01-11
templates: Add fileExists and httpError template actions
Matthew Holt
2021-01-11
requestbody: Allow overwriting remote address
Matthew Holt
2021-01-11
rewrite: Use RawPath instead of Path (fix #3596) (#3918)
go-d
2021-01-07
caddytls: Configurable OCSP stapling; global option (closes #3714)
Matthew Holt
2021-01-07
logging: Remove logfmt encoder (close #3575)
Matthew Holt
2021-01-07
httpcaddyfile: Support repeated use of cert_issuer global option
Matthew Holt
2021-01-05
caddyfile: Refactor unmarshaling of module tokens
Matthew Holt
2021-01-04
reverseproxy: Caddyfile health check headers, host header support (#3948)
yaxin
2021-01-04
caddyfile: Introduce basic linting and fmt check (#3923)
Matt Holt
2020-12-30
metrics: allow disabling OpenMetrics negotiation (#3944)
Dave Henderson
2020-12-30
fileserver: Fix "go up" links in browse listings (closes #3942)
Matthew Holt
2020-12-15
caddytls: Improve alt chain preference settings
Matthew Holt
2020-12-14
reverseproxy: Minor lint fixes
Matthew Holt
2020-12-10
caddyhttp: Optionally use forwarded IP for remote_ip matcher
v2.3.0-rc.1
Matthew Holt
2020-12-10
caddyhttp: Clean up internal auto-HTTPS redirect code
Matthew Holt
2020-12-09
caddyhttp: Document that remote_ip reads X-Forwarded-For header
Matthew Holt
2020-12-09
httpcaddyfile: support matching headers that do not exist (#3909)
Jack Baron
2020-12-08
go.mod: Upgrade some dependencies
Matthew Holt
2020-12-04
fastcgi: Set PATH_INFO to file matcher remainder as fallback (#3739)
Francis Lavoie
2020-12-03
caddyauth: Use structured log
Matthew Holt
2020-12-02
Minor comments
Matthew Holt
2020-12-02
caddyhttp: Optimize large host matchers
Matthew Holt
2020-12-01
caddyauth: Use buffered channel passed to signal.Notify (#3895)
Cuong Manh Le
2020-11-30
headers: Fix Caddyfile parsing with request matcher (#3892)
v2.3.0-beta.1
Francis Lavoie
2020-11-26
docs: Mention {http.auth.user.id} placeholder in basicauth JSON docs (#3886)
Francis Lavoie
2020-11-26
fileserver: Add debug logging
Matthew Holt
2020-11-25
reverseproxy: Handle "operation was canceled" errors (#3816)
Daniel Santos
2020-11-25
caddytls: Configure trusted CAs from PEM files (#3882)
Matt Holt
2020-11-24
fileserver: Preserve transformed root (fix #3838)
Matthew Holt
2020-11-23
acme_server: fix reload of acme database (#3874)
Ian
2020-11-23
acme_server: switch to bbolt storage (#3868)
Ian
2020-11-23
httpcaddyfile: Configure servers via global options (#3836)
Francis Lavoie
2020-11-23
reverseproxy: Add Caddyfile scheme shorthand for h2c (#3629)
Francis Lavoie
2020-11-22
ci: Use golangci's github action for linting (#3794)
Dave Henderson
2020-11-20
reverseproxy: Logging for streaming and upgrades (#3689)
Francis Lavoie
2020-11-20
reverseproxy: Implement cookie hash selection policy (#3809)
Dimitri Masson
2020-11-20
headers: Support default header values in Caddyfile with '?' (#3807)
Gilbert Gilb's
2020-11-18
caddyhttp: Return error if error handling error
Matthew Holt
2020-11-18
caddyhttp: New idle_timeout default of 5m
Matthew Holt
2020-11-17
caddyhttp: Fix header matcher when using nil
Matthew Holt
2020-11-16
reverse_proxy: Fix random_choose selection policy (#3811)
Dimitri Masson
2020-11-16
requestbody: Add Caddyfile support (#3859)
Nicola Piccinini
2020-11-16
caddytls: Support multiple issuers (#3862)
Matt Holt
2020-11-13
basicauth: Minor internal improvements (#3861)
Aurelia
2020-11-12
caddytls: Support ACME alt cert chain preferences
Matthew Holt
2020-11-04
httpcaddyfile: Add certificate_pem placeholder short, add to godoc (#3846)
Gaurav Dhameeja
2020-11-02
caddyhttp: Merge query matchers in Caddyfile (#3839)
Francis Lavoie
[next]