summaryrefslogtreecommitdiffstats
path: root/src/commands/source.rs
AgeCommit message (Expand)Author
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
2020-12-07Deny macro_use from external crateMatthias Beyer
2020-12-07Cleanup: Add missing "dyn" keywordMatthias Beyer
2020-12-07Remove unused variableMatthias Beyer
2020-12-03Remove variable interpolation in config fileMatthias Beyer
2020-12-03Move verification implementation to dedicated functionMatthias Beyer
2020-12-03Allow multiple sources per packageMatthias Beyer
2020-12-03Cleanup importsMatthias Beyer
2020-11-26Update dependency: clap: 3.0.0-beta.1 -> 3.0.0-beta.2Matthias Beyer
2020-11-11Fix: Flush file buffer after download completedMatthias Beyer
2020-11-11Add subcommand "source download"Matthias Beyer
2020-11-11Add optional version filtering for "source" subcommandsMatthias Beyer
2020-11-11Add "source url" subcommandMatthias Beyer
2020-11-11Add "source list-missing" subcommandMatthias Beyer
2020-11-11Move to have "source" subcommandMatthias Beyer