aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #118 from KSXGitHub/multiple-auths-altSven-Hendrik Haase2019-06-034-67/+293
|\
| * 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-302-6/+16
| * Improve doc commentkhai96_2019-05-241-1/+1
| * Complete integration testkhai96_2019-05-201-1/+135
| * 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-1712-268/+615
| |\
| * | 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
| * | 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
* | | Merge pull request #131 from svenstaro/dependabot/cargo/structopt-0.2.17Sven-Hendrik Haase2019-06-032-7/+7
|\ \ \
| * | | Bump structopt from 0.2.16 to 0.2.17dependabot-preview[bot]2019-06-032-7/+7
|/ / /
* | | Merge pull request #132 from svenstaro/dependabot/cargo/serde-1.0.92dependabot-preview[bot]2019-06-032-11/+11
|\ \ \
| * | | Bump serde from 1.0.91 to 1.0.92dependabot-preview[bot]2019-06-032-11/+11
|/ / /
* | | Merge pull request #128 from robatipoor/masterSven-Hendrik Haase2019-05-313-235/+236
|\ \ \
| * | | refactor codemahdi2019-05-313-235/+236
* | | | Merge pull request #130 from svenstaro/dependabot/cargo/structopt-0.2.16Sven-Hendrik Haase2019-05-312-7/+7
|\ \ \ \ | |/ / / |/| | |
| * | | Bump structopt from 0.2.15 to 0.2.16dependabot-preview[bot]2019-05-302-7/+7
|/ / /
* | | Merge pull request #127 from svenstaro/dependabot/cargo/libflate-0.1.23Sven-Hendrik Haase2019-05-282-4/+4
|\ \ \
| * | | Bump libflate from 0.1.22 to 0.1.23dependabot-preview[bot]2019-05-282-4/+4
|/ / /
* | | Merge pull request #123 from svenstaro/dependabot/cargo/rstest-de39dd9Sven-Hendrik Haase2019-05-241-1/+1
|\ \ \
| * | | Bump rstest from `7c7211e` to `de39dd9`dependabot[bot]2019-05-201-1/+1
|/ / /
* | | Bump lock fileSven-Hendrik Haase2019-05-191-193/+225
* | | Hide stderr (fixes #120)Sven-Hendrik Haase2019-05-191-0/+1
* | | Merge pull request #121 from KSXGitHub/interface-flagSven-Hendrik Haase2019-05-181-1/+1
|\ \ \ | |_|/ |/| |
| * | Change long flag of 'CLIArgs::interfaces' to '--interfaces'khai96_2019-05-181-1/+1
|/ /
* | Merge pull request #116 from svenstaro/dependabot/cargo/reqwest-0.9.17Sven-Hendrik Haase2019-05-161-10/+18
|\ \
| * | Bump reqwest from 0.9.16 to 0.9.17dependabot[bot]2019-05-161-10/+18
* | | Merge pull request #117 from svenstaro/dependabot/cargo/rstest-7c7211eSven-Hendrik Haase2019-05-161-1/+1
|\ \ \ | |/ / |/| |
| * | Bump rstest from `b1ba694` to `7c7211e`dependabot[bot]2019-05-161-1/+1
|/ /
* | Merge pull request #115 from svenstaro/dependabot/cargo/rstest-b1ba694Sven-Hendrik Haase2019-05-131-1/+1
|\ \
| * | Bump rstest from `223b3c8` to `b1ba694`dependabot[bot]2019-05-131-1/+1
* | | Merge pull request #113 from svenstaro/dependabot/cargo/futures-0.1.27Sven-Hendrik Haase2019-05-132-31/+31
|\ \ \ | |/ / |/| |
| * | Bump futures from 0.1.26 to 0.1.27dependabot[bot]2019-05-132-31/+31
|/ /
* | Merge pull request #112 from boastful-squirrel/fix-clippySven-Hendrik Haase2019-05-106-41/+22
|\ \
| * | Fix clippyboastful-squirrel2019-05-102-3/+2
| * | cargo fmtboastful-squirrel2019-05-104-38/+20
|/ /
* | Merge pull request #90 from boastful-squirrel/themed-errorsSven-Hendrik Haase2019-05-108-166/+456
|\ \
| * | 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-063-5/+68
| |\ \
| * | | Return QueryParameters struct instead of tupleboastful-squirrel2019-05-035-44/+44
| * | | Merge branch 'master' into themed-errorsboastful-squirrel2019-05-0311-282/+348
| |\ \ \ | | | |/ | | |/|
| * | | 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