Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2019-07-03 | Bump libflate from 0.1.24 to 0.1.25 | dependabot-preview[bot] | 1 | -1/+1 |
2019-07-02 | Bump maud from 0.20.0 to 0.21.0 | dependabot-preview[bot] | 1 | -1/+1 |
2019-06-28 | Use rstest 0.3 | Sven-Hendrik Haase | 1 | -1/+1 |
2019-06-28 | Bump serde from 1.0.93 to 1.0.94 | dependabot-preview[bot] | 1 | -1/+1 |
2019-06-27 | Bump futures from 0.1.27 to 0.1.28 | dependabot-preview[bot] | 1 | -1/+1 |
2019-06-27 | Bump structopt from 0.2.16 to 0.2.18 | dependabot-preview[bot] | 1 | -1/+1 |
2019-06-25 | Bump libflate from 0.1.23 to 0.1.24 | dependabot-preview[bot] | 1 | -1/+1 |
2019-06-25 | Bump chrono from 0.4.6 to 0.4.7 | dependabot-preview[bot] | 1 | -1/+1 |
2019-06-24 | This is 0.5.0 | Sven-Hendrik Haase | 1 | -1/+1 |
2019-06-24 | Update simplelog to 0.6 | Sven-Hendrik Haase | 1 | -1/+1 |
2019-06-14 | Update deps | Sven-Hendrik Haase | 1 | -1/+1 |
2019-06-03 | Bump structopt from 0.2.16 to 0.2.17 | dependabot-preview[bot] | 1 | -1/+1 |
2019-06-03 | Bump serde from 1.0.91 to 1.0.92 | dependabot-preview[bot] | 1 | -1/+1 |
2019-05-30 | Bump structopt from 0.2.15 to 0.2.16 | dependabot-preview[bot] | 1 | -1/+1 |
2019-05-28 | Bump libflate from 0.1.22 to 0.1.23 | dependabot-preview[bot] | 1 | -1/+1 |
2019-05-13 | Bump futures from 0.1.26 to 0.1.27 | dependabot[bot] | 1 | -1/+1 |
2019-05-10 | Bump tar from 0.4.24 to 0.4.25 | dependabot[bot] | 1 | -1/+1 |
2019-05-07 | Bump serde from 1.0.90 to 1.0.91 | dependabot[bot] | 1 | -1/+1 |
2019-04-30 | Bump tar from 0.4.23 to 0.4.24 | dependabot[bot] | 1 | -1/+1 |
2019-04-26 | Use rstest test fixtures to cut down on code duplication in integration tests | Sven-Hendrik Haase | 1 | -1/+1 |
2019-04-24 | Bump pretty_assertions from 0.5.1 to 0.6.1 | dependabot[bot] | 1 | -1/+1 |
2019-04-24 | Add a couple more integration tests | Sven-Hendrik Haase | 1 | -1/+2 |
2019-04-19 | Add support for hashed password (sha256) | khai96_ | 1 | -0/+2 |
2019-04-16 | Try using port_check to make travis happy | Sven-Hendrik Haase | 1 | -1/+1 |
2019-04-15 | Set up testing infrastructure and add some integration tests (fixes #68) | Sven-Hendrik Haase | 1 | -0/+8 |
2019-04-15 | Revert "Bump actix from 0.7.9 to 0.8.0" | Sven-Hendrik Haase | 1 | -1/+1 |
2019-04-15 | Bump actix from 0.7.9 to 0.8.0 | dependabot[bot] | 1 | -1/+1 |
2019-04-15 | This is 0.4.1v0.4.1 | Sven-Hendrik Haase | 1 | -1/+1 |
2019-04-07 | This is v0.4.0v0.4.0 | Sven-Hendrik Haase | 1 | -2/+2 |
2019-04-07 | Use strum_macros::EnumIter instead of manually listing Enum variants | boasting-squirrel | 1 | -0/+2 |
2019-04-04 | Implement file upload. | Vojtěch Pejša | 1 | -1/+1 |
2019-04-04 | Bump serde from 1.0.89 to 1.0.90 | dependabot[bot] | 1 | -1/+1 |
2019-04-02 | Bump futures from 0.1.25 to 0.1.26 | dependabot[bot] | 1 | -1/+1 |
2019-03-14 | Switched to tar-rs 0.4.22 and propagate no-symlink argument to tar generation | boasting-squirrel | 1 | -1/+1 |
2019-03-13 | Switched to standard Rust logging system | boasting-squirrel | 1 | -1/+2 |
2019-03-13 | upgraded to libflate 0.1.21 | boasting-squirrel | 1 | -1/+1 |
2019-03-13 | Removed tempfile from dependencies | boasting-squirrel | 1 | -1/+0 |
2019-03-11 | Started to add helpful messages for errors which could occur during archiving | boasting-squirrel | 1 | -1/+2 |
2019-03-11 | Bump structopt from 0.2.14 to 0.2.15 | dependabot[bot] | 1 | -1/+1 |
2019-03-08 | Working example of tar.gz | boasting-squirrel | 1 | -1/+2 |
2019-03-08 | Download folder as a tar working | boasting-squirrel | 1 | -0/+4 |
2019-03-04 | Use actix::Query | boasting-squirrel | 1 | -1/+2 |
2019-02-27 | This is v0.3.1v0.3.1 | Sven-Hendrik Haase | 1 | -1/+1 |
2019-02-27 | Optimize for smaller binaries | Sven-Hendrik Haase | 1 | -1/+4 |
2019-02-23 | Renders file listing using maud | boasting-squirrel | 1 | -1/+2 |
2019-02-16 | Display last modification + provide sort by date | boasting-squirrel | 1 | -1/+3 |
2019-02-15 | Added myself to Cargo.toml | boasting-squirrel | 1 | -1/+1 |
2019-02-14 | Switched to structopt | boasting-squirrel | 1 | -1/+2 |
2019-02-04 | Implemented sorting | boasting-squirrel | 1 | -1/+2 |
2019-02-03 | Increase version number | Sven-Hendrik Haase | 1 | -1/+1 |