Fast and extensible multi-platform HTTP/1-2-3 web server with automatic HTTPS
COMMITS
/ admin.go April 16, 2024
C
chore: fix some typos in comments (#6243)
coderwander committed
April 14, 2024
M
caddytls: Upgrade ACMEz to v2; support ZeroSSL API; various fixes (#6229)
Matt Holt committed
April 11, 2024
H
admin: Make `Etag` a header, not a trailer (#6208)
Hayder committed
March 30, 2024
H
admin: Use xxhash for etag (#6207)
Hayder committed
October 11, 2023
N
admin: Respond with 4xx on non-existing config path (#5870)
Norman Soetbeer committed
August 7, 2023
J
ci: Use gofumpt to format code (#5707)
Jacob Gadikian committed
August 2, 2023
M
core: Allow loopback hosts for admin endpoint (fix #5650) (#5664)
Matt Holt committed
July 21, 2023
M
core: Refine mutex during reloads (fix #5628) (#5645)
Matt Holt committed
July 11, 2023
M
caddytls: Reuse certificate cache through reloads (#5623)
Matt Holt committed
May 10, 2023
M
Add doc comment about changing admin endpoint
Matthew Holt committed
February 6, 2023
F
admin: Add `CADDY_ADMIN` env var to override the default (#5332)
Francis Lavoie committed
November 24, 2022
B
admin: set certmagic cache logger (#5173)
bit committed
November 23, 2022
B
admin: fix certificate renewal for admin (#5169)
bit committed
September 29, 2022
C
admin: Use replacer on listen addresses (#5071)
Cory Cooper committed
September 28, 2022
M
core: Refactor and improve listener logic (#5089)
Matt Holt committed
September 2, 2022
M
notify: Don't send ready after error (fix #5003)
Matthew Holt committed
August 26, 2022
W
admin: Don't stop old server if new one fails (#4964)
WeidiDeng committed
August 2, 2022
F
chore: Bump up to Go 1.19, minimum 1.18 (#4925)
Francis Lavoie committed
August 1, 2022
M
caddyhttp: Implement `caddy respond` command (#4870)
Matt Holt committed
July 12, 2022
J
admin: expect quoted ETags (#4879)
jhwz committed
July 6, 2022
J
admin: support ETag on config endpoints (#4579)
jhwz committed
March 25, 2022
M
go.mod: Upgrade CertMagic to v0.16.0
Matthew Holt committed
March 4, 2022
M
core: Retry dynamic config load if config unchanged
Matthew Holt committed
March 3, 2022
M
core: Retry dynamic config load if error or no-op (#4603)
Matthew Holt committed
March 2, 2022
F
pki: Implement API endpoints for certs and `caddy trust` (#4443)
Francis Lavoie committed
March 1, 2022
M
core: Config LoadInterval -> LoadDelay for clarity
Matthew Holt committed
February 11, 2022
A
admin: Write proper status on invalid requests (#4569) (fix #4561)
Alok Naushad committed
February 15, 2022
M
admin: Enforce and refactor origin checking
Matthew Holt committed
January 6, 2022
M
admin: Require identity for remote (fix #4478)
Matthew Holt committed
November 29, 2021
F
caddyhttp: Split up logged remote address into IP and port (#4403)
Francis Lavoie committed
September 29, 2021
K
Move from deprecated ioutil to os and io packages (#4364)
KallyDev committed
August 16, 2021
S
admin: Sync server variables (fix #4260) (#4274)
Steven Angles committed
July 28, 2021
June 3, 2021
M
admin: Replace admin cert cache when reloading (fix #4184)
Matthew Holt committed
May 19, 2021
M
admin: Reinstate internal redirect for /id/ requests
Matthew Holt committed
April 5, 2021
C
notify: Send all sd_notify signals from main caddy process (#4060)
Carl George committed
January 27, 2021
M
admin: Identity management, remote admin, config loaders (#3994)
Matt Holt committed
November 22, 2020
D
ci: Use golangci's github action for linting (#3794)
Dave Henderson committed
September 26, 2020
D
admin: lower log level to Debug for /metrics requests (#3749)
Dave Henderson committed
September 23, 2020
D
metrics: Always track method label in uppercase (#3742)
Dave Henderson committed
September 17, 2020
D
metrics: Initial integration of Prometheus metrics (#3709)
Dave Henderson committed
July 31, 2020
May 21, 2020
M
admin: Disallow websockets
Matthew Holt committed
May 13, 2020
M
cmd: Add pidfile support (closes #3235)
Matthew Holt committed
May 12, 2020
M
all: Recover from panics in goroutines
Matthew Holt committed
April 16, 2020
M
admin: Disable host checking if wildcard interface is specified
Matthew Holt committed
April 10, 2020
M
admin: Always enforce Host header checks
Matthew Holt committed
April 8, 2020
M
chore: make the linter happier (#3245)
Mohammed Al Sahaf committed
March 24, 2020
M
admin: Fix regex for removing @id fields (closes #3187)
Matthew Holt committed
March 21, 2020
M
caddyconfig: register adapters as Caddy modules (#3132)
Mohammed Al Sahaf committed