aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Bump serde from 1.0.89 to 1.0.90dependabot[bot]2019-04-042-7/+7
|/ / | | | | | | | | | | | | 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>
| * Use serde lowercase for SortingMethods enumboasting-squirrel2019-04-031-3/+1
| |
| * Merge branch 'master' into colorschemeboasting-squirrel2019-04-033-41/+41
| |\ | |/ |/|
* | Merge pull request #56 from svenstaro/dependabot/cargo/futures-0.1.26Sven-Hendrik Haase2019-04-022-27/+27
|\ \ | | | | | | Bump futures from 0.1.25 to 0.1.26
| * | Bump futures from 0.1.25 to 0.1.26dependabot[bot]2019-04-022-27/+27
|/ / | | | | | | | | | | | | | | 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>
* | Merge pull request #54 from svenstaro/dependabot/cargo/actix-web-0.7.19Sven-Hendrik Haase2019-04-011-14/+13
|\ \ | | | | | | Bump actix-web from 0.7.18 to 0.7.19
| * | 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>
* | Try using xenialSven-Hendrik Haase2019-03-261-0/+1
| |
| * Added CLI argument to set default themeboasting-squirrel2019-04-034-18/+39
| |
| * Added light themeboasting-squirrel2019-04-021-0/+40
| |
| * Removed query params when clicking on a fileboasting-squirrel2019-04-021-1/+1
| |
| * Renamed ArchLinux to Archlinuxboasting-squirrel2019-04-022-7/+7
| |
| * Removed useless featureboasting-squirrel2019-04-011-1/+0
| |
| * Color schemesboasting-squirrel2019-04-015-153/+625
|/
* Try rustup update to fix random failureSven-Hendrik Haase2019-03-231-0/+1
|
* Bumping depsSven-Hendrik Haase2019-03-231-172/+176
|
* Merge pull request #48 from boastful-squirrel/targzSven-Hendrik Haase2019-03-238-42/+424
|\ | | | | Download folders in .tar.gz format
| * Updated README with known limitationsboasting-squirrel2019-03-191-0/+4
| |
| * Fixed commentsboasting-squirrel2019-03-191-1/+1
| |
| * Added documentation for errors and removed useless errorsboasting-squirrel2019-03-192-7/+18
| |
| * Removed Content-Lengthboasting-squirrel2019-03-191-1/+0
| |
| * Added missing padding on download divboasting-squirrel2019-03-151-0/+1
| |
| * Renamed create_archive_file function and added documentationboasting-squirrel2019-03-152-5/+7
| |
| * Improved designboasting-squirrel2019-03-151-3/+7
| |
| * Cargo fmtboasting-squirrel2019-03-141-3/+10
| |
| * Switched to tar-rs 0.4.22 and propagate no-symlink argument to tar generationboasting-squirrel2019-03-144-13/+11
| |
| * Improved grammar of TarBuildingError error messageboasting-squirrel2019-03-131-1/+1
| |
| * Switched to standard Rust logging systemboasting-squirrel2019-03-136-39/+22
| |
| * upgraded to libflate 0.1.21boasting-squirrel2019-03-132-4/+4
| |
| * Removed tempfile from dependenciesboasting-squirrel2019-03-132-25/+0
| |
| * Build tar in buffer instead of in tempfileboasting-squirrel2019-03-132-38/+10
| |
| * Added some docs comments to errors.rsboasting-squirrel2019-03-121-1/+6
| |
| * Improved error messageboasting-squirrel2019-03-121-2/+2
| |
| * updated Cargo.lockboasting-squirrel2019-03-121-1/+1
| |
| * Merge branch 'master' into targzboasting-squirrel2019-03-124-36/+8
| |\ | |/ |/|
* | Merge pull request #49 from svenstaro/dependabot/cargo/structopt-0.2.15Sven-Hendrik Haase2019-03-112-7/+7
|\ \ | | | | | | Bump structopt from 0.2.14 to 0.2.15
| * | Bump structopt from 0.2.14 to 0.2.15dependabot[bot]2019-03-112-7/+7
|/ / | | | | | | | | | | | | | | 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>
* | Send 401 instead of 403 on incorrect password (fixes #47)Sven-Hendrik Haase2019-03-081-1/+1
| |
* | Remove note in README about sort orderSven-Hendrik Haase2019-03-071-28/+0
| |
| * Better error messages for invalid pathboasting-squirrel2019-03-123-13/+20
| |
| * Added some error messages + reworked the print_error_chain methodboasting-squirrel2019-03-123-21/+38
| |
| * Started to add helpful messages for errors which could occur during archivingboasting-squirrel2019-03-116-50/+171
| |
| * Changed Info: to info: to be consistentboasting-squirrel2019-03-111-1/+1
| |
| * Updated READMEboasting-squirrel2019-03-091-0/+1
| |
| * Removed debug messageboasting-squirrel2019-03-091-3/+2
| |
| * Temporary workaround for symlinks issueboasting-squirrel2019-03-091-0/+5
| |
| * Improved HTTP headersboasting-squirrel2019-03-082-1/+16
| |
| * Corrected commentboasting-squirrel2019-03-081-1/+1
| |
| * Refactored some codeboasting-squirrel2019-03-082-31/+47
| |
| * Working example of tar.gzboasting-squirrel2019-03-083-6/+31
| |