summaryrefslogtreecommitdiffstats
path: root/lib/core/libimagstore/src/file_abstraction/fs.rs
AgeCommit message (Expand)Author
2020-03-08Replace failure with anyhow in complete codebaseMatthias Beyer
2020-01-01Update copyright years to 2015-2020Matthias Beyer
2019-08-28[No-auto] lib/core/store: Fix Clippy warningsflip1995
2019-08-25Run "cargo fix --all-features" in root of projectMatthias Beyer
2019-05-18Fix: Entries::in_collection() should be able to return errorMatthias Beyer
2019-05-18Run 'cargo fix' for rust-2018Matthias Beyer
2019-04-13Fix: PathIterBuilder should not yield directoriesMatthias Beyer
2019-02-20Add debug outputMatthias Beyer
2019-02-15Rewrite Store::new* API: libimagstore does not export backend typesMatthias Beyer
2019-02-15Move to simpler implementation of StoreidMatthias Beyer
2019-02-15Add debug outputMatthias Beyer
2019-01-03Update copyright yearsMatthias Beyer
2018-11-06Remove indirectionMatthias Beyer
2018-11-06Remove scope for better readabilityMatthias Beyer
2018-11-06Format codeMatthias Beyer
2018-11-06FS backend: Safe allocation of new PathBuf objectMatthias Beyer
2018-10-30libimagstore: Move from error-chain to failureMatthias Beyer
2018-09-27Optimize the Store::entries() interfaceMatthias Beyer
2018-08-11Optimize backend impl to not hold open filesMatthias Beyer
2018-05-01Only create directory if it does not existMatthias Beyer
2018-05-01Add trace outputMatthias Beyer
2018-05-01Rewrite backend to not collect on pathes_recursively()Matthias Beyer
2018-04-25Derive Default for FSFileAbstraction, reduces boilerplateMatthias Beyer
2018-03-26Fix: Entry::to_str() should return Result<_>Matthias Beyer
2018-02-07Update dates in license headerMatthias Beyer
2017-10-31Use ? operator instead of try!() macroMatthias Beyer
2017-10-13Fix Store::entries() to not yield directoriesMatthias Beyer
2017-10-01Fix: Create directory before renaming fileMatthias Beyer
2017-10-01Add some debug outputMatthias Beyer
2017-09-21Fix Walkdir depthMatthias Beyer
2017-09-17Add file abstraction function to check whether path existsMatthias Beyer
2017-09-06Rewrite Store::entries() implementationMatthias Beyer
2017-09-03libimagstore: rewrite error handling codeMatthias Beyer
2017-08-27Reorganize code in subdirsMatthias Beyer