aboutsummaryrefslogtreecommitdiffstats
path: root/tests/serve_request.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2025-03-07Add asynchronous directory size countingSven-Hendrik Haase1-0/+3
2025-03-07Reformat everything with Rust 2024 editionSven-Hendrik Haase1-56/+84
2025-03-07Upgrade to Rust 2024 editionSven-Hendrik Haase1-1/+1
2025-03-07Add healthcheck route at /__miniserve_internal/healthcheckSven-Hendrik Haase1-0/+19
2025-02-06move favicon and css to stable, non-random routesLukas Stabe1-3/+3
2025-02-06Get rid of server_no_stderrSven-Hendrik Haase1-13/+13
2025-02-06Make symlinks into global fixturesSven-Hendrik Haase1-22/+9
2025-01-10Reorganize imports to be more consistentSven-Hendrik Haase1-8/+10
2024-06-09Bump reqwest to v0.12Sven-Hendrik Haase1-1/+1
2024-06-09Remove explicit dependency on httpSven-Hendrik Haase1-1/+1
2024-01-30tweak test assertionsCarson McManus1-1/+5
2024-01-30add unit testsCarson McManus1-0/+31
2023-08-06Add pretty urlsNorberto Lopes1-0/+18
2022-12-30Run cargo fmtSven-Hendrik Haase1-4/+2
2022-12-19Fix lintsSven-Hendrik Haase1-15/+15
2022-09-15Check for directories in default request testSven-Hendrik Haase1-0/+3
2022-09-14Fix typosKian-Meng Ang1-2/+2
2022-07-28Apply suggestions from code reviewzhoupeiheng1-2/+23
2022-07-20Fix testcyqsimon1-1/+1
2022-05-18Fix security issue with --no-symlinksSven-Hendrik Haase1-21/+27
2022-02-06Fix route_prefix for css and faviconAli MJ Al-Nasrawy1-4/+4
2021-12-29Implement --route-prefix to set specific route prefixjikstra1-0/+15
2021-10-26Add test for --spaSven-Hendrik Haase1-5/+22
2021-08-30Implement show symlink destinationDean Li1-4/+15
2021-08-29Fix stderr output in test index_fallback_to_listingSven-Hendrik Haase1-3/+4
2021-08-29list directory if index not foundAli MJ Al-Nasrawy1-0/+11
2021-08-26new partial-injection syntaxAli MJ Al-Nasrawy1-2/+2
2021-08-26address commentsAli MJ Al-Nasrawy1-4/+8
2021-08-26tests: Refactor!Ali MJ Al-Nasrawy1-87/+23
2021-04-11Test for --no-symlink optionAli MJ Al-Nasrawy1-8/+18
2021-04-06Test URL encoding for special charactersAli MJ Al-Nasrawy1-0/+6
2021-03-31Test for symlink directories and filesAli MJ Al-Nasrawy1-0/+64
2021-03-28Fix testsSven-Hendrik Haase1-2/+3
2021-03-20Add negative test for hidden directoriesSven-Hendrik Haase1-0/+31
2021-03-20Finish up --hidden featureSven-Hendrik Haase1-7/+2
2021-03-07Add option to show hidden filesSven-Hendrik Haase1-1/+52
2020-08-25Bump Dockerfile nightly versionSven-Hendrik Haase1-1/+0
2020-08-24Fix formattingSven-Hendrik Haase1-0/+1
2020-08-24Try to fix file names on WindowsSven-Hendrik Haase1-1/+0
2020-08-24Fix double-escaping (fixes #354)Sven-Hendrik Haase1-1/+8
2020-07-20cargo fmtSven-Hendrik Haase1-1/+1
2020-06-29Cast port to u16Isaac Parker1-3/+2
2020-06-28Bind to random port when port 0 specifiedIsaac Parker1-0/+26
2020-03-11Format everythingSven-Hendrik Haase1-3/+5
2020-03-11Bump reqwests to v0.10Sven-Hendrik Haase1-3/+3
2020-02-03specify port to avoid test conflictEli Flanagan1-1/+3
2019-09-25add a test for missing index fileEli Flanagan1-1/+26
2019-07-14Remove unnecessary importSven-Hendrik Haase1-1/+0
2019-07-07Also check directories in testsSven-Hendrik Haase1-3/+16
2019-05-01Make tests into their own proper modules without star importsSven-Hendrik Haase1-1/+10