aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add --directory-size flag to enable directory size calculationSven-Hendrik Haase2025-03-203-21/+35
* fix: copy file if rename operation failsAlec Di Vito2025-03-121-7/+26
* Add link to miniserve GitHub to footerSven-Hendrik Haase2025-03-101-1/+4
* Merge pull request #1484 from ahti/animationsSven-Hendrik Haase2025-03-091-20/+2
|\
| * fix loading animation and row height jumping while loading dir sizesLukas Stabe2025-03-091-20/+2
* | Better formattingSven-Hendrik Haase2025-03-092-3/+6
|/
* Rewrite file traversal logic to not suffer from stack overflow problemSven-Hendrik Haase2025-03-091-24/+20
* Fix dir size calculation for percent-encoded paths with spacesSven-Hendrik Haase2025-03-093-6/+11
* Fix lints on WindowsSven-Hendrik Haase2025-03-071-0/+6
* For directory size counting, ignore inodes we've seen beforeSven-Hendrik Haase2025-03-071-5/+35
* Add asynchronous directory size countingSven-Hendrik Haase2025-03-078-25/+173
* Reformat everything with Rust 2024 editionSven-Hendrik Haase2025-03-075-12/+18
* Modernize actix-web middleware usageSven-Hendrik Haase2025-03-072-37/+30
* Upgrade to Rust 2024 editionSven-Hendrik Haase2025-03-076-15/+20
* Add healthcheck route at /__miniserve_internal/healthcheckSven-Hendrik Haase2025-03-072-7/+18
* Make exact byte formatting consistent with human formatSven-Hendrik Haase2025-03-061-2/+2
* change cli argsLzzzt2025-03-062-3/+24
* make the option effect raw modeLzzzt2025-03-033-9/+9
* Show File Size in BytesLzzzt2025-03-033-7/+26
* feat: validate temp dir exists through `value_parser` and fixed clippy issuesAlec Di Vito2025-03-023-25/+48
* feat: address comments; add in new argument (`temp-directory`); add comments ...Alec Di Vito2025-02-225-68/+188
* feat: implement temporary file uploads and tweak mobile designAlec Di Vito2025-02-174-43/+195
* Merge branch 'master' into upload-progress-barSven-Hendrik Haase2025-02-0710-72/+226
|\
| * Add date pill and sort links for mobile viewsFlat2025-02-061-1/+6
| * move favicon and css to stable, non-random routesLukas Stabe2025-02-061-4/+4
| * Make clippy happySven-Hendrik Haase2025-02-062-6/+3
| * add read-only webdav supportLukas Stabe2025-02-055-2/+145
| * Use Self where possibleadamnemecek2025-01-035-20/+20
| * Fix formattingSven-Hendrik Haase2024-10-111-1/+5
| * Prefix OVERWRITE_FILES env varSven-Hendrik Haase2024-10-111-1/+1
| * Add missing `|` to `USERINFO` setcyqsimon2024-09-211-1/+2
| * Remove non-compliant `BASE` setcyqsimon2024-09-211-2/+1
| * Make URL encoding fully WHATWG-compliantcyqsimon2024-09-151-4/+14
| * Fix lintsSven-Hendrik Haase2024-09-121-2/+1
| * Merge pull request #1442 from Atreyagaurav/masterSven-Hendrik Haase2024-09-121-1/+1
| |\
| | * Don't show mkdir option when the directory is not upload allowedGaurav Atreya2024-07-141-1/+1
| * | Bump depsSven-Hendrik Haase2024-07-201-7/+11
| |/
| * Fix typos in CLIZakhary Kaplan2024-06-261-1/+1
| * Bump rustls to v0.23Sven-Hendrik Haase2024-06-092-16/+7
| * Remove explicit dependency on httpSven-Hendrik Haase2024-06-094-6/+7
* | chore: clean upAlec Di Vito2024-06-062-5/+4
* | feat: Added HTML and Javascript progress bar when uploading filesAlec Di Vito2024-06-065-13/+261
|/
* Improve documentation for the --header parameter (#1389)orwithout2024-04-261-1/+6
* Bump depsSven-Hendrik Haase2024-04-261-1/+2
* fix missing drag-form when dragging file in to browserchaibiq2024-04-161-1/+1
* Bump depsSven-Hendrik Haase2024-03-281-1/+0
* Merge pull request #1329 from dyc3/disable-indexingSven-Hendrik Haase2024-02-014-1/+20
|\
| * tweak doc commentCarson McManus2024-02-011-2/+2
| * move check for disable_indexingCarson McManus2024-01-301-9/+8
| * Revert "completely disable the listing renderer when indexing is disabled"Carson McManus2024-01-301-15/+3