aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
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
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
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
2019-05-16Make some changeskhai96_3-58/+62
2019-05-10Fix clippyboastful-squirrel2-3/+2
2019-05-10cargo fmtboastful-squirrel3-37/+19
2019-05-06Undo changes on args.rsboastful-squirrel1-3/+5
2019-05-06Undo changes on InvalidHashMethod errorboastful-squirrel2-2/+2
2019-05-06Undo changes on src/archive.rsboastful-squirrel1-12/+31
2019-05-06Add example for --auth formattingkhai96_1-0/+1
2019-05-05Refactoring: Use immutable HashMapkhai96_1-13/+12
2019-05-05Add unit test for where it provides multiple valid auth stringskhai96_1-2/+26
2019-05-05Begin to support multiple authskhai96_2-31/+43
2019-05-03Return QueryParameters struct instead of tupleboastful-squirrel5-44/+44
2019-05-02Print error when parsing query parameters failboastful-squirrel1-6/+9
2019-05-02Display path instead of uri in 404 errorboastful-squirrel1-1/+1
2019-05-02Read query params to handle error back linkboastful-squirrel5-58/+61
2019-05-02Cargo fmtboastful-squirrel3-7/+12
2019-05-02Added rustfmt_skip directive on testsboastful-squirrel2-10/+4
2019-05-02Rename p404boastful-squirrel1-5/+5
2019-05-01Return to root when auth succeedsboastful-squirrel1-1/+1
2019-05-01Use HTTP StatusCode for error titleboastful-squirrel5-7/+23
2019-05-01Fix return link when random_route is setboastful-squirrel2-2/+14
2019-05-01Added docboastful-squirrel1-0/+3
2019-05-01Display 404 errorboastful-squirrel2-2/+27
2019-05-01Display HTTP authentication errorsboastful-squirrel3-9/+55
2019-05-01Fix some Clippy lintskhai96_2-6/+4
2019-05-01Ignore clippy warningskhai96_4-0/+4
2019-04-29Make error page uniformboastful-squirrel1-0/+4
2019-04-27Fixed test + fixed clippy warningboastful-squirrel2-3/+3
2019-04-27Improved some errorsboastful-squirrel2-2/+2
2019-04-27Themed errorsboastful-squirrel5-45/+222
2019-04-27Combine ContextualError and ContextualErrorKind into onekhai96_6-118/+62
2019-04-26Made ColorScheme, SortingMethod and SortingOrder enums derive Copyboastful-squirrel4-55/+55
2019-04-26Merged query parameter structs + improved file upload errorsboastful-squirrel3-23/+40
2019-04-26Cargo fmtboastful-squirrel3-11/+24
2019-04-26Use 'if let'khai96_1-3/+4
2019-04-26Comply to change requestskhai96_2-2/+15
2019-04-25Use rstest_parametrize for unit testskhai96_2-126/+71