summaryrefslogtreecommitdiffstats
path: root/libimagstore/src
AgeCommit message (Expand)Author
2016-08-25Remove duplicationMarcel Müller
2016-08-24Add missing FileAbstractions callMarcel Müller
2016-08-24Rename lazyfile file to file_abstractionMarcel Müller
2016-08-24Move all abstractions to LazyFile and change it to FileAbstractionMarcel Müller
2016-08-24Add simple testMarcel Müller
2016-08-24Add implementation of Test LazyfileMarcel Müller
2016-08-24Add FileNot{Written,Seeked} errorsMarcel Müller
2016-08-24Split up LazyFile for test/prodMarcel Müller
2016-08-24Use Read instead of File for `from_file`Marcel Müller
2016-08-24Comment out testsMarcel Müller
2016-08-23Merge pull request #659 from asuivelentine/libimagstore/unused-importMatthias Beyer
2016-08-23removed unused importKai Sickeler
2016-08-02Fix possible w-lock panicMatthias Beyer
2016-08-02Fix possible w-lock panicMatthias Beyer
2016-08-01Fix possible w-lock panicMatthias Beyer
2016-08-01Fix: Make sure we release the Write-LockMatthias Beyer
2016-07-27Implement Debug for FileLockEntry, do not derive itKai Sickeler
2016-07-25Check whether implictely creating the store path is allowedMatthias Beyer
2016-07-25Add error kind for implicit create deniedMatthias Beyer
2016-07-25Add helper to check config for implicit-createMatthias Beyer
2016-07-18Make warning more verbose, tell what kind of variable cannot be fetchedMatthias Beyer
2016-07-17Merge pull request #561 from matthiasbeyer/libimagstore/verifyMatthias Beyer
2016-07-17Add Store::verify()Matthias Beyer
2016-07-16Fix comment how config has to lookMatthias Beyer
2016-07-16Merge pull request #553 from matthiasbeyer/libimagstore/custom-hook-error-dat...Matthias Beyer
2016-07-16Add interface for custom error data typeMatthias Beyer
2016-07-16Remove "Sync" trait bound - we don't need to sync between threads hereMatthias Beyer
2016-07-16Merge pull request #548 from matthiasbeyer/libimagstore/storeid-hook-exec-in-...Matthias Beyer
2016-07-16Merge pull request #546 from matthiasbeyer/libimagstore/fixed-and-more-hook-e...Matthias Beyer
2016-07-16Merge pull request #545 from matthiasbeyer/libimagstore/fix-aspect-config-get...Matthias Beyer
2016-07-16Merge pull request #547 from matthiasbeyer/libimagstore/aspect-execution-outputMatthias Beyer
2016-07-16Execute StoreIdAccess accessors in MutableHookDataAccessor impl for Aspect as...Matthias Beyer
2016-07-16Debug output in MutableHookDatsaAccessor impl for AspectMatthias Beyer
2016-07-16Add more error levels in hook execution error wrappingMatthias Beyer
2016-07-16Add error output in Aspect execution codeMatthias Beyer
2016-07-16Fix AspectConfig::get_for() implementationMatthias Beyer
2016-07-16Add debug config when getting configuration for a hookMatthias Beyer
2016-07-16Add debugging output when setting hook configurationMatthias Beyer
2016-07-16Add more debug output in Store::new()Matthias Beyer
2016-07-14Cleanup `HookError` tracing logic.John Sirois
2016-07-14Move from a helper function to a typeclass.John Sirois
2016-07-13Add a `fold_ok` utility.John Sirois
2016-07-07Merge pull request #513 from matthiasbeyer/libimagstore/hooks/optionally-deny...Matthias Beyer
2016-07-07Deny mutable access for hooks if the config says soMatthias Beyer
2016-07-07Remove import: trace_error() functionMatthias Beyer
2016-07-06Add configuration parsing/getter for denying of mutable hooksMatthias Beyer
2016-07-06Add error kind for denied hooksMatthias Beyer
2016-07-06Remove checking for aborting errorsMatthias Beyer
2016-07-05Fix Display impl for StoreId by using lossy string rep if PathBuf::to_str() f...Matthias Beyer
2016-07-04Merge pull request #489 from matthiasbeyer/libimagstore/storify-idMatthias Beyer