Commit Graph

440 Commits

Author SHA1 Message Date
Seednode e2356c180f Readded checks in prepareDirectory to avoid redirect issue with sort=asc 2023-02-18 13:38:18 -06:00
Seednode ce4c1e8171 Added --stats-file to README 2023-02-18 13:00:53 -06:00
Seednode d05550a991 Preallocate slices when possible, remove unnecessary check when sortOrder is provided 2023-02-18 13:00:08 -06:00
Seednode e638e2709a Updated transitive dependencies 2023-02-16 14:12:56 -06:00
Seednode b89ffcce81 Updated transitive dependencies 2023-02-09 09:39:28 -06:00
Seednode 537633a030 Added persistent stats file 2023-02-08 07:50:40 -06:00
Seednode 9087cf6b4d Replaced log.Fatal() with fmt.Println() and return for non-critical functions 2023-02-07 07:39:04 -06:00
Seednode 6a532e5511 Stats page should actually be sorted now 2023-02-06 12:23:59 -06:00
Seednode 4fc20f1de8 Added freebsd/riscv64 build target 2023-02-06 09:26:54 -06:00
Seednode 3c47841e90 Added licenses for new dependencies 2023-02-05 14:53:47 -06:00
Seednode 18c9ea2688 Removed typo 2023-02-05 14:49:18 -06:00
Seednode 7aad799b15 Updated entry for --stats, which replaces -d|--debug 2023-02-05 14:42:31 -06:00
Seednode 5e723bb097 Rewrote readme for cache-file 2023-02-05 14:37:25 -06:00
Seednode ae1a1bbc5e Added zstd compression for cache file 2023-02-05 14:34:22 -06:00
Seednode d2794c721f Removed commented-out old rand source initialization 2023-02-04 23:47:09 -06:00
Seednode 69c4ccfc97 Added support for persistent index file 2023-02-04 23:44:31 -06:00
Seednode 2f92089191 Replaced Run with RunE in rootcmd, to cascade errors back to main Execute() 2023-01-27 13:20:07 -06:00
Seednode 335f6bffde Combined root variable declarations into a block, changed increment/decrement functions to unexported 2023-01-27 13:17:13 -06:00
Seednode 635df29fbc All methods that might mutate state changed to unexported, and all fields set to unexported by default 2023-01-27 10:06:10 -06:00
Seednode 2a6c6b48d4 Reverted changes that entirely broke debug, keeping change to printf strings 2023-01-24 19:06:27 -06:00
Seednode 93fa3640ef Reverted changes that entirely broke debug, keeping change to printf strings 2023-01-24 19:06:15 -06:00
Seednode 3cb2e81ec7 Rearranged functions into alphabetical order 2023-01-24 12:03:26 -06:00
Seednode da5bdfe765 Replaced %v with more specific format string in printf calls 2023-01-24 10:13:09 -06:00
Seednode fa5ae95cb3 Renamed cache handler 2023-01-23 17:41:18 -06:00
Seednode 359ded19f2 Set all functions that modify state to unexported 2023-01-23 17:30:33 -06:00
Seednode 04d253c1e6 Log accesses to /_/stats and reduce verbosity of GenerateCache() 2023-01-21 16:37:32 -06:00
Seednode 66f6069d96 Directly call getFileList() when generating cache, instead of pickFile() 2023-01-21 16:20:35 -06:00
Seednode 3bf3c5b5ed Moved struct and method declarations to the appropriate source files 2023-01-21 16:08:59 -06:00
Seednode 7c40d62496 Sped up indexing when caching is enabled but filters are applied, added RWMutex to Index struct 2023-01-21 10:27:35 -06:00
Seednode 340b637baf Added Get() and Set() functions for file index 2023-01-21 09:35:23 -06:00
Seednode fcdb81a9b7 Fixed double-scanning with cache enabled 2023-01-20 22:42:44 -06:00
Seednode 6c888ba20a Added filesize and timestamps to debug JSON output 2023-01-20 18:14:07 -06:00
Seednode 2f81e540e2 Corrected small typo in README 2023-01-19 20:57:18 -06:00
Seednode 0f4c4845b2 JSON output for stats is now pretty-printed and sorted alphabetically 2023-01-19 20:31:02 -06:00
Seednode 6bb779d1bc Clarified wording for how cache works 2023-01-19 15:00:29 -06:00
Seednode bb3924edb7 Build against 1.20rc3 because we live on the edge 2023-01-19 12:46:50 -06:00
Seednode 71bedaf9e8 Changed json keys to lower-case 2023-01-19 12:40:33 -06:00
Seednode ed748a9b8c Corrected usage message 2023-01-19 12:12:40 -06:00
Seednode 1a4496b788 Added stats endpoint 2023-01-19 12:07:15 -06:00
Seednode 979a9e4d4c Added 200 Ok response when clearing cache 2023-01-18 19:14:39 -06:00
Seednode 42734cda62 Added /clear_cache endpoint to regenerate cache on demand 2023-01-18 12:11:23 -06:00
Seednode b96ee8ac99 Removed mutually exclusive flag from cache and filter, now cache is bypassed if filters are supplied 2023-01-18 11:50:29 -06:00
Seednode b5c4534151 Corrected typo in readme 2023-01-18 11:20:47 -06:00
Seednode 0906bd6769 Updated copyright year 2023-01-18 11:19:29 -06:00
Seednode 19fa332ced Cached mode now generates cache on first run, not first HTTP request, to improve initial response time 2023-01-18 11:18:01 -06:00
Seednode 7929209eed Clarified that refresh interval must be positive and non-zero 2023-01-18 10:57:55 -06:00
Seednode d343be7253 Added support for time.Duration refresh intervals, instead of just integer seconds 2023-01-18 09:58:14 -06:00
Seednode 701d0c2666 Updated transitive dependencies 2023-01-05 20:44:01 -06:00
Seednode 8ddbe8b2c6 Replaced <= 0 with < 1 for readability's sake 2022-12-20 18:24:07 -06:00
Seednode cf79bc1d3d Moved determining real IP address to its own function 2022-12-20 18:17:33 -06:00