aboutsummaryrefslogtreecommitdiffstats
path: root/tests/api.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix some clippy lintsSven-Hendrik Haase2025-04-251-2/+2
|
* Add --directory-size flag to enable directory size calculationSven-Hendrik Haase2025-03-201-2/+5
| | | | This is turned off by default as it's potentially quite IO intensive, especially on HDDs.
* Fix dir size calculation for percent-encoded paths with spacesSven-Hendrik Haase2025-03-091-2/+10
|
* Add asynchronous directory size countingSven-Hendrik Haase2025-03-071-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.