Seednode
|
f0378f09e0
|
Change default concurrency from max int64 to math.MaxInt32
|
2024-01-06 09:47:07 -06:00 |
Seednode
|
6f29f89acf
|
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 |
Seednode
|
560868ab75
|
Remove import alias for pierrec/lz4
|
2024-01-05 21:48:40 -06:00 |
Seednode
|
59cbd25e7c
|
Add --compression-fast to use fastest compression method instead of best
|
2024-01-05 21:42:22 -06:00 |
Seednode
|
965d3deb8d
|
Add support for snappy and lz4 compression
|
2024-01-05 21:30:08 -06:00 |
Seednode
|
fac4412c5c
|
Add --compression, to allow specifying compression format for index file
|
2024-01-05 20:39:05 -06:00 |
Seednode
|
646c962e5d
|
Add 1 microsecond delay to each call to walkPath() to fix incorrect filesMatched stat
|
2024-01-05 20:03:49 -06:00 |
Seednode
|
60ec29612b
|
Add --redact option to hide admin prefix in log output
|
2024-01-05 19:00:15 -06:00 |
Seednode
|
5167ff457e
|
Allow empty paths, notifying if no valid files are found
|
2024-01-05 18:50:45 -06:00 |
Seednode
|
ccff56d28d
|
Rename scanStatsChannel => scanStats, add workaround for occasionally missing single file when indexing
|
2024-01-05 07:29:16 -06:00 |
Seednode
|
89637c12b2
|
Close zstd encoder before reading file info, to ensure accurate file size reporting for index file
|
2024-01-04 12:43:26 -06:00 |
Seednode
|
b90f6cfc64
|
Updated transitive dependencies
|
2024-01-04 08:43:52 -06:00 |
Seednode
|
9e2b4ad9c3
|
Add --binary-prefix to output IEC binary prefixes instead of SI decimal prefixes
|
2024-01-03 12:37:32 -06:00 |
Seednode
|
01032aaab9
|
Remove max concurrency hard limit
|
2024-01-01 11:51:28 -06:00 |
Seednode
|
e032be0936
|
Set default concurrency from 1024->8192, replace chan int with chan struct{} for concurrency limits
|
2024-01-01 11:36:19 -06:00 |
Seednode
|
127e0ffe22
|
Restrict --admin-prefix values to same character set as --ignore-file
|
2023-12-31 16:04:54 -06:00 |
Seednode
|
3702cac56e
|
Properly escape '-' in ignore filename pattern
|
2023-12-31 15:57:39 -06:00 |
Seednode
|
843e54c36a
|
Add -_ to supported character list for ignore filename
|
2023-12-31 15:54:43 -06:00 |
Seednode
|
23fe33fbd3
|
Add support for configurable ignore-file name
|
2023-12-31 15:50:13 -06:00 |
Seednode
|
afd2c8acd7
|
Updated transitive dependencies
|
2023-12-27 20:31:18 -06:00 |
Seednode
|
75abffda62
|
Add admin prefix to first/prev/next/last links in info pages
|
2023-12-22 10:22:42 -06:00 |
Seednode
|
01191f7443
|
Sort configuration options for rootCmd
|
2023-12-17 09:07:41 -06:00 |
Seednode
|
14adbdf742
|
Add concurrency limits; add optional admin path prefix
|
2023-12-17 06:35:03 -06:00 |
Seednode
|
fef51438c0
|
Append newline to index rebuild HTTP response; remove unneeded error handling for index rebuild handler registration
|
2023-12-17 05:28:24 -06:00 |
Seednode
|
e9a3ae5e58
|
Restructure variable initializations
|
2023-12-17 05:16:46 -06:00 |
Seednode
|
eaed4f11ef
|
Add --ignore, to skip directories
|
2023-12-07 10:34:19 -06:00 |
Seednode
|
aa6cb2aeef
|
Allow --fallback as sole format option
|
2023-11-13 17:31:00 -06:00 |
Seednode
|
4d384eb4dc
|
Replaced HTML escape character for single quote with URL encoding
|
2023-11-07 20:34:39 -06:00 |
Seednode
|
0c45103fbd
|
Wait no actually single quotes specifically do need to be escaped
|
2023-11-07 20:32:20 -06:00 |
Seednode
|
be2c118284
|
Now we can combine three different types of quotation marks
|
2023-11-07 20:26:14 -06:00 |
Seednode
|
77e98c1f52
|
Wait it was just an issue of single quotes versus double quotes, because single quotes are valid in filenames
|
2023-11-07 20:22:14 -06:00 |
Seednode
|
0d43dbeeb1
|
Probably shouldn't use a URL-encoded character in my placeholder, huh
|
2023-11-07 20:14:27 -06:00 |
Seednode
|
e22c171b29
|
Terrible workaround for not URL-encoding path separators
|
2023-11-07 20:11:19 -06:00 |
Seednode
|
9953bb50dc
|
URL-encode file paths for first/prev/next/last buttons with sorted files
|
2023-11-07 20:04:48 -06:00 |
Seednode
|
00b8af42fe
|
Add --all to accepted format list
|
2023-11-06 15:34:47 -06:00 |
Seednode
|
b5566eee27
|
Only apply filtering when --filtering is passed
|
2023-11-05 14:03:34 -06:00 |
Seednode
|
61ea0b9670
|
Replace default --image flag with MarkFlagsOneRequired() from spf13/cobra
|
2023-11-05 08:23:49 -06:00 |
Seednode
|
d902368845
|
Add first/prev/next/last buttons to sorted content
|
2023-10-20 17:18:35 -05:00 |
Seednode
|
9274162b4b
|
Only pass Fun value to Type{} if it has an actual effect
|
2023-10-19 09:44:41 -05:00 |
Seednode
|
8dcd03e07f
|
Updated transitive dependencies
|
2023-10-17 20:38:45 -05:00 |
Seednode
|
dec38c8758
|
Fix prev/next buttons for info pages, add support for --prefix to the same
|
2023-10-09 21:52:06 -05:00 |
Seednode
|
81d7e60d0c
|
Restructure endpoints to be more structured, bump major version
|
2023-10-09 10:13:15 -05:00 |
Seednode
|
c6941f1336
|
Rename mime types to media types, change endpoints accordingly
|
2023-10-09 09:47:17 -05:00 |
Seednode
|
9633239b69
|
Spacebar now also resumes automatic refreshing
|
2023-10-09 08:17:32 -05:00 |
Seednode
|
f36c0cc999
|
Spacebar now pauses automatic page refreshing
|
2023-10-08 17:38:09 -05:00 |
Seednode
|
9d789cb439
|
Rework filewalk function yet again
|
2023-10-05 16:33:23 -05:00 |
Seednode
|
1c04c8291e
|
Reword 'Selecting from' as 'Selected' when indexing files
|
2023-10-05 11:18:21 -05:00 |
Seednode
|
17abb25e74
|
Split scanPaths stat counter incrementing into separate goroutines
|
2023-10-04 21:54:06 -05:00 |
Seednode
|
9844f4a2e1
|
Add new --fun flag, add comments to Type interface
|
2023-10-04 17:33:03 -05:00 |
Seednode
|
9ae0aa60d3
|
Use int returned from w.Write() instead of calculating length of []byte
|
2023-10-04 15:47:43 -05:00 |
Seednode
|
84c25310da
|
Replace single-value registered format struct with the map value itself
|
2023-10-04 14:09:49 -05:00 |
Seednode
|
5dc218c60e
|
Remove timestamp from error output, allow min/max file count value of 0
|
2023-10-03 15:00:32 -05:00 |
Seednode
|
7d1ae04849
|
Possible fix for alt text flickering before image load in Firefox
|
2023-10-03 11:17:59 -05:00 |
Seednode
|
5a37bf3beb
|
Exit early from path validation if checks pass, instead of completing the loop
|
2023-10-03 11:07:58 -05:00 |
Seednode
|
e67752470d
|
Add --fallback option to serve every file, even if no corresponding format is registered
|
2023-10-03 09:44:50 -05:00 |
Seednode
|
13440f6a4e
|
Apply normalization to paths before passing to list for index
|
2023-10-03 09:28:00 -05:00 |
Seednode
|
900b59155b
|
Replace filepath.WalkDir() with recursive function based on os.ReadDir(), to skip unnecessary Stat() calls
|
2023-10-03 08:26:55 -05:00 |
Seednode
|
64133afe33
|
Make entire canvas clickable link on not found/error pages
|
2023-10-01 10:11:13 -05:00 |
Seednode
|
10a3f0927d
|
Add pagination button to both bottom and top of html info pages when enabled
|
2023-09-30 08:51:13 -05:00 |
Seednode
|
8c4633f40f
|
Load timezone before displaying first log output, to ensure consistent timestamps
|
2023-09-30 07:49:40 -05:00 |
Seednode
|
fa1e3d126f
|
Simplify type registration system
|
2023-09-29 14:36:11 -05:00 |
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
|
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
|
5d866a74e3
|
Add option for case-sensitive filters
|
2023-09-25 11:15:49 -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
|
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
|
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 |