aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-04-07This is v0.4.0v0.4.0Sven-Hendrik Haase1-2/+2
2019-04-07Use strum_macros::EnumIter instead of manually listing Enum variantsboasting-squirrel1-0/+2
2019-04-04Implement file upload.Vojtěch Pejša1-1/+1
2019-04-04Bump serde from 1.0.89 to 1.0.90dependabot[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-02Bump futures from 0.1.25 to 0.1.26dependabot[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-14Switched to tar-rs 0.4.22 and propagate no-symlink argument to tar generationboasting-squirrel1-1/+1
2019-03-13Switched to standard Rust logging systemboasting-squirrel1-1/+2
2019-03-13upgraded to libflate 0.1.21boasting-squirrel1-1/+1
2019-03-13Removed tempfile from dependenciesboasting-squirrel1-1/+0
2019-03-11Started to add helpful messages for errors which could occur during archivingboasting-squirrel1-1/+2
2019-03-11Bump structopt from 0.2.14 to 0.2.15dependabot[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-08Working example of tar.gzboasting-squirrel1-1/+2
2019-03-08Download folder as a tar workingboasting-squirrel1-0/+4
2019-03-04Use actix::Queryboasting-squirrel1-1/+2
2019-02-27This is v0.3.1v0.3.1Sven-Hendrik Haase1-1/+1
2019-02-27Optimize for smaller binariesSven-Hendrik Haase1-1/+4
2019-02-23Renders file listing using maudboasting-squirrel1-1/+2
2019-02-16Display last modification + provide sort by dateboasting-squirrel1-1/+3
2019-02-15Added myself to Cargo.tomlboasting-squirrel1-1/+1
2019-02-14Switched to structoptboasting-squirrel1-1/+2
2019-02-04Implemented sortingboasting-squirrel1-1/+2
2019-02-03Increase version numberSven-Hendrik Haase1-1/+1
2019-02-02Add option to generate random 6-hexdigit routesboasting-squirrel1-0/+1
2019-02-02Fancy HTML listingboasting-squirrel1-0/+1
2019-01-11This is 0.2.2v0.2.2Sven-Hendrik Haase1-1/+1
2018-12-10Update to rust 2018 editionSven-Hendrik Haase1-0/+1
2018-12-10Bump depsSven-Hendrik Haase1-1/+1
2018-11-20This is 0.2.1v0.2.1Sven-Hendrik Haase1-1/+1
2018-11-08add option to ignore symlinkspebbleKite1-0/+2
2018-10-30Bump base64Sven-Hendrik Haase1-1/+1
2018-08-10Allow for multiple interfaces to be specified at the same timev0.2.0Sven-Hendrik Haase1-1/+1
2018-08-09Update to actix 0.7 and add better outputSven-Hendrik Haase1-1/+2
2018-07-26Bump actixSven-Hendrik Haase1-1/+1
2018-06-22Bump depsSven-Hendrik Haase1-1/+1
2018-05-17Add some more categoriesSven-Hendrik Haase1-2/+2
2018-05-17v0.1.5Sven-Hendrik Haase1-1/+1
2018-05-17v0.1.4v0.1.4Sven-Hendrik Haase1-1/+1
Signed-off-by: Sven-Hendrik Haase <svenstaro@gmail.com>
2018-05-17Activate lto for binary size reductionsSven-Hendrik Haase1-0/+3
2018-05-16v0.1.3v0.1.3Sven-Hendrik Haase1-1/+1
Signed-off-by: Sven-Hendrik Haase <svenstaro@gmail.com>
2018-05-16Use actix-web stablev0.1.1Sven-Hendrik Haase1-2/+2
2018-04-29Basic auth stuffSven-Hendrik Haase1-0/+1
2018-04-29Some more progressSven-Hendrik Haase1-1/+1
2018-04-27ProgressSven-Hendrik Haase1-10/+1
2018-04-26Initial code checkinSven-Hendrik Haase1-0/+29