Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2025-04-25 | Fix some clippy lints | Sven-Hendrik Haase | 1 | -2/+2 | |
2025-03-20 | Add --directory-size flag to enable directory size calculation | Sven-Hendrik Haase | 1 | -2/+5 | |
This is turned off by default as it's potentially quite IO intensive, especially on HDDs. | |||||
2025-03-09 | Fix dir size calculation for percent-encoded paths with spaces | Sven-Hendrik Haase | 1 | -2/+10 | |
2025-03-07 | Add asynchronous directory size counting | Sven-Hendrik Haase | 1 | -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. |