aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* This is v0.4.0v0.4.0Sven-Hendrik Haase2019-04-071-2/+2
|
* Use strum_macros::EnumIter instead of manually listing Enum variantsboasting-squirrel2019-04-071-0/+2
|
* Implement file upload.Vojtěch Pejša2019-04-041-1/+1
|
* Bump serde from 1.0.89 to 1.0.90dependabot[bot]2019-04-041-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.26dependabot[bot]2019-04-021-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 generationboasting-squirrel2019-03-141-1/+1
|
* Switched to standard Rust logging systemboasting-squirrel2019-03-131-1/+2
|
* upgraded to libflate 0.1.21boasting-squirrel2019-03-131-1/+1
|
* Removed tempfile from dependenciesboasting-squirrel2019-03-131-1/+0
|
* Merge branch 'master' into targzboasting-squirrel2019-03-121-1/+1
|\
| * Bump structopt from 0.2.14 to 0.2.15dependabot[bot]2019-03-111-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 archivingboasting-squirrel2019-03-111-1/+2
| |
* | Working example of tar.gzboasting-squirrel2019-03-081-1/+2
| |
* | Download folder as a tar workingboasting-squirrel2019-03-081-0/+4
|/
* Merge branch 'master' into header-sortingBoastful Squirrel2019-03-041-2/+5
|\
| * This is v0.3.1v0.3.1Sven-Hendrik Haase2019-02-271-1/+1
| |
| * Optimize for smaller binariesSven-Hendrik Haase2019-02-271-1/+4
| |
* | Use actix::Queryboasting-squirrel2019-03-041-1/+2
|/
* Renders file listing using maudboasting-squirrel2019-02-231-1/+2
|
* Display last modification + provide sort by dateboasting-squirrel2019-02-161-1/+3
|
* Added myself to Cargo.tomlboasting-squirrel2019-02-151-1/+1
|
* Switched to structoptboasting-squirrel2019-02-141-1/+2
|
* Implemented sortingboasting-squirrel2019-02-041-1/+2
|
* Merge pull request #29 from boastful-squirrel/random-urlSven-Hendrik Haase2019-02-031-0/+1
|\ | | | | Add option to generate random 6-hexdigit routes
| * Add option to generate random 6-hexdigit routesboasting-squirrel2019-02-021-0/+1
| |
* | Increase version numberSven-Hendrik Haase2019-02-031-1/+1
|/
* Fancy HTML listingboasting-squirrel2019-02-021-0/+1
|
* This is 0.2.2v0.2.2Sven-Hendrik Haase2019-01-111-1/+1
|
* Update to rust 2018 editionSven-Hendrik Haase2018-12-101-0/+1
|
* Bump depsSven-Hendrik Haase2018-12-101-1/+1
|
* This is 0.2.1v0.2.1Sven-Hendrik Haase2018-11-201-1/+1
|
* add option to ignore symlinkspebbleKite2018-11-081-0/+2
|
* Bump base64Sven-Hendrik Haase2018-10-301-1/+1
|
* Allow for multiple interfaces to be specified at the same timev0.2.0Sven-Hendrik Haase2018-08-101-1/+1
|
* Update to actix 0.7 and add better outputSven-Hendrik Haase2018-08-091-1/+2
|
* Bump actixSven-Hendrik Haase2018-07-261-1/+1
|
* Bump depsSven-Hendrik Haase2018-06-221-1/+1
|
* Add some more categoriesSven-Hendrik Haase2018-05-171-2/+2
|
* v0.1.5Sven-Hendrik Haase2018-05-171-1/+1
|
* v0.1.4v0.1.4Sven-Hendrik Haase2018-05-171-1/+1
| | | | Signed-off-by: Sven-Hendrik Haase <svenstaro@gmail.com>
* Activate lto for binary size reductionsSven-Hendrik Haase2018-05-171-0/+3
|
* v0.1.3v0.1.3Sven-Hendrik Haase2018-05-161-1/+1
| | | | Signed-off-by: Sven-Hendrik Haase <svenstaro@gmail.com>
* Use actix-web stablev0.1.1Sven-Hendrik Haase2018-05-161-2/+2
|
* Basic auth stuffSven-Hendrik Haase2018-04-291-0/+1
|
* Some more progressSven-Hendrik Haase2018-04-291-1/+1
|
* ProgressSven-Hendrik Haase2018-04-271-10/+1
|
* Initial code checkinSven-Hendrik Haase2018-04-261-0/+29