Commit graph

394 commits

Author SHA1 Message Date
Seednode
158d304bee Remove unnecessary check for leading slash in JSON dump 2024-02-06 15:41:34 -06:00
Seednode
ca8818af78 Initial attempt at generating JSON tree for index dump 2024-02-06 15:26:28 -06:00
Seednode
8939f00653 Remove zstd encoder re-use, as it runs at fairly long intervals and isn't worth keeping the object alive 2024-02-06 10:12:55 -06:00
Seednode
cd9443a64b Updated transitive dependencies 2024-01-31 11:30:37 -06:00
Seednode
34cc53338f Move table style to <style> element to allow use of CSP nonce 2024-01-30 17:28:13 -06:00
Seednode
c926a9184e Remove transparency on images prior to loading page 2024-01-30 17:20:45 -06:00
Seednode
0baba06ace Temporarily remove CSP header for flash 2024-01-30 15:22:15 -06:00
Seednode
70275a734f Rework log messages for index rebuilds (scheduled and requested) 2024-01-30 14:38:05 -06:00
Seednode
3814e10f20 Change nonce length to a constant 2024-01-30 13:27:45 -06:00
Seednode
dbe3bbe0d6 Add CSP headers for all modules, though some are stricter than others 2024-01-30 13:22:42 -06:00
Seednode
352eb24c30 Add initial CSP header support (currently only for images and error pageS) 2024-01-30 13:07:59 -06:00
Seednode
b8171a535a Remove --binary-prefix and always use decimal prefixes; update Readme for clarity 2024-01-30 11:14:36 -06:00
Seednode
83809696ac Change --info to --api; /index/rebuild now requires POST instead of GET request; merge --ignore and --ignore-file 2024-01-30 10:12:05 -06:00
Seednode
3a6aaee236 Remove extraneous newline, why is this a commit? No idea 2024-01-30 06:42:59 -06:00
Seednode
dc3eda4047 Move index rebuild timer function into index.go 2024-01-30 06:25:14 -06:00
Seednode
efd28adbc3 Defer closing quit channel 2024-01-30 05:12:26 -06:00
Seednode
c87453d2f8 Update readme with info for --index-interval 2024-01-30 04:35:49 -06:00
Seednode
187a6569ff Add --index-interval for automatic index rebuilds 2024-01-30 04:27:18 -06:00
Seednode
9c590c9bc6 Specify 'charset=UTF-8' for all text/plain content type headers 2024-01-25 09:30:28 -06:00
Seednode
172fc38f18 Replace copied-in tzinfo database with -tags timetzdata 2024-01-19 14:56:40 -06:00
Seednode
993be0bb7a Changed --case-sensitive to --case-insensitive 2024-01-19 14:39:53 -06:00
Seednode
98c730e824 Set default concurrency to 1024, simplify setting Content-Length header 2024-01-15 09:41:11 -06:00
Seednode
76456f586d Remove --handlers, remove all logging unless --verbose is passed 2024-01-15 09:28:59 -06:00
Seednode
61060f7895 Remove --page-length and HTML index dump, fix media type identification 2024-01-15 08:51:41 -06:00
Seednode
06c6b70b2c Update release year 2024-01-14 12:39:14 -06:00
Seednode
7546c6257f Add garbage collection after every index rebuild, to test something 2024-01-14 10:12:24 -06:00
Seednode
ee09812376 Remove unused CompressionFormats variable 2024-01-14 10:00:34 -06:00
Seednode
6bd97f30c2 Re-use zstd encoder 2024-01-14 09:43:22 -06:00
Seednode
2f06ae3605 Remove non-zstd compression options 2024-01-14 09:29:22 -06:00
Seednode
7868f0d7ad Register all pprof endpoints 2024-01-14 09:06:22 -06:00
Seednode
4e85621335 Round all durations to microseconds 2024-01-11 03:36:16 -06:00
Seednode
e3e6aca2fa Set default concurrency back to 10240, as values above inode limits(?) cause panics currently 2024-01-11 03:21:10 -06:00
Seednode
ebb5e48d9a Move regex compilation to global variable 2024-01-10 13:07:50 -06:00
Seednode
9e458aa0bb Move regex compilation to global variable 2024-01-10 13:07:24 -06:00
Seednode
d568d10e78 Move walkPath() defers out to calling function, for more intuitive readability 2024-01-10 11:58:55 -06:00
Seednode
9b6d9464e6 Replace microsecond delay with another sync.WaitGroup 2024-01-09 17:36:25 -06:00
Seednode
6074b7e546 Re-add microsecond delay to walkPath() invocations 2024-01-09 17:17:26 -06:00
Seednode
431de92bbb Remove snappy, lz4, lzw, deflate, and gzip compression options 2024-01-09 13:39:08 -06:00
Seednode
656c74b883 Change lzw from LSB-first to MSB-first. This should probably be a major version bump, but who's using lzw, really 2024-01-08 17:42:13 -06:00
Seednode
e13c141c5c Move compression format slice variable from root.go => index.go 2024-01-08 16:00:37 -06:00
Seednode
56c6565cb1 Add error handling to all functions that can possibly return non-nil errors 2024-01-07 22:43:51 -06:00
Seednode
09bff1ed18 Skip calling IOReadCloser() method on zstd decoder for getReader() 2024-01-07 22:28:03 -06:00
Seednode
de94c5eb49 Redact admin prefix when registering profiling handlers, too 2024-01-07 22:25:00 -06:00
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
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