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
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
listeners.go
Age
Commit message (
Expand
)
Author
2024-03-21
chore: Update quic-go to v0.42.0 (#6176)
Marten Seemann
2023-10-16
core: Apply SO_REUSEPORT to UDP sockets (#5725)
Matt Holt
2023-10-16
core: quic listener will manage the underlying socket by itself (#5749)
WeidiDeng
2023-08-14
ci: use gci linter (#5708)
Jacob Gadikian
2023-08-07
ci: Use gofumpt to format code (#5707)
Jacob Gadikian
2023-08-06
cmd: Split unix sockets for admin endpoint addresses (#5696)
Emily
2023-06-30
core: Embed net.UDPConn to gain optimizations (#5606)
WeidiDeng
2023-06-24
core: Skip `chmod` for abstract unix sockets (#5596)
Emily
2023-06-23
core: Add optional unix socket file permissions (#4741)
Emily
2023-06-21
Appease linter
v2.7.0-beta.2
Matthew Holt
2023-06-21
Fix compile on Windows, hopefully
Matthew Holt
2023-06-21
core: Properly preserve unix sockets (fix #5568)
Matthew Holt
2023-05-30
update quic-go to v0.35.0 (#5560)
Marten Seemann
2023-05-10
caddyhttp: Update quic's TLS configs after reload (#5517) (fix #4849)
WeidiDeng
2023-05-03
acmeserver: Configurable `resolvers`, fix smallstep deprecations (#5500)
Francis Lavoie
2023-03-09
caddyhttp: Enable 0-RTT QUIC (#5425)
Marten Seemann
2023-02-08
core: Support Windows absolute paths for UDS proxy upstreams (#5114)
Steffen Brüheim
2023-02-06
chore: Build with Go 1.20, keep minimum at 1.18 for now (#5353)
Francis Lavoie
2022-09-29
core: Fix ListenQUIC listener key conflict
Matthew Holt
2022-09-28
core: Refactor and improve listener logic (#5089)
Matt Holt
2022-09-08
Very minor tweaks
Matthew Holt
2022-09-08
core: Check error on ListenQUIC
Matthew Holt
2022-09-02
core: Refactor listeners; use SO_REUSEPORT on Unix (#4705)
Matt Holt
2022-09-01
core: Plugins can register listener networks (#5002)
Matt Holt
2022-08-17
core: Change net.IP to netip.Addr; use netip.Prefix (#4966)
WilczyńskiT
2022-08-15
caddyhttp: Enable HTTP/3 by default (#4707)
Matt Holt
2022-08-04
Replace strings.Index usages with strings.Cut (#4930)
WilczyńskiT
2022-08-03
httpserver: Configurable shutdown delay (#4906)
Matt Holt
2022-07-25
httpcaddyfile: Detect ambiguous site definitions (fix #4635)
Matthew Holt
2022-05-12
chore: Bump quic-go to v0.27.0 (#4782)
世界
2022-03-22
Fix http3 servers dying after reload (#4654)
Artem Mikheev
2022-01-19
More explanatory error message from Listen (#4534)
Forest Johnson
2022-01-10
Fix lint warnings
Matthew Holt
2022-01-10
core: Simplify shared listeners, fix deadline bug
Matthew Holt
2021-02-16
caddy: Support SetReadBuffer and SyscallConn for QUIC (fix #3998)
Matthew Holt
2020-11-22
ci: Use golangci's github action for linting (#3794)
Dave Henderson
2020-04-16
admin: Disable host checking if wildcard interface is specified
Matthew Holt
2020-04-10
admin: Always enforce Host header checks
Matthew Holt
2020-04-07
core: Rename ParsedAddress -> NetworkAddress
Matthew Holt
2020-03-15
caddyhttp: Add support for listener wrapper modules
Matthew Holt
2020-01-03
v2: housekeeping: address minor lint complaints (#2957)
Mohammed Al Sahaf
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-11-15
Minor cleanups
Matthew Holt
2019-11-11
core: Use port ranges to avoid OOM with bad inputs (#2859)
Mohammed Al Sahaf
2019-11-04
core: Synchronize calls to SetDeadline within fakeCloseListener
Matthew Holt
2019-10-11
reverse_proxy: Allow dynamic backends (closes #990 and #1539)
Matthew Holt
2019-09-10
Experimental IETF-standard HTTP/3 support (known issue exists) (#2727)
Matt Holt
2019-09-05
Reconcile upstream dial addresses and request host/URL information
Matthew Holt
2019-09-02
reverse_proxy: WIP refactor and support for FastCGI
Matthew Holt
[next]