summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)Author
2020-01-01Add MutRefWithHasher::rename_file(), which requires Ref impl in its own implMatthias Beyer
2020-01-01Impl Ref for MutRefWithHasherMatthias Beyer
2020-01-01Update copyright years to 2015-2020Matthias Beyer
2019-12-25Fix: Remove Box::leak() call in runtime application abstractionMatthias Beyer
2019-12-23Remove unused lifetimeMatthias Beyer
2019-12-23Remove unnecessary clone().to_string() callsMatthias Beyer
2019-12-23Remove unnecessary return keywordMatthias Beyer
2019-12-23Remove unnecessary clone() callMatthias Beyer
2019-12-23Remove main() in doctestMatthias Beyer
2019-12-23Remove unnecessary clone() callMatthias Beyer
2019-12-23Remove DebugResult and DebugOption helpersMatthias Beyer
2019-12-23Replace map_dbg() and map_dbg_str() with context() and inspect() callsMatthias Beyer
2019-12-23Replace map_dbg_err() calls with context() callsMatthias Beyer
2019-12-22Fix: Ignore broken pipe when reporting idsMatthias Beyer
2019-12-22Remove let binding for unit valueMatthias Beyer
2019-12-21Remove unit-let-bindingMatthias Beyer
2019-12-21Impl FromStr instead of own functionMatthias Beyer
2019-12-21Remove unit-let-bindingMatthias Beyer
2019-12-08Add functions to get by id and remove with FileLockEntryMatthias Beyer
2019-12-08Add "is"-flag setting when creating bookmarkMatthias Beyer
2019-12-08Remove old implementation, define interface for new implementationMatthias Beyer
2019-11-11Fix: a tag can contain ascii digitsMatthias Beyer
2019-11-11Make tag-checking error message more explicit about what is wrongMatthias Beyer
2019-11-09Add builder for todo entriesMatthias Beyer
2019-11-09Reimplement libimagtodoMatthias Beyer
2019-11-09Remove old implementationMatthias Beyer
2019-11-09Add Runtime::input_is_pipe()Matthias Beyer
2019-10-27Add extension trait for iterator over Result<Entry>Matthias Beyer
2019-10-27Add iterator extensions for store-id touched reportingMatthias Beyer
2019-10-26Revert "Add extension traits for handling Result<Option<T>, E> conversion"Matthias Beyer
2019-10-26Add extension traits for handling Result<Option<T>, E> conversionMatthias Beyer
2019-10-26Implement Error for ExitCodeMatthias Beyer
2019-10-26Add Entry::set_content()Matthias Beyer
2019-10-26Pass the path to the ui builder function when creating a mock applicationMatthias Beyer
2019-10-26Add ImagApplication trait for CLI completion + single-binary supportLeon Schuermann
2019-10-26Add some debug outputMatthias Beyer
2019-10-26Fix test: Check whether in cache, then get, then check againMatthias Beyer
2019-10-26Add test: Test moving entry with writing to it before and after movingMatthias Beyer
2019-10-26Fix: Testing backend bug where an entry was not properly rewrittenMatthias Beyer
2019-10-26Fix: Renaming entries should also remove the old entryMatthias Beyer
2019-10-13Fix: --override-config argument can be passed multiple timesMatthias Beyer
2019-10-11Merge branch 'libimagcalendar/init' into masterMatthias Beyer
2019-10-09Add function to get all eventsMatthias Beyer
2019-10-09Add getter helperMatthias Beyer
2019-10-09Implement calendar libraryMatthias Beyer
2019-10-09Add Linkable::is_linked_to()Matthias Beyer
2019-10-09Outsource helper: getting the link partial from EntryMatthias Beyer
2019-10-07Update dependency: hex: 0.3.2 -> 0.4Matthias Beyer
2019-10-07Update dependency: ansi_term: 0.11.0 -> 0.12Matthias Beyer
2019-10-07Update dependency: handlebars: 1.1.0 -> 2Matthias Beyer