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