summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)Author
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-12Do not use deprecated way of checking whether path existsMatthias Beyer
2019-02-11Adapt for new interface of gen_vars() functionMatthias Beyer
2019-02-11Make generate_variants() more flexibleMatthias Beyer
2019-02-11Optimize: Do not iterate over entries outside of "timetrack" collectionMatthias Beyer
2019-02-11Add feature to trim content on the rightMatthias 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-11Make doc comment test executableMatthias Beyer
2019-02-11Simplify implementationMatthias Beyer
2019-02-11Simplify implementation of Wiki::all_ids()Matthias Beyer
2019-02-11Simplify implementation of ContactStore::all_contacts()Matthias 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-11Add Is::remove_isflag() for removing header flagsMatthias Beyer
2019-02-10Merge branch 'unnamed-annotations' into master-ffMatthias Beyer
2019-02-10Remove iterator typesMatthias Beyer
2019-02-10Make annotations unnamed (automatically UUID named)Matthias Beyer
2019-02-10Fix config override mechanismMatthias Beyer
2019-02-09Merge branch 'runtime-io-features' into master-ffMatthias Beyer
2019-02-09Fix: Do not use deprecated StoreId::exists() functionMatthias 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-26Do not use StoreId::local() hereMatthias Beyer
2018-11-26Reimplement StoreId::to_str() without erroringMatthias Beyer
2018-11-11Update lazy_static to 1.2Matthias 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-09Add Option extensions for logging optional valuesMatthias Beyer
2018-11-09Make code more idomaticMatthias Beyer
2018-11-09Make code more idomaticMatthias Beyer
2018-11-06Change WikiStore::create_wiki() interfaceMatthias Beyer
2018-11-06Change libimag{bookmark, entrylink} external linkingMatthias 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