roulette/cmd
Seednode f5eb1f56f4 Replace int for Maximum/MinimumFileCount with uint, since there should never be negative values and default value overflows otherwise 2023-09-15 13:53:12 -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
cache.go Remove atomic int usage and some mutexes, replace with channels 2023-09-15 13:51:04 -05:00
errors.go Changed all variables to non-exported by default 2023-09-13 09:26:15 -05:00
favicons.go Changed all variables to non-exported by default 2023-09-13 09:26:15 -05:00
files.go Replace int for Maximum/MinimumFileCount with uint, since there should never be negative values and default value overflows otherwise 2023-09-15 13:53:12 -05:00
filters.go Simplify caching, allow use of filters with cache 2023-09-15 01:06:52 -05:00
info.go Add --prefix flag for easy reverse proxying 2023-09-13 23:24:29 -05:00
profile.go Add --prefix flag for easy reverse proxying 2023-09-13 23:24:29 -05:00
root.go Replace int for Maximum/MinimumFileCount with uint, since there should never be negative values and default value overflows otherwise 2023-09-15 13:53:12 -05:00
uri.go Replace --refresh-interval flag with --refresh 2023-09-14 00:07:54 -05:00
web.go Change --theme to --code-theme 2023-09-15 01:31:23 -05:00