Seednode
|
172db15454
|
Updated transitive dependencies
|
2023-08-08 17:12:34 -05:00 |
Seednode
|
53ee79b87f
|
Reworked favicon and error page handlers
|
2023-08-05 21:38:28 -05:00 |
Seednode
|
5901e7e1e6
|
Updated transitive dependencies
|
2023-08-05 10:31:34 -05:00 |
Seednode
|
526e8e15d6
|
Added --maximum-files and --minimum-files flags, changed structure for stats struct
|
2023-08-02 13:29:37 -05:00 |
Seednode
|
6e451afb7d
|
Updated transitive dependencies
|
2023-08-02 12:42:33 -05:00 |
Seednode
|
7c93fc8c37
|
Added explicit timezone loading
|
2023-07-17 07:41:32 -05:00 |
Seednode
|
871851d138
|
Updated transitive dependencies
|
2023-07-05 13:03:36 -05:00 |
Seednode
|
ed44487604
|
Updated transitive dependencies
|
2023-07-03 12:07:25 -05:00 |
Seednode
|
830e661223
|
Removed explicit w.WriteHeader(http.StatusOK) calls in favor of implicit
|
2023-06-22 05:10:40 -05:00 |
Seednode
|
40ed9889f9
|
Added HTTP 500 response on all failed requests, instead of not sending any response
|
2023-06-20 10:24:12 -05:00 |
Seednode
|
7ca86c19fd
|
Added strings.ToLower() to all stable sorts to ensure intuitive ordering
|
2023-06-20 09:02:13 -05:00 |
Seednode
|
780bed087d
|
HTML debug sort is now case-insensitive
|
2023-06-19 14:34:30 -05:00 |
Seednode
|
e834547867
|
Updated transitive dependencies
|
2023-06-14 09:01:40 -05:00 |
Seednode
|
c5e6723bfa
|
Added formatting to HTML debug page, for easier reading
|
2023-06-13 19:40:29 -05:00 |
Seednode
|
911708b95c
|
Open files to export as O_WRONLY instead of O_RDWR
|
2023-06-13 08:50:13 -05:00 |
Seednode
|
9a23387a6b
|
Added favicon to HTML debug page
|
2023-06-09 15:56:03 -05:00 |
Seednode
|
9c668ea04d
|
Significantly increased timeouts so clear_cache doesn't error out
|
2023-06-03 19:49:58 -05:00 |
Seednode
|
d2368884b7
|
Formatting cleanup for return values
|
2023-06-03 18:45:32 -05:00 |
Seednode
|
7780b8eaa9
|
Added strings.TrimPrefix to refererUri so sorting works with the new setup
|
2023-06-03 18:37:06 -05:00 |
Seednode
|
3d8d4c3869
|
Fixed hyperlinks in /html endpoint
|
2023-06-03 18:14:53 -05:00 |
Seednode
|
1df552bc1e
|
Updated debug endpoint paths in readme
|
2023-06-03 18:09:17 -05:00 |
Seednode
|
72e41ba413
|
Added version endpoint
|
2023-06-03 15:51:08 -05:00 |
Seednode
|
abae8ba4c1
|
Replaced net/http with julienschmidt/httprouter and removed (broken) video support, changed stats/debug endpoints
|
2023-06-03 13:29:49 -05:00 |
Seednode
|
29afaa3025
|
Changed wording of file count
|
2023-06-02 21:04:06 -05:00 |
Seednode
|
99ad647614
|
Added file count to HTML debug endpoint
|
2023-06-02 21:00:44 -05:00 |
Seednode
|
4679208eae
|
Replace fmt.Println() + os.Exit(1) with log.Fatal() in error handler, error out if no useful paths are passed in
|
2023-05-31 13:01:24 -05:00 |
Seednode
|
af9b79878f
|
Switched back from go-chi to net/http, explicitly declared mux and http.Server
|
2023-05-31 12:43:07 -05:00 |
Seednode
|
8fc7084098
|
Recompressed favicons to save space, and replaced multiple favicon handler functions with a single catchall
|
2023-05-30 19:13:02 -05:00 |
Seednode
|
229aaa7da2
|
Added embedded favicons, and replaced default mux with go-chi
|
2023-05-30 18:47:26 -05:00 |
Seednode
|
c31518d932
|
Added first served/last served/most served stats to /_/stats
|
2023-05-12 09:05:14 -05:00 |
Seednode
|
7184542cb6
|
Updated transitive dependencies
|
2023-05-11 23:22:31 -05:00 |
Seednode
|
f6ac4b6e2b
|
Added ?sort=asc when opening link via HTML debug page
|
2023-05-08 20:21:39 -05:00 |
Seednode
|
3e1fb6be6a
|
Added video support
|
2023-05-08 20:05:10 -05:00 |
Seednode
|
f92384f0ce
|
Updated copyright year
|
2023-05-08 15:43:27 -05:00 |
Seednode
|
2da8e79adb
|
Updated transitive dependencies
|
2023-05-08 15:40:52 -05:00 |
Seednode
|
5f78094498
|
Simplified handler function structure
|
2023-05-08 13:12:51 -05:00 |
Seednode
|
4be011755b
|
Added -b|--bind to bind to specific address
|
2023-05-08 11:45:57 -05:00 |
Seednode
|
5beb1fc858
|
--debug now requires --cache, exits with error if not provided
|
2023-05-08 11:16:19 -05:00 |
Seednode
|
5fdfaee80d
|
Split /_/debug endpoint into /_/html and /_/json, formatted accordingly
|
2023-05-08 09:10:13 -05:00 |
Seednode
|
8dae3865c0
|
Renamed /_/index to /_/debug, and adjusted readme accordingly
|
2023-04-28 13:31:07 -05:00 |
Seednode
|
84af467feb
|
Debug index output is now sorted
|
2023-04-28 13:26:47 -05:00 |
Seednode
|
9cd9c286c2
|
Added -d|--debug flag and /_/index endpoint
|
2023-04-28 13:19:07 -05:00 |
Seednode
|
5f3557614d
|
Updated transitive dependencies
|
2023-04-18 09:17:14 -05:00 |
Seednode
|
c85cd55598
|
Fixed redirect URIs with relative input paths (e.g. ../../test) and --cache enabled
|
2023-04-11 07:19:06 -05:00 |
Seednode
|
15e2cc52cc
|
Added check for empty input paths
|
2023-04-11 04:44:18 -05:00 |
Seednode
|
290395d0eb
|
Updated transitive dependencies
|
2023-04-10 15:53:01 -05:00 |
Seednode
|
d4fce270cf
|
Updated transitive dependencies
|
2023-04-06 11:55:40 -05:00 |
Seednode
|
6ad4bd5592
|
Updated transitive dependencies
|
2023-04-05 04:45:50 -05:00 |
Seednode
|
9101680c8b
|
Updated transitive dependencies
|
2023-03-13 11:32:01 -05:00 |
Seednode
|
72967395e1
|
Updated transitive dependencies
|
2023-03-06 08:09:30 -06:00 |