summaryrefslogtreecommitdiffstats
path: root/src/source
AgeCommit message (Expand)Author
2021-11-19Update Copyright string to 2020-2022Matthias Beyer
2021-09-29Do not include source hash in source file nameMatthias Beyer
2021-06-08Fix: Do not fail if directory existsMatthias Beyer
2021-04-08Optimize: Remove helperMatthias Beyer
2021-04-08Remove helper Source::exists()Matthias Beyer
2021-02-02Add more error context informationMatthias Beyer
2021-02-02Make source verification completely asyncMatthias Beyer
2021-01-25Reimplement hash verification using streamingMatthias Beyer
2021-01-19Fix: Hash verification not asyncMatthias Beyer
2021-01-18Run `cargo fmt`Matthias Beyer
2021-01-15Add feature to mark a source entry as manual downloadMatthias Beyer
2021-01-13Revert "Reimplement hash verification"Matthias Beyer
2021-01-13Add LICENSE file and license headersMatthias Beyer
2021-01-12Move hashing itself into blocking taskMatthias Beyer
2021-01-12Reimplement hash verificationMatthias Beyer
2021-01-12Fix: Spawn filesystem task on a blocking tokio threadMatthias Beyer
2021-01-11Fix: Do not use tokio in SourceEntry::verify_hash()Christoph Prokop
2020-12-09Add some more trace outputMatthias Beyer
2020-12-09Change implementation to return Ok(()) on successMatthias Beyer
2020-12-09Fix: Create directory for source entry before creating fileMatthias Beyer
2020-12-07Make sources namedMatthias Beyer
2020-12-07Remove SourceEntry::open() (unused)Matthias Beyer
2020-12-03Allow multiple sources per packageMatthias Beyer
2020-12-03Cleanup importsMatthias Beyer
2020-11-14Add debug output, error context informationMatthias Beyer
2020-11-11Make SourceCache impl Clone, DebugMatthias Beyer
2020-11-11Add subcommand "source download"Matthias Beyer
2020-11-11Add SourceEntry::remove_file() helperMatthias Beyer
2020-11-11Add SourceEntry::url()Matthias Beyer
2020-11-11Add source cache typesMatthias Beyer