roulette/cmd
Seednode e67752470d Add --fallback option to serve every file, even if no corresponding format is registered 2023-10-03 09:44:50 -05: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 Replace filepath.WalkDir() with recursive function based on os.ReadDir(), to skip unnecessary Stat() calls 2023-10-03 08:26:55 -05: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 Add --fallback option to serve every file, even if no corresponding format is registered 2023-10-03 09:44:50 -05:00
filters.go Make multiple filters actually function, instead of only applying the last filter 2023-09-26 16:37:28 -05:00
index.go Change /clear_cache endpoint to /rebuild_index 2023-09-28 10:35:01 -05:00
info.go Add pagination button to both bottom and top of html info pages when enabled 2023-09-30 08:51:13 -05:00
profile.go Preserve case of filter query params even without --case-sensitive, include filename in --verbose output for cache import/export 2023-09-28 06:15:10 -05:00
root.go Add --fallback option to serve every file, even if no corresponding format is registered 2023-10-03 09:44:50 -05:00
sort.go Split sorting types, methods, and functions into their own file 2023-09-28 03:39:16 -05:00
uri.go Preserve case of filter query params even without --case-sensitive, include filename in --verbose output for cache import/export 2023-09-28 06:15:10 -05:00
web.go Add --fallback option to serve every file, even if no corresponding format is registered 2023-10-03 09:44:50 -05:00