summaryrefslogtreecommitdiffstats
path: root/libimagref
AgeCommit message (Expand)Author
2016-09-06Fix Ref::get_path_hash() to use ::into_pathbuf()Matthias Beyer
2016-09-05Add variant of Ref::get_stored_hash() to get stored hash with custom hasherMatthias Beyer
2016-09-05Add variant of Ref::update_ref() to update with custom Hasher instanceMatthias Beyer
2016-09-05Fix Ref::get_stored_hash() for reading the right header fieldMatthias Beyer
2016-09-05Fix Ref::update_ref() to set the appropriate header fieldMatthias Beyer
2016-09-05This patch puts the hasher name in the headerMatthias Beyer
2016-08-30Remove version argument from module_entry_path_mod!() macroMatthias Beyer
2016-08-28Fix libimagref::reference::* for new StoreId interfaceMatthias Beyer
2016-08-24Add README.md for libimagrefMatthias Beyer
2016-08-23Use UTF8Error in default hasher implMatthias Beyer
2016-08-23Add NBytesHasher custom hasherMatthias Beyer
2016-08-23Add generic UTF8Error error kindMatthias Beyer
2016-08-23Move Ref implementation to use DefaultHasherMatthias Beyer
2016-08-23Add hasher moduleMatthias Beyer
2016-08-06Upgrade toml dependency to 0.2Kai Sickeler
2016-07-26libimagref: Deny warnings and fix denied warningsGavin Thomas Claugus
2016-07-16Merge pull request #497 from matthiasbeyer/libimagref/listMatthias Beyer
2016-07-14Fix: Header field name was wrongMatthias Beyer
2016-07-14Impl Into<FileLockEntry> on Ref typeMatthias Beyer
2016-07-14Add lister for libimagref to list referencesMatthias Beyer
2016-07-14Add RefToDisplayError kindMatthias Beyer
2016-07-14Add dependency: libimagentrylistMatthias Beyer
2016-07-12Update all version strings: 0.1.0 -> 0.2.0Matthias Beyer
2016-07-05Fix: We cannot offer a Ref::delete(self), but a Ref::delete_by_hash()Matthias Beyer
2016-07-04Impl Display for RefMatthias Beyer
2016-07-04Add Ref::from_filelockentry()Matthias Beyer
2016-07-04Add Ref::get_path_hash()Matthias Beyer
2016-07-04Impl Ref::get_by_hash()Matthias Beyer
2016-07-04impl Ref::delete()Matthias Beyer
2016-07-04Ref: derive DebugMatthias Beyer
2016-07-04Impl Default for RefFlagsMatthias Beyer
2016-07-04Impl: Ref::refind()Matthias Beyer
2016-07-04Impl Ref::update_ref()Matthias Beyer
2016-07-04Extract permissions getting into helper functionMatthias Beyer
2016-07-04Outsource hash getter functions into new (pub) functionsMatthias Beyer
2016-07-04Impl Ref::fs_link_valid()Matthias Beyer
2016-07-04Impl Ref::fs_link_valid_permissions()Matthias Beyer
2016-07-04Impl Ref::exists()Matthias Beyer
2016-07-04Impl Ref::fs_link_valid_hash()Matthias Beyer
2016-07-04Extract file-content-hashing functionality to new private functionMatthias Beyer
2016-07-04Impl Ref::is_ref_to_dir()Matthias Beyer
2016-07-04Impl Ref::is_ref_to_file()Matthias Beyer
2016-07-04Impl Ref::fs_file()Matthias Beyer
2016-07-04Impl Ref::fs_link_exists()Matthias Beyer
2016-07-04Impl Ref::hash_path() (changes returntype)Matthias Beyer
2016-07-04Impl Ref::create()Matthias Beyer
2016-07-04Impl Ref::is_ref_to_dir()Matthias Beyer
2016-07-04Impl Ref::is_ref_to_file()Matthias Beyer
2016-07-04Impl Ref::is_dangling()Matthias Beyer
2016-07-04Impl Ref::open()Matthias Beyer