summaryrefslogtreecommitdiffstats
path: root/src/package/source.rs
AgeCommit message (Expand)Author
2021-11-19Update Copyright string to 2020-2022Matthias Beyer
2021-06-09Remove too verbose trace outputMatthias Beyer
2021-03-13Switch from sha1 to sha-1Matthias Beyer
2021-02-02Fix: Hash decoding for sha256Matthias 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-25Implement sha256/sha512 supportMatthias Beyer
2021-01-18Run `cargo fmt`Matthias Beyer
2021-01-18Fix: Add missing field initializationMatthias 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-12Reimplement hash verificationMatthias Beyer
2020-12-16Replace manual Display implementations with deriveMatthias Beyer
2020-12-09Add debugging output in hash verification codeMatthias Beyer
2020-12-09Change implementation to return Ok(()) on successMatthias Beyer
2020-12-03Cleanup importsMatthias Beyer
2020-11-11Add hash algorithms to verify source integrityMatthias Beyer
2020-11-08Remove unused imports, sort importsMatthias Beyer
2020-11-05Derive Serialize for all typesMatthias Beyer
2020-10-29Implement Display for HashType, HashValueMatthias Beyer
2020-10-29Add getters for crate::package::SourceHashMatthias Beyer
2020-10-26Implement tests for Repository typeMatthias Beyer
2020-10-13Split files for more structureMatthias Beyer