aboutsummaryrefslogtreecommitdiffstats
path: root/tests/api.rs (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-04-25Fix some clippy lintsSven-Hendrik Haase1-2/+2
2025-03-20Add --directory-size flag to enable directory size calculationSven-Hendrik Haase1-2/+5
This is turned off by default as it's potentially quite IO intensive, especially on HDDs.
2025-03-09Fix dir size calculation for percent-encoded paths with spacesSven-Hendrik Haase1-2/+10
2025-03-07Add asynchronous directory size countingSven-Hendrik Haase1-0/+53
This is enabled by default and without an option to toggle it off as it's asynchronous and shouldn't block the server thread.