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
/
encode
/
encode.go
Age
Commit message (
Expand
)
Author
2023-08-02
encode: Fix infinite recursion (#5672)
Francis Lavoie
2023-08-02
caddyhttp: Make use of `http.ResponseController` (#5654)
Francis Lavoie
2023-04-26
caddyhttp: Impl `ResponseWriter.Unwrap()`, prep for Go 1.20's `ResponseContro...
Kévin Dunglas
2023-03-06
encode: flush status code when hijacked. (#5419)
WeidiDeng
2022-12-20
encode: Respect Cache-Control no-transform (#5257)
darkweak
2022-09-21
encode: don't WriteHeader unless called (#5060)
WeidiDeng
2022-09-15
encode: Fix Accept-Ranges header; HEAD requests (#5039)
WeidiDeng
2022-08-02
chore: Bump up to Go 1.19, minimum 1.18 (#4925)
Francis Lavoie
2021-08-31
encode: ignore flushing until after first write (#4318)
Steffen Brüheim
2021-03-29
encode,staticfiles: Content negotiation, precompressed files (#4045)
Steffen Brüheim
2020-11-22
ci: Use golangci's github action for linting (#3794)
Dave Henderson
2020-02-27
Fix typos (#3087)
Success Go
2019-12-23
Improve godocs all around
Matthew Holt
2019-12-10
v2: Module documentation; refactor LoadModule(); new caddy struct tags (#2924)
Matt Holt
2019-09-14
Eliminate some TODOs
Matthew Holt
2019-09-13
encode: Fix bug where default status code was being written
Matthew Holt
2019-08-21
Refactor Caddyfile adapter and module registration
Matthew Holt
2019-08-09
Implement config adapters and beginning of Caddyfile adapter
Matthew Holt
2019-08-07
Part 1: Optimize using compiler's inliner (#2687)
Dominik Braun
2019-07-11
Flatten HTTP handler config (#2662) (#2663)
Matt Holt
2019-07-02
go.mod: Append /v2 to module name; update all import paths
Matthew Holt
2019-06-30
encode: Add "Vary" response header
Matthew Holt
2019-06-30
Add license
Matthew Holt
2019-06-29
Fix encoder name bug; remove unused field in encode middleware struct
Matthew Holt
2019-06-27
Implement etag; fix related bugs in encode and templates middlewares
Matthew Holt
2019-06-21
Various bug fixes and minor improvements
Matthew Holt
2019-06-18
Implement templates handler; various minor cleanups and bug fixes
Matthew Holt
2019-06-14
Rename caddy2 -> caddy
Matthew Holt
2019-06-10
Implement encode middleware (#2)
Matt Holt