summaryrefslogtreecommitdiff
path: root/src/libostree/ostree-sysroot-upgrader.c
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: Run clang-formatColin Walters2023-05-021-174/+122
* lib/sysroot-upgrader: add some 'nullable' annotationsLuca BRUNO2023-02-081-3/+3
* lib: assert more invariantsLuca BRUNO2022-11-241-2/+2
* lib: Stop using old `ostree_sysroot_get_repo()` APIColin Walters2022-07-061-3/+1
* Update FSF license notices to use URL instead of addressJoseph Marrero2021-12-071-3/+1
* upgrade: Stabilize deployment stagingColin Walters2021-09-071-1/+3
* Drop use of `volatile`Jonathan Lebon2020-11-021-4/+4
* lib/upgrader: Pull with `timestamp-check-from-rev`Jonathan Lebon2020-05-141-2/+2
* lib/sysroot: Add OSTREE_EX_STAGE_DEPLOYMENTS environment variableColin Walters2018-05-111-14/+30
* Add SPDX-License-Identifier to source filesMarcus Folkesson2018-01-301-0/+2
* tree-wide: Remove Emacs modelinesColin Walters2017-09-211-2/+1
* lib/pull: Add support for timestamp-check option, use in upgraderColin Walters2017-08-211-23/+22
* lib: Add #defines for current well-known metadata keysColin Walters2017-07-211-1/+1
* Allow commits to mark refs as EOL, replaced by othersDaniel Drake2017-05-221-0/+46
* lib/upgrader: Port to new code styleColin Walters2017-05-171-91/+41
* libostree: Add missing checks for invalid timestampsPhilip Withnall2017-05-031-2/+9
* lib: Squash most of the gtk-doc warnings for missing parametersColin Walters2017-03-131-0/+14
* upgrade: Add support for --pull-only and --deploy-onlyColin Walters2017-02-271-1/+2
* repo: Add unconfigured-state to remote config optionsColin Walters2016-12-091-1/+3
* [ASAN] lib: Squash various leaks in library and commandlineColin Walters2016-11-211-0/+1
* ostree_sysroot_upgrader_finalize: free new_revisionSimon McVittie2016-10-301-0/+1
* tree-wide: Remove unused variables detected by CLangColin Walters2016-10-271-1/+0
* docs: Get API docs working againMathnerd3142016-06-091-1/+1
* upgrader: Allow overriding the commit to pullMatthew Barnes2015-10-131-5/+34
* upgrader: Add ostree_sysroot_upgrader_dup_origin()Matthew Barnes2015-10-131-0/+27
* Remove unnecessary #include "libgsystem.h"Matthew Barnes2015-05-061-1/+0
* Use g_autoptr(GVariant) instead of gs_unref_variantMatthew Barnes2015-05-061-2/+2
* Use glnx_unref_object instead of gs_unref_objectMatthew Barnes2015-05-061-2/+2
* Use g_autofree instead of gs_freeMatthew Barnes2015-05-061-6/+6
* src: drop some dead assignmentsGiuseppe Scrivano2015-03-061-5/+0
* Add "unconfigured-state" concept to origin filesColin Walters2014-10-031-1/+67
* upgrader: Hold a ref to the originColin Walters2014-09-301-0/+1
* repo-pull: Allow pulling only one directoryAnne LoVerso2014-08-201-1/+22
* libostree: Add _finish() API to async progressColin Walters2014-04-291-0/+3
* upgrade: Support --allow-downgrade againColin Walters2014-03-311-1/+4
* sysroot-upgrader: Check merge deployment, not ref for differencesColin Walters2014-03-311-4/+3
* libostree/upgrader: Don't pull if there is no remoteColin Walters2014-03-271-4/+7
* libostree/upgrader: Add an API to retrieve an origin descriptionColin Walters2014-03-251-0/+14
* libostree/upgrader: Throw an error if osname is emptyColin Walters2014-03-251-0/+6
* Add an OstreeSysrootUpgrader APIColin Walters2014-03-241-0/+496