summaryrefslogtreecommitdiffstats
path: root/src/commands/source.rs
AgeCommit message (Expand)Author
2021-12-02Move source command implementation to submoduleMatthias Beyer
2021-12-02Add progress wrapperMatthias Beyer
2021-12-02Remove multiple progress when downloadingMatthias Beyer
2021-12-02Fix: Use already existing response type to get byte stream, instead of starti...Matthias Beyer
2021-11-11Add support for timeout in source download subcommandMatthias Beyer
2021-08-17Merge branch 'verify-multi'Matthias Beyer
2021-08-16Add option to verify packages by name regexMatthias Beyer
2021-08-16Add option to download packages by name regexMatthias Beyer
2021-08-12Fix clippy: Remove unnecessary return keywordMatthias Beyer
2021-07-01Fix: Follow HTTP redirectsMatthias Beyer
2021-07-01Refactor: Move helper fn to in outermost scopeMatthias Beyer
2021-05-31Fix typoMatthias Beyer
2021-05-20Update dependency: indicatif 0.15 -> 0.16.1Matthias Beyer
2021-05-17Revert "Update dependency: indicatif 0.15 -> 0.16"Matthias Beyer
2021-05-17Merge branch 'download-graceful-error-reporting'Matthias Beyer
2021-05-12Report download errors gracefullyMatthias Beyer
2021-05-12Report URL of finished download in bar finish messageMatthias Beyer
2021-05-12Fix: Consume all items before failingMatthias Beyer
2021-05-11Add module-level docsMatthias Beyer
2021-05-11Update dependency: indicatif 0.15 -> 0.16Matthias Beyer
2021-04-09Merge branch 'source-get-path'Matthias Beyer
2021-04-08Optimize: Dont compute PathBuf object three timesMatthias Beyer
2021-04-08Remove helper Source::exists()Matthias Beyer
2021-04-08Add subcommand to get path to source fileMatthias Beyer
2021-04-08Rewrite source verification outputMatthias Beyer
2021-03-18Rewrite PackageVersionConstraint constructingMatthias Beyer
2021-02-25Fix: Make sure multiprogress bars are hidden, if we hide progress barsMatthias Beyer
2021-02-02Add bytes written/total bytes to status bar messageMatthias Beyer
2021-02-02Fix: Download bar should be joined in blocking tokio taskMatthias Beyer
2021-02-02Add trace output which packages will be verifiedMatthias Beyer
2021-02-02Fix: wait properly for multibar joinMatthias Beyer
2021-01-30Update tokio: 0.2 -> 1.0, shipliftMatthias Beyer
2021-01-25Reimplement hash verification using streamingMatthias Beyer
2021-01-19Merge branch 'verification-colored'Matthias Beyer
2021-01-19Add some color in the hash verification routineMatthias Beyer
2021-01-19Fix: Hash verification not asyncMatthias Beyer
2021-01-18Run `cargo fmt`Matthias Beyer
2021-01-18Add comments on subcommand implementationsMatthias Beyer
2021-01-15Fix clippy: using `writeln!(outlock, "")`Matthias Beyer
2021-01-15Fix clippy: `.map().collect()` can be replaced with `.try_for_each()`Matthias Beyer
2021-01-15Fix clippy: `.map().collect()` can be replaced with `.try_for_each()`Matthias Beyer
2021-01-15Add feature to mark a source entry as manual downloadMatthias Beyer
2021-01-13Add LICENSE file and license headersMatthias Beyer
2020-12-09Add some more trace outputMatthias Beyer
2020-12-09Fix weird rendering bug of progress barsMatthias Beyer
2020-12-09Add progress spinners for source verification routines.Matthias Beyer
2020-12-09Fix command implementation for source verification to log errors properlyMatthias Beyer
2020-12-09Add more log output in case of error when downloading sourcesMatthias Beyer
2020-12-07Make sources namedMatthias Beyer
2020-12-07Fix: Source cache root can be a PathBuf in the configurationMatthias Beyer