Commit graph

484 commits

Author SHA1 Message Date
Seednode
494f9271f4 Updated readme 2023-09-10 21:08:51 -05:00
Seednode
2f1cfe28d0 Added support for toggling each of audio|image|video support 2023-09-10 21:05:35 -05:00
Seednode
32bd20522a Added audio file support 2023-09-10 21:02:03 -05:00
Seednode
8d0d271f79 Added mime type tags to <img> and <video> 2023-09-10 20:41:08 -05:00
Seednode
8fa4a7c652 Corrected all references to image->media/file 2023-09-10 20:29:11 -05:00
Seednode
928bbb8c53 Added video support 2023-09-10 20:23:48 -05:00
Seednode
c5d0eb3b36 Re-added openbsd builds, even though those will not be truly statically linked 2023-09-10 12:43:23 -05:00
Seednode
9ff8245683 Updated licenses 2023-09-10 12:37:01 -05:00
Seednode
caf1b1889c Replaced math/rand with crypto/rand 2023-09-10 12:16:50 -05:00
Seednode
d869a375ab Removed redundant isImage check 2023-09-10 11:27:55 -05:00
Seednode
30eead7e2f Cleaned up pagination calculations 2023-09-09 23:27:40 -05:00
Seednode
1e11515b58 Fixed typo in readme section header 2023-09-09 21:28:24 -05:00
Seednode
c47ff755a5 Added readme info about --roulette 2023-09-09 21:27:57 -05:00
Seednode
53d14ff279 Remove file from filesystem and cache at same time during serveStaticFile() 2023-09-09 21:17:17 -05:00
Seednode
26475ed491 Moved warning for --russian earlier in init process 2023-09-09 21:00:58 -05:00
Seednode
8bbfd36a09 Added --russian flag, fixed issue where last image in cache would never be served 2023-09-09 20:57:50 -05:00
Seednode
e4a4cb6bcd Remove unused debug statement, update usage info for --page-length 2023-09-09 19:47:44 -05:00
Seednode
425857af84 Fixed pagination for stats, was using query parameter instead of httprouter parameter 2023-09-09 00:25:04 -05:00
Seednode
d2d87e010d Added --page-length flag to readme usage info 2023-09-09 00:09:26 -05:00
Seednode
e170990e83 Added pagination to debug and stats endpoints 2023-09-09 00:06:28 -05:00
Seednode
e4142bf832 Added --profile option to README 2023-09-08 00:51:13 -05:00
Seednode
5d86be871f Added initial PGO test 2023-09-08 00:20:06 -05:00
Seednode
fc0c9974b1 Simplified alphanumeric regex 2023-09-07 16:20:48 -05:00
Seednode
e023001dc0 Output builds for all platforms which allow statically linked Go binaries 2023-09-06 17:51:21 -05:00
Seednode
2e842e6a0a Rearranged ServePage() to be more intuitive in order of operations 2023-09-06 17:31:05 -05:00
Seednode
05f8084089 Removed unused Stat type, removed unused regex for durations, replaced strings.Builder with string constant for favicon html 2023-09-06 11:53:19 -05:00
Seednode
de9bc0af97 Added --profile flag for net/http/pprof 2023-09-06 10:15:11 -05:00
Seednode
ec8b5c9c7f Import net/http/pprof 2023-09-06 09:06:44 -05:00
Seednode
72c161c4f3 Updated transitive dependencies 2023-09-05 12:38:59 -05:00
Seednode
a4de013f5e Fixed link in readme 2023-09-05 10:20:04 -05:00
Seednode
23f52c4426 Set executable bit for build script 2023-09-05 08:22:15 -05:00
Seednode
e93dafd08a Combined Docker repo into main repo 2023-09-05 08:22:06 -05:00
Seednode
38c947e90d Updated transitive dependencies 2023-09-03 12:20:36 -05:00
Seednode
ba016a86a3 Added -trimpath to build flags 2023-08-30 21:09:10 -05:00
Seednode
6ff79b1817 Added option to force refreshInterval from command line, and added minimum interval of 500ms 2023-08-21 15:38:56 -05:00
Seednode
9b250416d9 Reworked port uint16-to-string conversion 2023-08-13 18:07:45 -05:00
Seednode
6678d0af36 Completely broke serveStats, whoops 2023-08-13 17:43:35 -05:00
Seednode
01629da407 Replaced uint64 with uint32 2023-08-13 17:29:28 -05:00
Seednode
77f14ea71b Replaced atomic convenience wrappers with suggested versions 2023-08-13 17:02:09 -05:00
Seednode
368a249024 Bumped Go version to 1.21 2023-08-11 21:32:40 -05:00
Seednode
6a18376f2e Added basic script to build in Docker to use newer version 2023-08-11 21:07:14 -05:00
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