summaryrefslogtreecommitdiff
path: root/src/ostree/ot-builtin-remote.c
Commit message (Expand)AuthorAgeFilesLines
* Update FSF license notices to use URL instead of addressJoseph Marrero2021-12-071-3/+1
* bin/remote: Rename list-gpg-keys to gpg-list-keysDan Nicholson2021-08-231-1/+1
* bin/remote: Add list-gpg-keys subcommandDan Nicholson2021-07-151-0/+3
* gpg: conditionally build GPG-related code for sign/verificationDenis Pynkin2019-08-011-0/+2
* bin: Hide `admin instutil` commandColin Walters2018-04-111-4/+6
* Add SPDX-License-Identifier to source filesMarcus Folkesson2018-01-301-0/+2
* bin: Fix cookie builtin build with curl but no soupColin Walters2018-01-081-1/+1
* bin: Port a few commands (diff,remote,static-delta) to new styleColin Walters2017-11-151-13/+6
* ostree: move flags into command struct, pass down through builtinsRuixin Bao2017-10-201-23/+28
* ostree: Describe subcommands in help outputRuixin Bao2017-10-201-12/+26
* tree-wide: Remove Emacs modelinesColin Walters2017-09-211-2/+1
* bin/remote: don't load repo on root commandJonathan Lebon2017-09-131-1/+2
* tree-wide: Convert to using autoptr(GString) vs g_string_free(...,TRUE)Colin Walters2017-05-051-7/+2
* tree-wide: Squash noncritical compiler warningsColin Walters2017-02-241-1/+1
* tree-wide: Switch to autoptr for GOptionContextColin Walters2016-12-081-3/+1
* build: Make libsoup optional againColin Walters2016-12-081-3/+5
* remote: Add commands to add and remove cookies for a remoteSjoerd Simons2016-11-051-0/+2
* remote: Add command to list cookiesSjoerd Simons2016-11-051-0/+1
* remote: Add "ostree remote summary" commandMatthew Barnes2015-12-171-0/+1
* ostree: Add a "remote refs" commandMatthew Barnes2015-06-261-0/+1
* ostree: Add a "remote gpg-import" commandMatthew Barnes2015-05-131-0/+1
* Juggling libglnx.h includesMatthew Barnes2015-05-061-2/+0
* Fix build when using GLib < 2.44Matthew Barnes2015-05-041-0/+2
* ostree: Split up "remote" subcommandsMatthew Barnes2015-05-011-240/+7
* syntax-check: Remove empty lines at the end of fileGiuseppe Scrivano2015-02-021-1/+0
* cmdline: (cleanup) Add internal helper to parse key=value optionsColin Walters2015-01-191-19/+2
* Add "ostree remote list" commandMatthew Barnes2014-12-171-0/+56
* Add more flexible _remote_change() API , expose via 'ostree remote'Colin Walters2014-12-151-4/+20
* Improve "ostree remote" help outputMatthew Barnes2014-12-091-84/+236
* repo: Add ostree_repo_remote_get_url()Matthew Barnes2014-12-081-9/+1
* Refactor command-line parsingMatthew Barnes2014-11-241-3/+4
* Add "ostree remote delete" and corresponding APIColin Walters2014-10-171-0/+5
* remote: Minor argument parsing cleanupColin Walters2014-06-211-1/+3
* remote: Fix regression in previous commit wrt adding branchesColin Walters2014-06-211-2/+1
* libostree: Add ostree_repo_remote_add() API, port "ostree remote add"Colin Walters2014-06-201-87/+30
* Support /etc/ostree/remotes.dColin Walters2014-05-081-25/+96
* Squash some harmless compiler warningsColin Walters2014-01-181-1/+1
* ostree/remote-add: Add --no-gpg-verify optionColin Walters2013-12-251-0/+6
* main/remote: Add a show-url operation to the remote commandDaniel Narvaez2013-10-281-6/+20
* remote-add: Add --set=KEY=VALUE optionColin Walters2013-09-281-0/+35
* main: Code cleanup by passing OstreeRepo * directly to builtinsColin Walters2013-08-251-6/+1
* Install a shared libraryColin Walters2013-07-261-0/+1
* 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-2/+2
* core: Port builtins to local alloc macrosColin Walters2012-04-091-5/+3
* core: Associate branches with remotes, move trigger runs into checkoutColin Walters2012-04-031-0/+12
* core: Move triggers into separate binary: ostree-run-triggersColin Walters2012-01-131-2/+0
* core: Use GFile for repo constructor API, and a bit more internallyColin Walters2011-12-221-1/+1
* build: Move sources into src/ againColin Walters2011-11-141-0/+104