summaryrefslogtreecommitdiffstats
path: root/imag-store/src
AgeCommit message (Expand)Author
2017-08-27Reorganize code in subdirsMatthias Beyer
2017-06-21Use stdout backend, not stdio backendMatthias Beyer
2017-06-21Implement dumpingMatthias Beyer
2017-06-21Add dump() stubMatthias Beyer
2017-06-21Add clap subcommand for dumpingMatthias Beyer
2017-02-05imag-store: Use TomlValueExt in replace for EntryHeaderMatthias Beyer
2016-10-01imag-store: Add copyright notice to all filesMatthias Beyer
2016-09-08imag-store: Use Err/Ok Result map utils to refactor codeMatthias Beyer
2016-09-08imag-store: Use util fn warn_exit()Matthias Beyer
2016-08-31Fix imag-store::create::* to fail on absolute pathesMatthias Beyer
2016-08-28Fix imag-store::{create, delete, get, retrieve, update}::* for new StoreId in...Matthias Beyer
2016-08-03Replace unwrap() with matchMatthias Beyer
2016-08-03Replace unwrap() with matchMatthias Beyer
2016-08-03Replace unwrap() with try!()Matthias Beyer
2016-08-03Replace unwrap() with matchMatthias Beyer
2016-07-17Merge pull request #561 from matthiasbeyer/libimagstore/verifyMatthias Beyer
2016-07-17Add "verify" feature in imag-storeMatthias Beyer
2016-07-16Remove unused importsMatthias Beyer
2016-07-16Replace trace_error() with trace_error_exit() where appropriateMatthias Beyer
2016-06-08Add value_name() call in ui specification codeMatthias Beyer
2016-05-28Implement get() functionalityMatthias Beyer
2016-05-28Make print_entry() pub to be available in get() implementationMatthias Beyer
2016-05-28Add UI specification for get() functionalityMatthias Beyer
2016-05-19imag-store: use generate_error_module!() macro and reexport generated typesMatthias Beyer
2016-05-19imag-store: Replace error module imports with macro helperMatthias Beyer
2016-05-18imag-store: Remove setup code and use helperMatthias Beyer
2016-05-17imag-store: Change dependency from libimagutil -> libimagerrorMatthias Beyer
2016-05-17imag-store: Replace error code with code generator macroMatthias Beyer
2016-05-14roll back closure, remove unneeded slice & importsAndre Bogus
2016-05-13style adaptationsAndre Bogus
2016-04-21Remove unused importMatthias Beyer
2016-04-21Merge pull request #367 from matthiasbeyer/unwrap_errMatthias Beyer
2016-04-21Merge pull request #374 from matthiasbeyer/remove-unneeded-derefsMatthias Beyer
2016-04-21Enable lintsMatthias Beyer
2016-04-21Remove unneeded keyword "mut"Matthias Beyer
2016-04-21Remove unused importsMatthias Beyer
2016-04-21Use unused resultsMatthias Beyer
2016-04-21Remove unneeded calls to deref()Matthias Beyer
2016-04-20imag-store: Replace .err().unwrap() with .unwrap_err()Matthias Beyer
2016-04-17Remove init-logging from imag-storeMatthias Beyer
2016-03-26Move logger initialization to earliest possible pointMatthias Beyer
2016-03-26Merge pull request #290 from matthiasbeyer/imag-store/remove-false-arggroupMatthias Beyer
2016-03-25Remove false grouping from UIMatthias Beyer
2016-03-25Trace error on retrieve failureMatthias Beyer
2016-03-19Adapt to new function interface of build_entry_path()Matthias Beyer
2016-03-19Move: build_entry_path() from imag-store to libimagstoreMatthias Beyer
2016-03-08Add clap::ArgGroup to rely on clap for mutually exclusive argsMatthias Beyer
2016-02-20imag-store: Update clap: 1.5.5 -> 2.1.1Matthias Beyer
2016-02-12Remove EntryHeader::toml() calls and replace with ::into() and ::from() callsMatthias Beyer
2016-02-09Allow --id / -i as path specification, for consistencyMatthias Beyer