summaryrefslogtreecommitdiffstats
path: root/lib/core
AgeCommit message (Expand)Author
2019-02-20Add debug outputMatthias Beyer
2019-02-20Fix: Use StoreIdWithBase::from_full_pathMatthias Beyer
2019-02-19Add output about logger settings in logging setupMatthias Beyer
2019-02-15Merge branch 'redefine-storeid'Matthias Beyer
2019-02-15Remove unused variableMatthias Beyer
2019-02-15Remove irrelevant testsMatthias Beyer
2019-02-15Use StoreId::local_display_string() for less errorhandling hereMatthias Beyer
2019-02-15Adapt to new libimagstore::iter::Entries APIMatthias Beyer
2019-02-15Add Entries::into_storeid_iter()Matthias Beyer
2019-02-15Rewrite: StoreId::new_baseless() -> StoreId::new()Matthias Beyer
2019-02-15Rewrite Store::new* API: libimagstore does not export backend typesMatthias Beyer
2019-02-15Delete unused codeMatthias Beyer
2019-02-15Move to simpler implementation of StoreidMatthias Beyer
2019-02-15Fix: Off by one errorMatthias Beyer
2019-02-15Add debug outputMatthias Beyer
2019-02-15Bugfix: Rebuild iterator when changing collectionMatthias Beyer
2019-02-11Adapt for new interface of gen_vars() functionMatthias Beyer
2019-02-11Remove magic constants in trace_unwrap_exit/map_err_trace_exit_unwrap callsMatthias Beyer
2019-02-11Remove clone() callsMatthias Beyer
2019-02-11Simplify implementationMatthias Beyer
2019-02-11Add trace!() call to show config when runtime initializesMatthias Beyer
2019-02-11Change id reporting API to return ExitCodeMatthias Beyer
2019-02-10Fix config override mechanismMatthias Beyer
2019-02-05Remove log-destination-override featuresMatthias Beyer
2019-02-05Add runtime feature: Ignore id reportingMatthias Beyer
2019-01-03Update copyright yearsMatthias Beyer
2018-12-13Add Store::exists() for checking whether a StoreId exists as EntryMatthias Beyer
2018-11-26Simplify Display impl for StoreidMatthias Beyer
2018-11-26Reimplement StoreId::to_str() without erroringMatthias Beyer
2018-11-11Forbid unsafe code in all cratesMatthias Beyer
2018-11-10Update version stringsMatthias Beyer
2018-11-09Update dependencies from git versions to proper versions.Matthias Beyer
2018-11-06Implement ID providing in libimagrtMatthias Beyer
2018-11-06Implement ID reportingMatthias Beyer
2018-11-06Fix: Do not ignore errors in config anymoreMatthias Beyer
2018-11-06Remove scopeMatthias Beyer
2018-11-06Remove call to format_err!(), use err_msg() insteadMatthias Beyer
2018-11-06Remove repetitive code by abstracting itMatthias Beyer
2018-11-06Remove unnecessary scopeMatthias 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-11-06Adapt Store::get()/Store::create() to check cache before FSMatthias Beyer
2018-11-06Fix: In-Memory test backend: Actually remove the old entry on "move"Matthias Beyer
2018-11-06Make assert!() output more verboseMatthias Beyer
2018-11-06Rewrite Debug for FileLockEntryMatthias Beyer
2018-11-06Fix: Remove call to deprecated functionMatthias Beyer
2018-11-01Remove logging calls in favour of debug callsMatthias Beyer
2018-11-01Add debugging output in test via loggerMatthias Beyer