Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
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 | |
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.89 to 1.0.90. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.89...v1.0.90) Signed-off-by: dependabot[bot] <support@dependabot.com> | |||||
2019-04-02 | Bump futures from 0.1.25 to 0.1.26 | dependabot[bot] | 1 | -1/+1 | |
Bumps [futures](https://github.com/rust-lang-nursery/futures-rs) from 0.1.25 to 0.1.26. - [Release notes](https://github.com/rust-lang-nursery/futures-rs/releases) - [Changelog](https://github.com/rust-lang-nursery/futures-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang-nursery/futures-rs/compare/0.1.25...0.1.26) Signed-off-by: dependabot[bot] <support@dependabot.com> | |||||
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 | |
Bumps [structopt](https://github.com/TeXitoi/structopt) from 0.2.14 to 0.2.15. - [Release notes](https://github.com/TeXitoi/structopt/releases) - [Changelog](https://github.com/TeXitoi/structopt/blob/master/CHANGELOG.md) - [Commits](https://github.com/TeXitoi/structopt/compare/v0.2.14...v0.2.15) Signed-off-by: dependabot[bot] <support@dependabot.com> | |||||
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 | |
2019-02-02 | Add option to generate random 6-hexdigit routes | boasting-squirrel | 1 | -0/+1 | |
2019-02-02 | Fancy HTML listing | boasting-squirrel | 1 | -0/+1 | |
2019-01-11 | This is 0.2.2v0.2.2 | Sven-Hendrik Haase | 1 | -1/+1 | |
2018-12-10 | Update to rust 2018 edition | Sven-Hendrik Haase | 1 | -0/+1 | |
2018-12-10 | Bump deps | Sven-Hendrik Haase | 1 | -1/+1 | |
2018-11-20 | This is 0.2.1v0.2.1 | Sven-Hendrik Haase | 1 | -1/+1 | |
2018-11-08 | add option to ignore symlinks | pebbleKite | 1 | -0/+2 | |
2018-10-30 | Bump base64 | Sven-Hendrik Haase | 1 | -1/+1 | |
2018-08-10 | Allow for multiple interfaces to be specified at the same timev0.2.0 | Sven-Hendrik Haase | 1 | -1/+1 | |
2018-08-09 | Update to actix 0.7 and add better output | Sven-Hendrik Haase | 1 | -1/+2 | |
2018-07-26 | Bump actix | Sven-Hendrik Haase | 1 | -1/+1 | |
2018-06-22 | Bump deps | Sven-Hendrik Haase | 1 | -1/+1 | |
2018-05-17 | Add some more categories | Sven-Hendrik Haase | 1 | -2/+2 | |
2018-05-17 | v0.1.5 | Sven-Hendrik Haase | 1 | -1/+1 | |
2018-05-17 | v0.1.4v0.1.4 | Sven-Hendrik Haase | 1 | -1/+1 | |
Signed-off-by: Sven-Hendrik Haase <svenstaro@gmail.com> | |||||
2018-05-17 | Activate lto for binary size reductions | Sven-Hendrik Haase | 1 | -0/+3 | |
2018-05-16 | v0.1.3v0.1.3 | Sven-Hendrik Haase | 1 | -1/+1 | |
Signed-off-by: Sven-Hendrik Haase <svenstaro@gmail.com> | |||||
2018-05-16 | Use actix-web stablev0.1.1 | Sven-Hendrik Haase | 1 | -2/+2 | |
2018-04-29 | Basic auth stuff | Sven-Hendrik Haase | 1 | -0/+1 | |
2018-04-29 | Some more progress | Sven-Hendrik Haase | 1 | -1/+1 | |
2018-04-27 | Progress | Sven-Hendrik Haase | 1 | -10/+1 | |
2018-04-26 | Initial code checkin | Sven-Hendrik Haase | 1 | -0/+29 | |