caddy/modules/caddyhttp/fileserver
Christian Mehlmauer 2adc763020
fileserver: speed up directory browsing for large directories (#7903)
* improve fileserver performance and allocations
* skip instead of fatal
* fix comment
* implement more suggestions
* use filesystems.OsFS instead of os.DirFS
* fmt
* remove outdated benchmarks
2026-08-01 00:38:04 +10:00
..
testdata caddyhttp: omit Last-Modified for unusable mod times (#7740) 2026-05-20 16:19:11 +10:00
browse.go fileserver: speed up directory browsing for large directories (#7903) 2026-08-01 00:38:04 +10:00
browse.html browse: Update Caddy logo 2026-06-20 13:45:10 -06:00
browsetplcontext.go fileserver: speed up directory browsing for large directories (#7903) 2026-08-01 00:38:04 +10:00
browsetplcontext_bench_test.go fileserver: speed up directory browsing for large directories (#7903) 2026-08-01 00:38:04 +10:00
browsetplcontext_test.go
caddyfile.go fileserver: append repeated `hide` subdirectives instead of overwriting (#7817) 2026-06-13 22:44:19 +10:00
command.go
matcher.go
matcher_test.go
staticfiles.go chore: clean up wording and typo fixes (#7745) 2026-05-20 16:36:30 +10:00
staticfiles_test.go encode: add standard benchmark and conformance harness (#7804) 2026-06-11 17:55:18 -06:00