summaryrefslogtreecommitdiff
path: root/src/ostree/ot-builtin-show.c
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: Run clang-formatColin Walters2023-05-021-113/+88
* bin/show: Add options to list metadata keysDan Nicholson2023-02-071-6/+71
* Update FSF license notices to use URL instead of addressJoseph Marrero2021-12-071-3/+1
* bin/show: Add --print-sizes option to show sizes metadataDan Nicholson2020-01-201-0/+69
* gpg: conditionally build GPG-related code for sign/verificationDenis Pynkin2019-08-011-0/+2
* Add SPDX-License-Identifier to source filesMarcus Folkesson2018-01-301-0/+2
* bin/show: Add --no-byteswapColin Walters2017-12-121-1/+11
* ostree: provide command description in a better placeRuixin Bao2017-10-201-1/+1
* ostree: move flags into command struct, pass down through builtinsRuixin Bao2017-10-201-2/+2
* tree-wide: Update to new libglnx fd APIsColin Walters2017-10-111-1/+1
* Deduplicate and fix up our use of mmap()Colin Walters2017-10-041-1/+4
* tree-wide: Remove Emacs modelinesColin Walters2017-09-211-2/+1
* ostree: Add naggy comments to help keep options in syncMatthew Barnes2017-08-151-0/+5
* lib/gpg-verify: Add an OstreeGpgError error domainPhilip Withnall2017-08-101-1/+1
* tree-wide: Use g_autoptr(Ostree*)Colin Walters2017-08-031-2/+2
* ostree: Use G_OPTION_ARG_FILENAME where appropriatePhilip Withnall2017-04-271-1/+1
* builtin/show: Convert to direct return/decl-after-stmt styleColin Walters2017-03-131-89/+51
* tree-wide: Switch to autoptr for GOptionContextColin Walters2016-12-081-3/+1
* lib: Add an API to GPG verify a commit given a remoteColin Walters2016-11-171-3/+13
* lib: Drop GFile variant mapping API for fd-relativeColin Walters2016-06-011-4/+1
* Use g_autoptr(GVariant) instead of gs_unref_variantMatthew Barnes2015-05-061-9/+9
* Use glnx_unref_object instead of gs_unref_objectMatthew Barnes2015-05-061-2/+2
* Use g_autoptr() for GIO object typesMatthew Barnes2015-05-061-3/+3
* Use g_autofree instead of gs_freeMatthew Barnes2015-05-061-3/+3
* show: add option --gpg-homedirGiuseppe Scrivano2015-04-271-1/+4
* gpg: Add ostree_gpg_verify_result_describe()Matthew Barnes2015-04-081-83/+9
* Fix build failure on g_autoptr(gchar) with glib masterAlexander Larsson2015-03-201-1/+1
* show: Print a blurb for each signature on a commitMatthew Barnes2015-03-181-0/+114
* Refactor command-line parsingMatthew Barnes2014-11-241-3/+4
* Various manpage / usage blurb improvementsMatthew Barnes2014-11-161-4/+4
* show: Fix segfault if we can't find an objectColin Walters2014-04-291-1/+1
* show: Handle keys of any type, and set an error if key doesn't existColin Walters2013-09-271-4/+9
* show: Print an error message if commit doesn't have detached metadataColin Walters2013-09-261-0/+6
* core: Add detached metadata, readd metadata to commitsColin Walters2013-09-091-13/+25
* Fix warnings about unused variablesTobias Hunger2013-08-301-1/+0
* main: Code cleanup by passing OstreeRepo * directly to builtinsColin Walters2013-08-251-6/+1
* Intelligible display for 'ostree show'Stef Walter2013-08-151-27/+29
* Don't pass non-checksums to ostree_repo_has_object()Stef Walter2013-08-141-5/+5
* core: Finish making object path API privateColin Walters2013-07-311-88/+98
* Install a shared libraryColin Walters2013-07-261-0/+1
* main: Consistently use "opt_" as a prefix for option local variablesColin Walters2013-07-231-11/+11
* main: show: Don't strip mode, let's see the whole thingColin Walters2013-07-181-1/+1
* main: Make "ostree show" actually useful for filesColin Walters2013-07-171-13/+42
* main: Move GCancellable to toplevelColin Walters2013-07-161-1/+1
* ostree: Some header file cleanupsColin Walters2013-07-091-2/+0
* Switch to libgsystem local allocation macrosColin Walters2013-07-071-15/+15
* core: Drop ot_gfile_new_for_pathColin Walters2012-06-301-1/+1
* core: Map metadata from repository as trustedColin Walters2012-05-181-1/+1
* core: Add write-refs builtinColin Walters2012-05-141-22/+14
* core: Re-unify on one OSTREE_OBJECT_TYPE_FILEColin Walters2012-04-111-8/+2