roulette/cmd
Seednode 787d3880ec Fix typo (lz5 => lz4) in compression format list, change http server error output for consistency with other errors 2024-01-06 09:52:38 -06:00
..
favicons Recompressed favicons to save space, and replaced multiple favicon handler functions with a single catchall 2023-05-30 19:13:02 -05:00
errors.go Add support for snappy and lz4 compression 2024-01-05 21:30:08 -06:00
favicons.go Return to pass-by-value instead of globals, to make Sean happy 2023-09-26 15:50:16 -05:00
files.go Continue scanning instead of aborting on fs.ErrPermission or fs.ErrNotExist; add --debug flag to view output from those errors; initialize error logging earlier in setup 2024-01-06 09:41:30 -06:00
filters.go Only apply filtering when --filtering is passed 2023-11-05 14:03:34 -06:00
index.go Continue scanning instead of aborting on fs.ErrPermission or fs.ErrNotExist; add --debug flag to view output from those errors; initialize error logging earlier in setup 2024-01-06 09:41:30 -06:00
info.go Add admin prefix to first/prev/next/last links in info pages 2023-12-22 10:22:42 -06:00
profile.go Add concurrency limits; add optional admin path prefix 2023-12-17 06:35:03 -06:00
refresh.go Spacebar now also resumes automatic refreshing 2023-10-09 08:17:32 -05:00
root.go Fix typo (lz5 => lz4) in compression format list, change http server error output for consistency with other errors 2024-01-06 09:52:38 -06:00
sort.go Replaced HTML escape character for single quote with URL encoding 2023-11-07 20:34:39 -06:00
uri.go Allow --fallback as sole format option 2023-11-13 17:31:00 -06:00
web.go Continue scanning instead of aborting on fs.ErrPermission or fs.ErrNotExist; add --debug flag to view output from those errors; initialize error logging earlier in setup 2024-01-06 09:41:30 -06:00