aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-05-14Fix arg formattingSven-Hendrik Haase1-1/+2
2020-05-10rename variables correctlymarawan ragab1-6/+6
2020-05-10make sure archiving is opt-inmarawan ragab5-16/+42
2020-05-08small improvment to buffer usagemarawan ragab1-13/+6
2020-05-03Add zip download functionality for windows usersmarawan ragab1-0/+151
2020-03-11Format everythingSven-Hendrik Haase4-21/+23
2020-03-09Fix deprecated stuffSven-Hendrik Haase3-13/+13
2020-03-02Ignore clippy warningDamian2-2/+2
2020-03-02Added option to disable archivesDamian4-3/+37
2020-02-03add Lucretiel's documentation suggestionEli Flanagan2-2/+8
2019-12-20Fixed clippy warningsDamian2-3/+3
2019-11-22Compare paths instead of stringsboastful-squirrel1-1/+1
2019-11-21added missing head tagboastful-squirrel1-44/+46
2019-11-21Fix html elements orderboastful-squirrel1-1/+1
2019-09-30Make clippy happySven-Hendrik Haase1-3/+5
2019-09-27Improve logging behaviorSven-Hendrik Haase1-4/+12
It will now fall back to basic logging if no proper terminal is attached as opposed to just failing silently.
2019-09-21Actually make use of pretty_assertionsSven-Hendrik Haase2-20/+13
2019-09-21Remove explicit clap dependency in favor of structopt's re-exported versionSven-Hendrik Haase1-1/+1
2019-09-14fix typoEli Flanagan2-2/+2
2019-09-13warn user if provided index file is not foundEli Flanagan1-0/+8
2019-09-12change to path option for configurabilityEli Flanagan2-8/+8
2019-09-09use actix-web method for static indexEli Flanagan1-4/+2
2019-09-08wire up arguments, index.html serving still brokenEli Flanagan2-0/+12
2019-09-06add a default index serving optionEli Flanagan1-0/+4
2019-09-03Upgrade to structopt 0.3Sven-Hendrik Haase1-9/+9
2019-08-16Fix Clippy warningboastful-squirrel1-0/+1
2019-08-16Fix indentationboastful-squirrel1-1/+1
2019-08-16Cleanupboastful-squirrel1-2/+1
2019-08-16Do not 'back to listing' link when random route is setboastful-squirrel2-8/+12
2019-08-16Fix HTMLboastful-squirrel1-101/+104
2019-07-25Upgrade percent-encoding to 2.0Sven-Hendrik Haase1-2/+4
2019-07-24Fix testsSven-Hendrik Haase2-28/+20
2019-07-08remove page_parentwyhaya1-1/+0
2019-07-08fix parent directorywyhaya2-30/+44
2019-07-08add spacewyhaya1-1/+1
2019-07-04accomplish #142wyhaya1-3/+43
2019-06-24Update simplelog to 0.6Sven-Hendrik Haase1-3/+3
2019-06-24Precise `tar_dir` behaviourAlexandre Bury1-1/+20
2019-06-24Add module documentation on src/pipe.rAlexandre Bury1-0/+1
2019-06-24Add doc and commentsAlexandre Bury3-25/+55
2019-06-14Enable streaming tarball downloadAlexandre Bury4-104/+151
Also add a non-compressed tar option
2019-06-09Add dynsSven-Hendrik Haase1-2/+2
2019-05-31refactor codemahdi3-235/+236
2019-05-30Apply WWW_AUTHENTICATE to all Unauthorized brancheskhai96_1-11/+0
2019-05-30Fix regression where path cannot be placed after '--auth <auth>'khai96_1-1/+6
2019-05-24Improve doc commentkhai96_1-1/+1
2019-05-18Change long flag of 'CLIArgs::interfaces' to '--interfaces'khai96_1-1/+1
Fix https://github.com/svenstaro/miniserve/issues/119
2019-05-18Add unit test for multiple accountskhai96_1-1/+74
2019-05-17Fix Clippykhai96_1-5/+5
2019-05-16Update unit testskhai96_2-54/+30