aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | Improve logging behaviorSven-Hendrik Haase2019-09-271-4/+12
| | |/ | |/| | | | | | | It will now fall back to basic logging if no proper terminal is attached as opposed to just failing silently.
| * | Actually make use of pretty_assertionsSven-Hendrik Haase2019-09-212-20/+13
| | |
| * | Remove explicit clap dependency in favor of structopt's re-exported versionSven-Hendrik Haase2019-09-211-1/+1
| |/
| * Upgrade to structopt 0.3Sven-Hendrik Haase2019-09-031-9/+9
| |
* | Fix html elements orderboastful-squirrel2019-11-211-1/+1
| |
* | Fix Clippy warningboastful-squirrel2019-08-161-0/+1
| |
* | Fix indentationboastful-squirrel2019-08-161-1/+1
| |
* | Cleanupboastful-squirrel2019-08-161-2/+1
| |
* | Do not 'back to listing' link when random route is setboastful-squirrel2019-08-162-8/+12
| |
* | Fix HTMLboastful-squirrel2019-08-161-101/+104
|/
* Upgrade percent-encoding to 2.0Sven-Hendrik Haase2019-07-251-2/+4
|
* Fix testsSven-Hendrik Haase2019-07-242-28/+20
|
* remove page_parentwyhaya2019-07-081-1/+0
|
* fix parent directorywyhaya2019-07-082-30/+44
|
* add spacewyhaya2019-07-081-1/+1
|
* accomplish #142wyhaya2019-07-041-3/+43
|
* Update simplelog to 0.6Sven-Hendrik Haase2019-06-241-3/+3
|
* Precise `tar_dir` behaviourAlexandre Bury2019-06-241-1/+20
|
* Add module documentation on src/pipe.rAlexandre Bury2019-06-241-0/+1
|
* Add doc and commentsAlexandre Bury2019-06-243-25/+55
|
* Enable streaming tarball downloadAlexandre Bury2019-06-144-104/+151
| | | | Also add a non-compressed tar option
* Add dynsSven-Hendrik Haase2019-06-091-2/+2
|
* Merge pull request #118 from KSXGitHub/multiple-auths-altSven-Hendrik Haase2019-06-033-66/+153
|\ | | | | Multiple user accounts — Alternate Implementation
| * Apply WWW_AUTHENTICATE to all Unauthorized brancheskhai96_2019-05-301-11/+0
| |
| * Fix regression where path cannot be placed after '--auth <auth>'khai96_2019-05-301-1/+6
| |
| * Improve doc commentkhai96_2019-05-241-1/+1
| |
| * Add unit test for multiple accountskhai96_2019-05-181-1/+74
| |
| * Fix Clippykhai96_2019-05-171-5/+5
| |
| * Merge remote-tracking branch 'mainrepo/master' into multiple-auths-altkhai96_2019-05-179-207/+484
| |\
| * | Update unit testskhai96_2019-05-162-54/+30
| | |
| * | Make some changeskhai96_2019-05-163-58/+62
| | |
| * | Refactoring: Use immutable HashMapkhai96_2019-05-051-13/+12
| | | | | | | | | | | | This should allow compiler to optimize further
| * | Add unit test for where it provides multiple valid auth stringskhai96_2019-05-051-2/+26
| | |
| * | Begin to support multiple authskhai96_2019-05-052-31/+43
| | |
* | | refactor codemahdi2019-05-313-235/+236
| | |
* | | Change long flag of 'CLIArgs::interfaces' to '--interfaces'khai96_2019-05-181-1/+1
| |/ |/| | | | | Fix https://github.com/svenstaro/miniserve/issues/119
* | Fix clippyboastful-squirrel2019-05-102-3/+2
| |
* | cargo fmtboastful-squirrel2019-05-103-37/+19
| |
* | Undo changes on args.rsboastful-squirrel2019-05-061-3/+5
| |
* | Undo changes on InvalidHashMethod errorboastful-squirrel2019-05-062-2/+2
| |
* | Undo changes on src/archive.rsboastful-squirrel2019-05-061-12/+31
| |
* | Merge branch 'master' into themed-errorsboastful-squirrel2019-05-061-0/+1
|\ \
| * | Add example for --auth formattingkhai96_2019-05-061-0/+1
| |/
* | Return QueryParameters struct instead of tupleboastful-squirrel2019-05-035-44/+44
| |
* | Merge branch 'master' into themed-errorsboastful-squirrel2019-05-033-3/+3
|\|
| * Fix some Clippy lintskhai96_2019-05-012-6/+4
| |
| * Ignore clippy warningskhai96_2019-05-014-0/+4
| |
* | Print error when parsing query parameters failboastful-squirrel2019-05-021-6/+9
| |
* | Display path instead of uri in 404 errorboastful-squirrel2019-05-021-1/+1
| |
* | Read query params to handle error back linkboastful-squirrel2019-05-025-58/+61
| |