Commit Graph

379 Commits

Author SHA1 Message Date
Seednode 71497198fa Remove -c shorthand for --index, update PGO profile 2023-09-29 08:31:35 -05:00
Seednode 09ccf91a39 Change /clear_cache endpoint to /rebuild_index 2023-09-28 10:35:01 -05:00
Seednode 3c9f5095f9 Bump version to v2.0.0 due to breaking change with --cache -> -index 2023-09-28 10:16:18 -05:00
Seednode 1d0e4634c7 Rename cache to index for more accurate terminology 2023-09-28 10:09:45 -05:00
Seednode 19c2e616fc Rework verbose output for visual consistency 2023-09-28 07:29:33 -05:00
Seednode 0e8ac8cdc5 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
Seednode 4d8b47a6e3 Remove trailing ellipsis after displaying bound socket 2023-09-28 04:50:08 -05:00
Seednode c8dcc58c1a Release first stable version! 2023-09-28 04:42:30 -05:00
Seednode 602f344654 Split sorting types, methods, and functions into their own file 2023-09-28 03:39:16 -05:00
Seednode c57bb9c4c2 Sorting now supports arbitrary numbering length, so long as it is sequential 2023-09-28 03:36:26 -05:00
Seednode abe3dbb54f Rename variables for consistency's sake 2023-09-28 02:47:43 -05:00
Seednode c11ddae546 Fix capitalization of Serve->SERVE, fix double cache export 2023-09-27 19:01:18 -05:00
Seednode 1b84606232 Remove debug statements, update PGO profile 2023-09-26 16:47:01 -05:00
Seednode 64e756f6a3 Make multiple filters actually function, instead of only applying the last filter 2023-09-26 16:37:28 -05:00
Seednode 9a2bf05790 Ensure listen port log entry displays before cache import 2023-09-26 16:11:40 -05:00
Seednode 88a8aff135 Return to pass-by-value instead of globals, to make Sean happy 2023-09-26 15:50:16 -05:00
Seednode 5e1a957541 Update readme 2023-09-26 05:30:39 -05:00
Seednode 81b2d4a7b4 Capitalize logging prefixes, limit values to math.MaxInt32 2023-09-26 05:29:55 -05:00
Seednode f7376e89b9 Add basic validation for max/min file count and scan values 2023-09-26 04:03:52 -05:00
Seednode 935021e464 Replace uint/uint16/uint32 values with int, declare errors as variables 2023-09-26 03:49:20 -05:00
Seednode a1d041dedc Add flags to modify max concurrency directory and file scans 2023-09-26 03:34:50 -05:00
Seednode 974a4c79fc Fix inverted functionality of --case-sensitive flag, but actually apply the change when filtering 2023-09-25 17:13:31 -05:00
Seednode 271714f1de Fix inverted functionality of --case-sensitive flag 2023-09-25 17:08:40 -05:00
Seednode 55953c649b Updated readme 2023-09-25 17:06:41 -05:00
Seednode 5d866a74e3 Add option for case-sensitive filters 2023-09-25 11:15:49 -05:00
Seednode e4ade4532b Updated transitive dependencies 2023-09-18 19:44:06 -05:00
Seednode 173e1528be Rewrite filewalk functions, add (incomplete) to logging when -v|--verbose is passed and a broken pipe error is received 2023-09-16 20:15:39 -05:00
Seednode 823bc2095d Update PGO profile 2023-09-16 18:07:03 -05:00
Seednode 280656993d Fix scan stats to be both consistent and actually accurate 2023-09-16 18:04:44 -05:00
Seednode 16d1428a52 Display bytes written to response instead of size of files being served in logs 2023-09-15 15:30:52 -05:00
Seednode 7d49a86e70 Format inline file sizes with humanReadableSize() 2023-09-15 15:19:56 -05:00
Seednode d4cf9cfa4f Add Type() method to types.Type, to allow displaying served file size for both embedded and inline files 2023-09-15 15:13:45 -05:00
Seednode e67384caeb Remove test statement accidentally left in (oops) 2023-09-15 14:37:35 -05:00
Seednode 1ed9df3932 Add log channel, add --exit-on-error option 2023-09-15 14:28:21 -05:00
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
Seednode 0d252d0456 Remove atomic int usage and some mutexes, replace with channels 2023-09-15 13:51:04 -05:00
Seednode ba827430bb Change --theme to --code-theme 2023-09-15 01:31:23 -05:00
Seednode 90a480fad4 Simplify caching, allow use of filters with cache 2023-09-15 01:06:52 -05:00
Seednode 76b4053240 Apply format validation even when caching is disabled 2023-09-14 22:39:51 -05:00
Seednode 5ab6d1ee85 Add custom theme support 2023-09-14 22:13:21 -05:00
Seednode fb74fa36f1 Update PGO profile 2023-09-14 21:43:24 -05:00
Seednode 0b62009fa3 Remove debug argument 2023-09-14 21:13:12 -05:00
Seednode bc268db233 Remove svg from image handler, remove line numbers from code handler 2023-09-14 21:09:19 -05:00
Seednode 28bc560098 Add more languages for code syntax highlighting 2023-09-14 21:02:48 -05:00
Seednode 8923a4c14d Fix validation of files when in cache/not cached mode 2023-09-14 19:10:55 -05:00
Seednode aaee51e9a4 Add syntax highlighting for code 2023-09-14 17:37:22 -05:00
Seednode 6b70741a68 Replace --refresh-interval flag with --refresh 2023-09-14 00:07:54 -05:00
Seednode 0e7cb2bb36 Updated readme with new usage info for --refresh-interval 2023-09-14 00:05:31 -05:00
Seednode 99ec1d7ebd Allow toggling of page refreshInterval 2023-09-14 00:01:50 -05:00
Seednode a94b7e208d Remove html from text handler, add yaml/toml/sh/ps1 2023-09-13 23:32:02 -05:00