summaryrefslogtreecommitdiff
path: root/src/ostree/ot-admin-builtin-status.c
Commit message (Expand)AuthorAgeFilesLines
* 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