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
/
server.go
Age
Commit message (
Expand
)
Author
2022-04-11
reverseproxy: Add `_ms` placeholders for proxy durations (#4666)
Francis Lavoie
2022-03-11
requestbody: Return HTTP 413 (fix #4558)
Matthew Holt
2022-03-04
caddyhttp: Honor wildcard hosts in log SkipHosts (#4606)
Matt Holt
2022-02-19
caddyhttp: Always log handled errors at debug level (#4584)
Francis Lavoie
2022-01-19
caddyhttp: Reject absurd methods (#4538)
Matt Holt
2022-01-12
caddyhttp: Return HTTP 421 for mismatched Host header (#4023)
rayjlinden
2021-12-02
caddyhttp: Make logging of credential headers opt-in (#4438)
Francis Lavoie
2021-11-29
logging: Remove common_log field and single_field encoder (#4149) (#4282)
Matt Holt
2021-11-22
caddyhttp: Log non-500 handler errors at debug level (#4429)
Francis Lavoie
2021-07-14
logging: Prep for `common_log` removal (#4149)
Francis Lavoie
2021-07-14
caddyhttp: Fix edgecase with auto HTTP->HTTPS logic (#4243)
Francis Lavoie
2021-04-19
caddyhttp: Implement better logic for inserting the HTTP->HTTPS redirs (#4033)
Francis Lavoie
2021-03-29
caddyhttp: improve grammar of comment for AllowH2C (#4072)
Simão Gomes Viana
2020-12-02
Minor comments
Matthew Holt
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-10-13
caddyhttp: Restore original request params before error handlers (#3781)
Matt Holt
2020-09-17
metrics: Fix hidden panic while observing with bad exemplars (#3733)
Dave Henderson
2020-06-26
caddyhttp: Better host matching for logger names (fix #3488) (#3522)
Matt Holt
2020-05-11
caddyhttp: Match hostnames with wildcards to loggers (#3378)
Gregory Dosh
2020-05-11
caddyhttp: Minor refactoring for preparing requests
Matthew Holt
2020-05-05
httpserver: Add experimental H2C support (#3289)
Matt Holt
2020-04-28
caddyhttp: Better duration logging
Matthew Holt
2020-04-28
caddyhttp: General improvements to access logging (#3301)
Matt Holt
2020-04-26
caddyhttp: Fix listener overlap detection on Linux
Matthew Holt
2020-04-22
caddyhttp: Fix common_log format's user ID placeholder (#3300)
Francis Lavoie
2020-04-21
docs: Minor improvements
Matthew Holt
2020-04-10
caddyhttp: Add nil check (fixes #3248 and fixes #3250)
Matthew Holt
2020-04-08
caddyhttp: Fix logging name associations by adding a default
Matthew Holt
2020-03-30
Keep type information with placeholders until replacements happen
Matthew Holt
2020-03-24
caddyhttp: Specify default access log for a server (fix #3185)
Matthew Holt
2020-03-15
caddyhttp: Add support for listener wrapper modules
Matthew Holt
2020-02-27
Couple of minor docs tweaks
Matthew Holt
2020-02-25
Expose TLS placeholders (#2982)
Cameron Moore
2020-02-14
Minor tweaks to docs/comments
Matthew Holt
2020-01-13
http: Refactor automatic HTTPS (fixes #2972)
Matthew Holt
2020-01-09
http: Change routes to sequential matcher evaluation (#2967)
Matt Holt
2019-12-29
Improve docs, especially w.r.t. placeholders and template actions
Matthew Holt
2019-12-29
Export Replacer and use concrete type instead of interface
Matthew Holt
2019-12-23
Improve godocs all around
Matthew Holt
2019-12-12
Minor improvements; comments and shorter placeholders & module IDs
Matthew Holt
2019-12-10
v2: Module documentation; refactor LoadModule(); new caddy struct tags (#2924)
Matt Holt
2019-12-04
Fix misspellings (#2908)
lu4p
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-05
http: Eliminate allocation in cloneURL; add RemoteAddr to origRequest
Matthew Holt
2019-11-04
Prepare for beta 9 tag
Matthew Holt
2019-11-04
http: Only log handler errors >= 500
Matthew Holt
2019-10-31
http: Ensure server loggers are not nil (fixes #2849)
Matthew Holt
2019-10-30
http: Avoid panic if handler errors lack underlying error value
Matthew Holt
[next]