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
Age
Commit message (
Expand
)
Author
2019-12-23
templates: Change functions, add front matter support, better markdown
v2.0.0-beta11
Matthew Holt
2019-12-23
Remove markdown module
Matthew Holt
2019-12-23
admin: Only write most CORS headers in OPTIONS requests
Matthew Holt
2019-12-23
Improve godocs all around
Matthew Holt
2019-12-23
cmd: Eliminate unintended use of cgo
Matthew Holt
2019-12-17
rewrite: Attempt query string fix (#2891)
Matthew Holt
2019-12-17
http: query and query_string placeholders should use RawQuery, probably
Matthew Holt
2019-12-17
core: Add ReplaceFunc method to Replacer to allow dynamic replacements
Matthew Holt
2019-12-17
Update go.mod; use CertMagic v0.9.0
Matthew Holt
2019-12-17
http: Patch path matcher to ignore dots and spaces (#2917)
Matthew Holt
2019-12-17
admin: POST /... expands and appends all array elements
Matthew Holt
2019-12-16
admin: /stop endpoint gracefully shuts down; fixes caddy stop command
Matthew Holt
2019-12-15
logging: Implement net writer (#2884)
Abdelmalek Ihdene
2019-12-13
tls: Ensure conn policy is created when providing certs in Caddyfile
Matthew Holt
2019-12-13
Couple of quick fixes
Matthew Holt
2019-12-12
rewrite: strip_prefix, strip_suffix, and uri_replace dirs (closes #2906)
Matthew Holt
2019-12-12
try_files, rewrite: allow query string in try_files (fix #2891)
Matthew Holt
2019-12-12
rewrite: query string enh.; substring replace; add tests (see #2891)
Matthew Holt
2019-12-12
Minor improvements; comments and shorter placeholders & module IDs
Matthew Holt
2019-12-12
cmd: Fix validate command when JSON contains "@id" fields
Matthew Holt
2019-12-10
fuzz: Remove Caddyfile adapter from fuzz corpus (#2925)
Matt Holt
2019-12-10
core: Add godoc examples for LoadModule
Matthew Holt
2019-12-10
v2: Module documentation; refactor LoadModule(); new caddy struct tags (#2924)
Matt Holt
2019-12-07
update quic-go to v0.14.1 (#2918)
Marten Seemann
2019-12-06
Use "IsUnixNetwork" function instead of repeating the logic
Matthew Holt
2019-12-06
Don't append port to unix sockets
Matthew Holt
2019-12-04
Fix misspellings (#2908)
lu4p
2019-12-03
update quic-go to v0.14.0 (#2916)
Marten Seemann
2019-11-30
Merge branch 'v2' of ssh://github.com/caddyserver/caddy into v2
Matthew Holt
2019-11-30
http: Don't listen 1 port beyond port range
Matthew Holt
2019-11-29
v2: fixes query matcher parsing (#2901)
Mark Sargent
2019-11-29
http: Shorten regexp matcher placeholders; allow "=/" for simple matcher
Matthew Holt
2019-11-28
http: path matcher supports exact matching with = prefix
Matthew Holt
2019-11-27
http: header matcher supports fast prefix and suffix matching (#2888)
Matthew Holt
2019-11-27
reverse_proxy: Add flush_interval to caddyfile syntax (#1460)
Matthew Holt
2019-11-27
admin: Preserve "@id" fields through partial changes (fixes #2902)
Matthew Holt
2019-11-18
reverse_proxy: Fix invalid argument to Intn in RandomChoice selection
v2.0.0-beta10
Matthew Holt
2019-11-16
file_server: Use HTTPS port when a qualifying domain is specified
Matthew Holt
2019-11-15
file_server: Optional pass_thru mode
Matthew Holt
2019-11-15
reverse_proxy: Allow buffering of client requests
Matthew Holt
2019-11-15
http: Only enable access logs if configured
Matthew Holt
2019-11-15
cmd: Disable admin endpoint for file-server and reverse-proxy commands
Matthew Holt
2019-11-15
cmd: Improve stop command by trying API before signaling process
Matthew Holt
2019-11-15
Minor cleanups
Matthew Holt
2019-11-15
http: Make path matcher case-insensitive
Matthew Holt
2019-11-11
core: Add tests to Replacer; fix panic (fixes #2852)
Matthew Holt
2019-11-11
core: Use port ranges to avoid OOM with bad inputs (#2859)
Mohammed Al Sahaf
2019-11-11
http: Add response headers to access logs
Matthew Holt
2019-11-11
http: Use permanent redirects for HTTP->HTTPS
Matthew Holt
2019-11-11
logging: Support placeholders in level and filename (#2872)
Sarat Chandra
[next]