81d7e60d0c
Restructure endpoints to be more structured, bump major version
c6941f1336
Rename mime types to media types, change endpoints accordingly
9633239b69
Spacebar now also resumes automatic refreshing
9d789cb439
Rework filewalk function yet again
3e6ad89ea4
Updated transitive dependencies
f0bcafb645
Update PGO profile
17abb25e74
Split scanPaths stat counter incrementing into separate goroutines
9844f4a2e1
Add new --fun flag, add comments to Type interface
9ae0aa60d3
Use int returned from w.Write() instead of calculating length of []byte
84c25310da
Replace single-value registered format struct with the map value itself
5dc218c60e
Remove timestamp from error output, allow min/max file count value of 0
97f5bddafa
Update PGO profile
7d1ae04849
Possible fix for alt text flickering before image load in Firefox
5a37bf3beb
Exit early from path validation if checks pass, instead of completing the loop
e67752470d
Add --fallback option to serve every file, even if no corresponding format is registered
13440f6a4e
Apply normalization to paths before passing to list for index
900b59155b
Replace filepath.WalkDir() with recursive function based on os.ReadDir(), to skip unnecessary Stat() calls
10a3f0927d
Add pagination button to both bottom and top of html info pages when enabled
8c4633f40f
Load timezone before displaying first log output, to ensure consistent timestamps
fa1e3d126f
Simplify type registration system
71497198fa
Remove -c shorthand for --index, update PGO profile
fdf1c4d338
Start implementing the new Model and Mesh types with the renderer
9d6d51af83
Load materials from gltf
c02ebc6d9c
Remove -c shorthand for --index
7aeae50bf5
Update PGO profile
2a7d4e71cc
Fix indexing running on start when --index is not passed
495ebedc4d
Move licenses into vendoring
a096b6fb77
Fix indexing running on start when --index is not passed
194847fba0
Replace filepath.WalkDir() with fastwalk.Walk()
09ccf91a39
Change /clear_cache endpoint to /rebuild_index
3c9f5095f9
Bump version to v2.0.0 due to breaking change with --cache -> -index
0e8ac8cdc5
Preserve case of filter query params even without --case-sensitive, include filename in --verbose output for cache import/export
4d8b47a6e3
Remove trailing ellipsis after displaying bound socket
c8dcc58c1a
Release first stable version!
602f344654
Split sorting types, methods, and functions into their own file
c57bb9c4c2
Sorting now supports arbitrary numbering length, so long as it is sequential