summaryrefslogtreecommitdiffstats
path: root/libimagstore
AgeCommit message (Expand)Author
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
2016-07-04Ensure that StoreId::storified() does not alter already storified StoreId obj...Matthias Beyer
2016-07-04Revert "Store::create() Make outgoing storeid object unstorified"Matthias Beyer
2016-07-04Revert "Add StoreId::unstorified()"Matthias Beyer
2016-07-04Store::create() Make outgoing storeid object unstorifiedMatthias Beyer
2016-07-04Add error kind for storeid handling errorsMatthias Beyer
2016-07-04Add StoreId::unstorified()Matthias Beyer
2016-07-02Move storification of StoreId object to new StoreId::storified() funcMatthias Beyer
2016-06-30Impl Display for StoreIdMatthias Beyer
2016-06-27store.rs: Replace error boxing and wrapping with result helper from libimagerrorMatthias Beyer
2016-06-27lazyfile.rs: Replace error boxing and creation by call to new helper functionMatthias Beyer
2016-06-27call helper generator macros in error moduleMatthias Beyer
2016-06-08Add another level of error enclosureMatthias Beyer
2016-06-08Add error kinds for Move functionsMatthias Beyer
2016-06-08Refactor: Use helper function for equal codelinesMatthias Beyer
2016-06-08Add Store::save_to() to create a copy of an entryMatthias Beyer
2016-06-08Add {Pre, Post}Move hooksMatthias Beyer
2016-06-08Implement save_as()Matthias Beyer
2016-06-08Implement move_by_id()Matthias Beyer
2016-06-08Add (unimplemented) functions for moving store entriesMatthias Beyer
2016-06-06Merge pull request #456 from matthiasbeyer/libimagstore/errors-to-identify-st...Matthias Beyer
2016-05-29Merge pull request #439 from matthiasbeyer/libimagstore/fle-and-entry-have-st...Matthias Beyer
2016-05-29Merge pull request #454 from matthiasbeyer/libimagstore/hook-exec-error-fixMatthias Beyer
2016-05-29Remove duplicated StoreId member in FileLockEntry, use member from EntryMatthias Beyer
2016-05-28Merge pull request #440 from matthiasbeyer/libimagstore/load-unload-hooksMatthias Beyer
2016-05-28Fix C/P failMatthias Beyer
2016-05-28Hook data accessors should implement DebugMatthias Beyer
2016-05-28Add a set of error kinds to identify the store call the error came fromMatthias Beyer
2016-05-28Add error tracing support in Aspect implementationMatthias Beyer
2016-05-28Rewrite pre-hook executionMatthias Beyer
2016-05-28HookError: Add optional non-aborting modeMatthias Beyer
2016-05-28Fix glob() patternMatthias Beyer
2016-05-28Merge pull request #446 from matthiasbeyer/libimagstore/fix-getMatthias Beyer
2016-05-27Fix Store::get()Matthias Beyer
2016-05-27Rewrite hook error module with error macrosMatthias Beyer
2016-05-27Remove old error code which is unusedMatthias Beyer
2016-05-27Use Into implementations to convert error kinds into error typesMatthias Beyer
2016-05-26Use error.into() instead of building full typeMatthias Beyer
2016-05-26Shorten type names in importMatthias Beyer
2016-05-26Shorten type names in importMatthias Beyer
2016-05-26Replace old error construction code with new libimagerror functionalityMatthias Beyer
2016-05-26Implement store-unload hooksMatthias Beyer
2016-05-24Merge pull request #432 from matthiasbeyer/libimagerror/simple-intoMatthias Beyer