aboutsummaryrefslogtreecommitdiffhomepage
path: root/modules/caddyhttp/server.go
AgeCommit message (Expand)Author
2024-04-22logging: Fix default access logger (#6251)Francis Lavoie
2024-04-17caddyhttp: record num. bytes read when response writer is hijacked (#6173)WeidiDeng
2024-04-16caddyhttp: Support multiple logger names per host (#6088)Francis Lavoie
2024-03-29caddyhttp: close quic connections when server closes (#6202)WeidiDeng
2024-03-21chore: Update quic-go to v0.42.0 (#6176)Marten Seemann
2024-03-21caddyhttp: Accept XFF header values with ports, when parsing client IP (#6183)Francis Lavoie
2024-03-05logging: Implement `log_append` handler (#6066)Francis Lavoie
2024-02-14caddyhttp: Register post-shutdown callbacks (#5948)Matt Holt
2024-02-13caddyhttp: Only attempt to enable full duplex for HTTP/1.x (#6102)Francis Lavoie
2024-01-25chore: Update quic-go to v0.41.0, bump Go minimum to 1.21 (#6043)Marten Seemann
2024-01-13caddyhttp: Security enhancements for client IP parsing (#5805)Nebez Briefkani
2023-11-01Revert "caddyhttp: Use sync.Pool to reduce lengthReader allocations (#5848)" ...Mohammed Al Sahaf
2023-10-16caddyhttp: Use sync.Pool to reduce lengthReader allocations (#5848)Harish Shan
2023-10-16core: quic listener will manage the underlying socket by itself (#5749)WeidiDeng
2023-08-14ci: use gci linter (#5708)Jacob Gadikian
2023-08-09ci: Update to Go 1.21 (#5719)Matt Holt
2023-08-07templates: Fix httpInclude (fix #5698)Matthew Holt
2023-08-02caddyhttp: Make use of `http.ResponseController` (#5654)v2.7.0Francis Lavoie
2023-06-13caddyhttp: Support custom network for HTTP/3 (#5573)Dominik Roos
2023-05-19caddyhttp: Fix h3 shutdown (#5541)WeidiDeng
2023-05-16caddyhttp: Implement named routes, `invoke` directive (#5107)v2.7.0-beta.1Francis Lavoie
2023-05-11caddyhttp: Add a getter for Server.name (#5531)jjiang-stripe
2023-04-27logging: Add traceID field to access logs when tracing is active (#5507)Dave Henderson
2023-04-10caddyhttp: Serve http2 when listener wrapper doesn't return *tls.Conn (#4929)WeidiDeng
2023-03-27caddyhttp: Log request body bytes read (#5461)Francis Lavoie
2023-03-27caddyhttp: Determine real client IP if trusted proxies configured (#5104)Francis Lavoie
2023-02-06caddyhttp: Pluggable trusted proxy IP range sources (#5328)Francis Lavoie
2023-02-06chore: Build with Go 1.20, keep minimum at 1.18 for now (#5353)Francis Lavoie
2023-01-10caddyhttp: Add server-level `trusted_proxies` config (#5103)Francis Lavoie
2022-10-13httpcaddyfile: Improve detection of indistinguishable TLS automation policies...v2.6.2Matt Holt
2022-10-05logging: Fix `skip_hosts` with wildcards (#5102)Francis Lavoie
2022-09-28core: Refactor and improve listener logic (#5089)Matt Holt
2022-09-21Tweak some commentsv2.6.1Matthew Holt
2022-09-16caddyhttp: Support configuring Server from handler provisioning (#4933)WeidiDeng
2022-09-16caddyhttp: Make metrics opt-in (#5042)Matt Holt
2022-09-15caddyhttp: Add 'skip_log' var to omit request from logs (#4691)Francis Lavoie
2022-09-08Very minor tweaksMatthew Holt
2022-09-02core: Refactor listeners; use SO_REUSEPORT on Unix (#4705)Matt Holt
2022-09-02Minor style adjustments for HTTP redir loggingMatthew Holt
2022-09-01caddyhttp: Copy logger config to HTTP server during AutoHTTPS (#4990)Francis Lavoie
2022-09-01core: Plugins can register listener networks (#5002)Matt Holt
2022-08-31caddyhttp: Disable draft versions of QUICMatthew Holt
2022-08-31events: Implement event system (#4912)Francis Lavoie
2022-08-23caddyhttp: Fix for nil `handlerErr.Err` (#4977)Francis Lavoie
2022-08-22caddyhttp: Set `http.error.message` to the HandlerError message (#4971)Francis Lavoie
2022-08-15caddyhttp: Enable HTTP/3 by default (#4707)Matt Holt
2022-08-03httpserver: Configurable shutdown delay (#4906)Matt Holt
2022-08-02chore: Bump up to Go 1.19, minimum 1.18 (#4925)Francis Lavoie
2022-08-01caddyhttp: Implement `caddy respond` command (#4870)Matt Holt
2022-04-11reverseproxy: Add `_ms` placeholders for proxy durations (#4666)Francis Lavoie