summaryrefslogtreecommitdiffstats
path: root/lib/entry/libimagentrylink/src/external.rs
AgeCommit message (Expand)Author
2019-05-31Move code from external libimagentrylink module to libimagentryurlMatthias Beyer
2019-05-29Update dependency: toml: 0.4 -> 0.5Matthias Beyer
2019-05-18Add more context in error messagesMatthias Beyer
2019-05-18Run 'cargo fix' for rust-2018Matthias Beyer
2019-04-13Rewrite all usages of ModuleEntryPathMatthias Beyer
2019-04-13Fix for rust beta compilerMatthias Beyer
2019-03-09Do not ignore errors when collecting linksMatthias Beyer
2019-02-15Rewrite Store::new* API: libimagstore does not export backend typesMatthias Beyer
2019-01-03Update copyright yearsMatthias Beyer
2018-11-26Do not use StoreId::local() hereMatthias Beyer
2018-11-06Change libimag{bookmark, entrylink} external linkingMatthias Beyer
2018-10-30libimagentrylink: Move from error-chain to failureMatthias Beyer
2018-07-18replaced rust-crypto with RustCrypto cratesnewpavlov
2018-05-11Fix comment for rustc 1.26Matthias Beyer
2018-05-01Fix for passing Arc<_> to store interface instead of Box<_>Matthias Beyer
2018-04-25Derive Default for InMemoryFileAbstraction, remove constructorMatthias Beyer
2018-02-07Update dates in license headerMatthias Beyer
2018-01-15env_logger: 0.4.* -> 0.5.0-rc.1Matthias Beyer
2018-01-13libimagentrylink: Replace read with typed readMatthias Beyer
2017-12-24Refactor libimagrt+libimagstore to pass whole configuration objectMatthias Beyer
2017-10-31Replace uses of try!() macro with "?" operatorMatthias Beyer
2017-09-23Use error chain link functionality to remove link-conversion boilerplateMatthias Beyer
2017-09-15Query-path fixedMatthias Beyer
2017-09-15Add more debugging/tracing outputMatthias Beyer
2017-09-15Add test to test external linkingMatthias Beyer
2017-09-09Fix header locationsMatthias Beyer
2017-09-04Merge branch 'master' into libimagerror/integrationMatthias Beyer
2017-09-04Remove dedicated result modules, use error chain generated Result typesMatthias Beyer
2017-09-03Remove "IntoError" trait, use error_chain functionalityMatthias Beyer
2017-09-03libimagentrylink: Rewrite error handlingMatthias Beyer
2017-08-31Merge branch 'libimagstore/remove-unused' into integrate-remove-unusedMatthias Beyer
2017-08-31Remove unused keyword "mut" where not neededMatthias Beyer
2017-08-28Change crates to use toml-query crateMatthias Beyer
2017-08-28Rewrite libimagentrylink::external::Link to be a traitMatthias Beyer
2017-08-27Reorganize code in subdirsMatthias Beyer