Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | | | | 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> | ||||
* | Bump futures from 0.1.25 to 0.1.26 | dependabot[bot] | 2019-04-02 | 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> | ||||
* | 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 |
| | | | | | | | | | | | | | | | | 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> | ||||
* | | 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 | ||||
| * | 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 |
| | |||||
* | Update to rust 2018 edition | Sven-Hendrik Haase | 2018-12-10 | 1 | -0/+1 |
| | |||||
* | Bump deps | Sven-Hendrik Haase | 2018-12-10 | 1 | -1/+1 |
| | |||||
* | This is 0.2.1v0.2.1 | Sven-Hendrik Haase | 2018-11-20 | 1 | -1/+1 |
| | |||||
* | add option to ignore symlinks | pebbleKite | 2018-11-08 | 1 | -0/+2 |
| | |||||
* | Bump base64 | Sven-Hendrik Haase | 2018-10-30 | 1 | -1/+1 |
| | |||||
* | Allow for multiple interfaces to be specified at the same timev0.2.0 | Sven-Hendrik Haase | 2018-08-10 | 1 | -1/+1 |
| | |||||
* | Update to actix 0.7 and add better output | Sven-Hendrik Haase | 2018-08-09 | 1 | -1/+2 |
| | |||||
* | Bump actix | Sven-Hendrik Haase | 2018-07-26 | 1 | -1/+1 |
| | |||||
* | Bump deps | Sven-Hendrik Haase | 2018-06-22 | 1 | -1/+1 |
| | |||||
* | Add some more categories | Sven-Hendrik Haase | 2018-05-17 | 1 | -2/+2 |
| | |||||
* | v0.1.5 | Sven-Hendrik Haase | 2018-05-17 | 1 | -1/+1 |
| | |||||
* | v0.1.4v0.1.4 | Sven-Hendrik Haase | 2018-05-17 | 1 | -1/+1 |
| | | | | Signed-off-by: Sven-Hendrik Haase <svenstaro@gmail.com> | ||||
* | Activate lto for binary size reductions | Sven-Hendrik Haase | 2018-05-17 | 1 | -0/+3 |
| | |||||
* | v0.1.3v0.1.3 | Sven-Hendrik Haase | 2018-05-16 | 1 | -1/+1 |
| | | | | Signed-off-by: Sven-Hendrik Haase <svenstaro@gmail.com> | ||||
* | Use actix-web stablev0.1.1 | Sven-Hendrik Haase | 2018-05-16 | 1 | -2/+2 |
| | |||||
* | Basic auth stuff | Sven-Hendrik Haase | 2018-04-29 | 1 | -0/+1 |
| | |||||
* | Some more progress | Sven-Hendrik Haase | 2018-04-29 | 1 | -1/+1 |
| | |||||
* | Progress | Sven-Hendrik Haase | 2018-04-27 | 1 | -10/+1 |
| | |||||
* | Initial code checkin | Sven-Hendrik Haase | 2018-04-26 | 1 | -0/+29 |