summaryrefslogtreecommitdiff
path: root/src/ostree/ot-main.c
Commit message (Expand)AuthorAgeFilesLines
* sysroot: Add a public `#define OSTREE_PATH_BOOTED`Colin Walters2022-01-121-1/+1
* main: Also support CLI extensions in `/usr/libexec/libostree/ext`Colin Walters2022-01-111-2/+14
* ostree: check g_setenv return valueLuca BRUNO2022-01-101-1/+5
* main: add support for CLI extensions via external binariesLuca BRUNO2021-12-201-0/+97
* Update FSF license notices to use URL instead of addressJoseph Marrero2021-12-071-3/+1
* app: Only remount /sysroot if neededJonathan Lebon2021-11-191-17/+41
* fix: Avoid wild pointers刘建强2021-07-281-2/+1
* main: Unconditionally set up mount namespaceColin Walters2021-01-101-19/+3
* main: Also automatically remount rw /sysroot for `ostree pull` etc.Colin Walters2020-03-131-21/+63
* Support mounting /sysroot (and /boot) read-onlyColin Walters2019-12-111-0/+37
* bin: Better handle --Jonathan Lebon2019-08-141-5/+16
* gpg: conditionally build GPG-related code for sign/verificationDenis Pynkin2019-08-011-0/+2
* ostree/main: Wrap `Version` in `--version` in quotesJonathan Lebon2018-10-241-1/+1
* man/ostree: Document --repo option a bit moreJonathan Lebon2018-04-301-1/+1
* bin: Hide `admin instutil` commandColin Walters2018-04-111-3/+6
* Add SPDX-License-Identifier to source filesMarcus Folkesson2018-01-301-0/+2
* ostree: provide command description in a better placeRuixin Bao2017-10-201-1/+26
* ostree: move flags into command struct, pass down through builtinsRuixin Bao2017-10-201-6/+8
* ostree: Describe subcommands in help outputRuixin Bao2017-10-201-1/+5
* tree: fix compiler warningsJonathan Lebon2017-10-041-4/+2
* tree-wide: Remove Emacs modelinesColin Walters2017-09-211-2/+1
* bin/admin: Don't load sysroot for root commandsJonathan Lebon2017-09-131-2/+3
* bin/main: Print usage when no command givenJonathan Lebon2017-09-131-1/+1
* bin/admin: Check for booted sysroot for root-required commandsColin Walters2017-09-011-3/+5
* bin/admin: Do sysroot loading during argument parsingColin Walters2017-09-011-10/+10
* bin/admin: Change init-fs to stop loading a sysroot to init oneColin Walters2017-09-011-0/+7
* bin/main: Remove duplicated usage output on unknown commandsColin Walters2017-08-231-3/+0
* bin: Squash some -Wuninit warnings with porting to new styleColin Walters2017-08-171-7/+3
* ot-main.c: fix signal callback signatureJonathan Lebon2017-08-161-1/+2
* lib/sysroot: Add journal-msg signalColin Walters2017-08-101-0/+8
* main: Fix subcommand usage outputMatthew Leeds2017-08-051-0/+8
* tree-wide: Use g_autoptr(Ostree*)Colin Walters2017-08-031-1/+1
* Add a notion of "physical" sysroot, use for remote writingColin Walters2017-07-181-34/+88
* main: DevelBuild=yes to `ostree --version` for devel buildsColin Walters2017-06-191-0/+3
* libglnx: bump and use new helper methodsJonathan Lebon2017-05-121-1/+1
* tree-wide: Convert to using autoptr(GString) vs g_string_free(...,TRUE)Colin Walters2017-05-051-14/+5
* ostree: Use G_OPTION_ARG_FILENAME where appropriatePhilip Withnall2017-04-271-2/+2
* cmdline: Start conversion to new code styleColin Walters2017-04-191-37/+16
* Add Coccinelle usage: one for blacklisting, one for patch collectionColin Walters2017-03-301-3/+2
* tree-wide: Squash noncritical compiler warningsColin Walters2017-02-241-1/+1
* main: Make ostree --version output YAML (and add gitrev)Colin Walters2017-02-221-1/+10
* tree-wide: Switch to autoptr for GOptionContextColin Walters2016-12-081-6/+2
* [TSAN] main: Stop calling g_set_prgname()Colin Walters2016-11-171-5/+0
* ostree_admin_option_context_parse: explicitly clean up when exiting earlySimon McVittie2016-10-301-0/+7
* Build on older versions of glibAlexander Larsson2016-05-251-1/+1
* main: Set log handler for OSTree domainDan Nicholson2016-03-261-2/+2
* libglnx porting: gs_transfer_out_value -> g_steal_pointerColin Walters2016-03-181-2/+4
* ostree: do not print the usage on each G_IO_ERROR_NOT_SUPPORTEDGiuseppe Scrivano2015-11-161-0/+1
* prune: add --delete-commitGiuseppe Scrivano2015-11-161-0/+21
* main: Fix UID check based on sysroot pathMatthew Barnes2015-07-161-6/+10