aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.lock (follow)
Commit message (Collapse)AuthorAgeFilesLines
* This is v0.4.0v0.4.0Sven-Hendrik Haase2019-04-071-119/+175
|
* Use strum_macros::EnumIter instead of manually listing Enum variantsboasting-squirrel2019-04-071-0/+20
|
* Bump serde from 1.0.89 to 1.0.90dependabot[bot]2019-04-041-6/+6
| | | | | | | 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-26/+26
| | | | | | | | 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>
* Bump actix-web from 0.7.18 to 0.7.19dependabot[bot]2019-04-011-14/+13
| | | | | | | | Bumps [actix-web](https://github.com/actix/actix-web) from 0.7.18 to 0.7.19. - [Release notes](https://github.com/actix/actix-web/releases) - [Changelog](https://github.com/actix/actix-web/blob/v0.7.19/CHANGES.md) - [Commits](https://github.com/actix/actix-web/compare/0.7.18...v0.7.19) Signed-off-by: dependabot[bot] <support@dependabot.com>
* Bumping depsSven-Hendrik Haase2019-03-231-172/+176
|
* Switched to tar-rs 0.4.22 and propagate no-symlink argument to tar generationboasting-squirrel2019-03-141-3/+3
|
* Switched to standard Rust logging systemboasting-squirrel2019-03-131-0/+1
|
* upgraded to libflate 0.1.21boasting-squirrel2019-03-131-3/+3
|
* Removed tempfile from dependenciesboasting-squirrel2019-03-131-24/+0
|
* updated Cargo.lockboasting-squirrel2019-03-121-1/+1
|
* Merge branch 'master' into targzboasting-squirrel2019-03-121-6/+6
|\
| * Bump structopt from 0.2.14 to 0.2.15dependabot[bot]2019-03-111-6/+6
| | | | | | | | | | | | | | | | 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-0/+1
| |
* | Working example of tar.gzboasting-squirrel2019-03-081-0/+12
| |
* | Download folder as a tar workingboasting-squirrel2019-03-081-13/+72
|/
* Update Cargo.lockboasting-squirrel2019-03-051-1/+1
|
* Merge branch 'master' into header-sortingBoastful Squirrel2019-03-041-116/+94
|\
| * This is v0.3.1v0.3.1Sven-Hendrik Haase2019-02-271-1/+1
| |
| * Bump lockSven-Hendrik Haase2019-02-271-121/+99
| |
* | Use actix::Queryboasting-squirrel2019-03-041-5/+20
|/
* Renders file listing using maudboasting-squirrel2019-02-231-0/+35
|
* Display last modification + provide sort by dateboasting-squirrel2019-02-161-0/+11
|
* Switched to structoptboasting-squirrel2019-02-141-0/+38
|
* This is v0.3.0v0.3.0Sven-Hendrik Haase2019-02-111-216/+260
|
* Implemented sortingboasting-squirrel2019-02-041-0/+7
|
* Some linting fixesSven-Hendrik Haase2019-02-031-1/+1
|
* Add option to generate random 6-hexdigit routesboasting-squirrel2019-02-021-0/+36
|
* Bump base64 from 0.10.0 to 0.10.1dependabot[bot]2019-01-251-4/+4
| | | | | | | | Bumps [base64](https://github.com/alicemaz/rust-base64) from 0.10.0 to 0.10.1. - [Release notes](https://github.com/alicemaz/rust-base64/releases) - [Changelog](https://github.com/alicemaz/rust-base64/blob/master/RELEASE-NOTES.md) - [Commits](https://github.com/alicemaz/rust-base64/compare/v0.10.0...v0.10.1) Signed-off-by: dependabot[bot] <support@dependabot.com>
* This is 0.2.2v0.2.2Sven-Hendrik Haase2019-01-111-1/+1
|
* Bump deps (fixes #23)Sven-Hendrik Haase2019-01-111-257/+300
|
* Bump actix-web from 0.7.15 to 0.7.17dependabot[bot]2018-12-251-12/+35
| | | | | | | | Bumps [actix-web](https://github.com/actix/actix-web) from 0.7.15 to 0.7.17. - [Release notes](https://github.com/actix/actix-web/releases) - [Changelog](https://github.com/actix/actix-web/blob/master/CHANGES.md) - [Commits](https://github.com/actix/actix-web/compare/0.7.15...0.7.17) Signed-off-by: dependabot[bot] <support@dependabot.com>
* Bump actix from 0.7.8 to 0.7.9dependabot[bot]2018-12-251-5/+5
| | | | | | | | Bumps [actix](https://github.com/actix/actix) from 0.7.8 to 0.7.9. - [Release notes](https://github.com/actix/actix/releases) - [Changelog](https://github.com/actix/actix/blob/master/CHANGES.md) - [Commits](https://github.com/actix/actix/compare/0.7.8...0.7.9) Signed-off-by: dependabot[bot] <support@dependabot.com>
* Bump depsSven-Hendrik Haase2018-12-101-170/+255
|
* This is 0.2.1v0.2.1Sven-Hendrik Haase2018-11-201-227/+147
|
* add option to ignore symlinkspebbleKite2018-11-081-0/+2
|
* Bump Cargo.lockSven-Hendrik Haase2018-11-011-12/+12
|
* Bump Cargo.lockSven-Hendrik Haase2018-10-301-386/+610
|
* 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-569/+199
|
* Bump actixSven-Hendrik Haase2018-07-261-248/+305
|
* Bump depsSven-Hendrik Haase2018-06-221-22/+148
|
* Bump Cargo.lockSven-Hendrik Haase2018-06-141-249/+242
|
* Bump to actix 0.5.7Sven-Hendrik Haase2018-05-171-4/+4
|
* Bump Cargo.lockv0.1.5Sven-Hendrik Haase2018-05-171-1/+1
|
* Check in Cargo.lock (fixes #1)Sven-Hendrik Haase2018-05-171-0/+1767