summaryrefslogtreecommitdiff
path: root/src/ostree/ot-admin-builtin-status.c
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: Run clang-formatColin Walters2023-05-021-61/+49
* Strip trailing whitespace on all C filesDan Nicholson2023-02-071-1/+1
* Update FSF license notices to use URL instead of addressJoseph Marrero2021-12-071-3/+1
* Add an API to verify a commit signature explicitlyColin Walters2021-08-301-1/+35
* gpg: conditionally build GPG-related code for sign/verificationDenis Pynkin2019-08-011-0/+4
* admin/status: Correctly check GPG signatureRafael Fonseca2018-12-141-2/+3
* lib/sysroot: Move staged into deployment list, rework handlingColin Walters2018-04-181-10/+0
* Add concept of "staged" deploymentColin Walters2018-04-121-1/+13
* main, status: Factor out deployment printing into helperColin Walters2018-03-191-96/+115
* bash-completion: Remove `admin` completionsColin Walters2018-02-271-5/+0
* sysroot: Add concept of deployment "pinning" 📌Colin Walters2018-02-261-0/+2
* Add SPDX-License-Identifier to source filesMarcus Folkesson2018-01-301-0/+2
* core: Add standard SOURCE_TITLE metadata keyColin Walters2017-10-231-1/+7
* bin/status: Inline metadata parsing for versionsColin Walters2017-10-231-13/+14
* bin/status: Port to new styleColin Walters2017-10-231-47/+30
* 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: Remove Emacs modelinesColin Walters2017-09-211-2/+1
* bin/admin: Do sysroot loading during argument parsingColin Walters2017-09-011-3/+0
* ostree: Add naggy comments to help keep options in syncMatthew Barnes2017-08-151-0/+5
* tree-wide: Use g_autoptr(Ostree*)Colin Walters2017-08-031-3/+3
* lib/sysroot: Add API to get pending/rollback for given staterootAnton Gerasimov2017-06-141-2/+14
* tree-wide: Convert to using autoptr(GString) vs g_string_free(...,TRUE)Colin Walters2017-05-051-3/+1
* tree-wide: Switch to autoptr for GOptionContextColin Walters2016-12-081-3/+1
* admin: Allow running status unlockedDan Nicholson2016-09-301-1/+1
* admin: Add an `unlock` command, and libostree APIColin Walters2016-03-231-1/+15
* Remove unnecessary #include "libgsystem.h"Matthew Barnes2015-05-061-1/+0
* Use g_autoptr(GVariant) instead of gs_unref_variantMatthew Barnes2015-05-061-1/+1
* Use g_autoptr(GPtrArray) instead of gs_unref_ptrarrayMatthew Barnes2015-05-061-1/+1
* Use glnx_unref_object instead of gs_unref_objectMatthew Barnes2015-05-061-3/+3
* Use g_autofree instead of gs_freeMatthew Barnes2015-05-061-4/+4
* status: Don't crash if we deployed a local refspecColin Walters2015-04-201-1/+2
* admin: Conditionally show GPG signatures in status commandMatthew Barnes2015-04-161-26/+60
* admin: Show GPG signatures in status commandMatthew Barnes2015-04-081-0/+33
* Add OstreeAdminBuiltinFlags for admin commandsMatthew Barnes2015-03-251-1/+3
* Refactor command-line parsingMatthew Barnes2014-11-241-4/+4
* admin status: Print the versionJames Antill2014-10-231-0/+23
* sysroot: Clean up APIColin Walters2013-09-161-19/+5
* libostree: Nearly complete move of API into OstreeSysrootColin Walters2013-09-151-3/+3
* libostree: Move a lot more sysroot API hereColin Walters2013-09-151-3/+3
* Move Deployment and BootconfigParser into libostreeColin Walters2013-09-151-6/+6
* libostree: Add new OstreeSysroot classColin Walters2013-09-151-4/+4
* admin: Clean up builtin prototypeColin Walters2013-07-291-5/+4
* Install a shared libraryColin Walters2013-07-261-0/+1
* admin status: Print out origin tooColin Walters2013-07-111-7/+14
* [INCOMPATIBLE CHANGE] Implement new deployment modelColin Walters2013-07-071-0/+100