summaryrefslogtreecommitdiffstats
path: root/lib/core/libimagrt/src
AgeCommit message (Expand)Author
2020-03-24Fix: Return actual length of bufferMatthias Beyer
2020-03-24Add blackhole as default cli optionMatthias Beyer
2020-03-24Fix clippy warning: next() instead of nth(0)Matthias Beyer
2020-03-08Replace failure with anyhow in complete codebaseMatthias Beyer
2020-03-01Add iterator extension for reporting from iteratorMatthias Beyer
2020-03-01Allow more fine-granular control over IO behaviour in runtimeMatthias Beyer
2020-02-28Remove module-based loggingMatthias Beyer
2020-02-28Fix: If global loglevel allowes record to be logged, log itMatthias 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 DebugResult and DebugOption helpersMatthias Beyer
2019-12-23Replace map_dbg() and map_dbg_str() with context() and inspect() callsMatthias Beyer
2019-12-22Fix: Ignore broken pipe when reporting idsMatthias 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-26Add ImagApplication trait for CLI completion + single-binary supportLeon Schuermann
2019-10-13Fix: --override-config argument can be passed multiple timesMatthias Beyer
2019-08-28[No-auto] lib/core/rt: Fix Clippy warningsflip1995
2019-08-28[Auto] lib/core/rt: Fix Clippy warningsflip1995
2019-07-26Refactor: Do not provide functions for these identifiersMatthias Beyer
2019-07-25Add checks whether variables are valid unicode and propagate appropriate errorMatthias Beyer
2019-07-24Rewrite get_rtp_match() to not panicMatthias Beyer
2019-06-30Remove use of ItertoolsMatthias Beyer
2019-06-22Allow unused variable hereMatthias Beyer
2019-05-30Rewrite to use derive macroMatthias Beyer
2019-05-30Add comment why we do thisMatthias Beyer
2019-05-30Remove boilerplate by enabling serde in "log" dependencyMatthias Beyer
2019-05-30Rewrite logging config deserializationMatthias Beyer
2019-05-24Introduce proper error handling in IdPathProviderLeon Schuermann
2019-05-18Add more context in error messagesMatthias Beyer
2019-05-18Run 'cargo fix' for rust-2018Matthias Beyer
2019-04-13Fix for rust beta compilerMatthias Beyer
2019-03-09Remove old TODOMatthias Beyer
2019-02-19Add output about logger settings in logging setupMatthias Beyer
2019-02-15Merge branch 'redefine-storeid'Matthias Beyer
2019-02-15Remove unused variableMatthias Beyer
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-11Adapt for new interface of gen_vars() functionMatthias Beyer
2019-02-11Remove clone() callsMatthias Beyer
2019-02-11Simplify implementationMatthias 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-10Fix config override mechanismMatthias 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-11-11Forbid unsafe code in all cratesMatthias Beyer
2018-11-10Update version stringsMatthias Beyer