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
/
fileserver
/
staticfiles.go
Age
Commit message (
Expand
)
Author
2023-05-22
fileserver: Don't set Etag if mtime is 0 or 1 (close #5548) (#5550)
Matt Holt
2023-05-20
fileserver: Only set Etag if not already set (fix #5546) (#5547)
Charles Duffy
2023-04-26
caddyhttp: Impl `ResponseWriter.Unwrap()`, prep for Go 1.20's `ResponseContro...
Kévin Dunglas
2023-03-03
fileserver: Remove trailing slash on fs filenames (#5417)
esell
2022-10-24
fileserver: Reject non-GET/HEAD requests (close #5166) (#5167)
Matt Holt
2022-10-18
fileserver: Reject ADS and short name paths; trim trailing dots and spaces on...
Matt Holt
2022-10-04
fileserver: Treat invalid file path as NotFound (#5099)
xufanglu
2022-09-16
core: Variadic Context.Logger(); soft deprecation
Matthew Holt
2022-09-05
Drop requirement for filesystems to implement fs.StatFS
Dave Henderson
2022-09-05
fileserver: Support glob expansion in file matcher (#4993)
Matt Holt
2022-08-16
caddyhttp: Smarter path matching and rewriting (#4948)
Matt Holt
2022-08-08
fileserver: Better fix for Etag of compressed files
Matthew Holt
2022-08-08
fileserver: Generate Etag from sidecar file
Matthew Holt
2022-08-02
chore: Bump up to Go 1.19, minimum 1.18 (#4925)
Francis Lavoie
2022-07-30
fileserver: Support virtual file systems (#4909)
Matt Holt
2022-04-07
staticfiles: Expand placeholder for index files (#4679)
Y.Horie
2021-12-05
docs: use backticks to not italicise glob path (#4460)
Adam Burgess
2021-09-16
fileserver: properly handle escaped/non-ascii paths (#4332)
Mohammed Al Sahaf
2021-06-25
fileserver: Clarify docs about canonicalization
Matthew Holt
2021-06-17
caddyhttp: Refactor and export SanitizedPathJoin for use in fastcgi (#4207)
Matt Holt
2021-06-17
fileserver: Only redirect if filename not rewritten (fix #4205)
Matthew Holt
2021-06-16
fileserver: Don't persist parsed template (fix #4202)
Matthew Holt
2021-06-14
Revert "fileserver: Redirect within the original URL (#4179)"
Matthew Holt
2021-06-07
fileserver: Redirect within the original URL (#4179)
diamondburned
2021-04-30
fileserver: Share template logic for both `templates` and `file_server browse...
Jason Du
2021-04-29
fileserver: Better handling of HTTP status override (#4132)
Francis Lavoie
2021-04-08
fileserver: Add status code override (#4076)
Francis Lavoie
2021-03-29
encode,staticfiles: Content negotiation, precompressed files (#4045)
Steffen Brüheim
2021-03-19
fileserver: Add a few more debug lines (#4063)
Francis Lavoie
2021-03-01
fileserver: Don't replace in request paths (fix #4027)
Matthew Holt
2020-11-26
fileserver: Add debug logging
Matthew Holt
2020-11-24
fileserver: Preserve transformed root (fix #3838)
Matthew Holt
2020-11-22
ci: Use golangci's github action for linting (#3794)
Dave Henderson
2020-11-02
fileserver: Improve and clarify file hiding logic (#3844)
Matt Holt
2020-09-16
fileserver: Fix try_files for directories; windows fix (#3684)
Francis Lavoie
2020-09-11
fileserver: Improve file hiding logic for directories and prefixes
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-10
v2: Module documentation; refactor LoadModule(); new caddy struct tags (#2924)
Matt Holt
2019-11-16
file_server: Use HTTPS port when a qualifying domain is specified
Matthew Holt
2019-11-15
file_server: Optional pass_thru mode
Matthew Holt
2019-10-28
v2: Logging! (#2831)
Matt Holt
2019-09-09
file_server: Enforce URL canonicalization (closes #2741)
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
Add error & subroute handlers; weakString; other minor handler changes
Matthew Holt
2019-07-09
Flatten HTTP handler config (#2662)
Matthew Holt
2019-07-07
Fix error handling with Validate when loading modules (fixes #2658)
Matthew Holt
2019-07-02
go.mod: Append /v2 to module name; update all import paths
Matthew Holt
[next]