aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * 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
| |
* | Cargo fmtboastful-squirrel2019-05-023-7/+12
| |
* | Added rustfmt_skip directive on testsboastful-squirrel2019-05-022-10/+4
| |
* | Rename p404boastful-squirrel2019-05-021-5/+5
| |
* | Return to root when auth succeedsboastful-squirrel2019-05-011-1/+1
| |
* | Use HTTP StatusCode for error titleboastful-squirrel2019-05-015-7/+23
| |
* | Fix return link when random_route is setboastful-squirrel2019-05-012-2/+14
| |
* | Added docboastful-squirrel2019-05-011-0/+3
| |
* | Display 404 errorboastful-squirrel2019-05-012-2/+27
| |
* | Display HTTP authentication errorsboastful-squirrel2019-05-013-9/+55
| |
* | Make error page uniformboastful-squirrel2019-04-291-0/+4
| |
* | Merge branch 'master' into themed-errorsboastful-squirrel2019-04-276-170/+67
|\|
| * Combine ContextualError and ContextualErrorKind into onekhai96_2019-04-276-118/+62
| |
* | Fixed test + fixed clippy warningboastful-squirrel2019-04-272-3/+3
| |
* | Improved some errorsboastful-squirrel2019-04-272-2/+2
| |
* | Themed errorsboastful-squirrel2019-04-275-45/+222
| |
* | Made ColorScheme, SortingMethod and SortingOrder enums derive Copyboastful-squirrel2019-04-264-55/+55
| |
* | Merged query parameter structs + improved file upload errorsboastful-squirrel2019-04-263-23/+40
| |
* | Cargo fmtboastful-squirrel2019-04-263-11/+24
|/
* Use 'if let'khai96_2019-04-261-3/+4
|
* Comply to change requestskhai96_2019-04-262-2/+15
| | | | | - Added doc comments - Added an additional test case
* Merge remote-tracking branch 'mainrepo/master' into pullrequest.hashed-passwordkhai96_2019-04-268-204/+310
|\
| * Merge branch 'master' into no_panicsboastful-squirrel2019-04-252-7/+9
| |\
| * | Made code more idiomaticboastful-squirrel2019-04-231-35/+34
| | |
| * | Fixed commentboastful-squirrel2019-04-221-1/+1
| | |