summaryrefslogtreecommitdiff
path: root/src/libostree
Commit message (Expand)AuthorAgeFilesLines
...
| * fixup! lib/repo: Add ostree_repo_remote_get_gpg_keys()Dan Nicholson2021-07-151-1/+1
| * fixup! lib/repo: Add ostree_repo_remote_get_gpg_keys()Dan Nicholson2021-07-152-8/+8
| * lib/repo: Include WKD update URLs in GPG key listingDan Nicholson2021-07-152-0/+16
| * lib/repo: Add ostree_repo_remote_get_gpg_keys()Dan Nicholson2021-07-155-0/+260
| * lib/repo: Allow preparing GPG verifier without global keyringsDan Nicholson2021-07-151-3/+4
| * lib/repo: Factor out GPG verifier preparationDan Nicholson2021-07-151-20/+43
| * lib/repo: Factor out GPG verifier key importsDan Nicholson2021-07-151-45/+64
* | lib/repo/checkout: use canonical perms in bare-user-only modeLuca BRUNO2021-08-191-1/+7
* | lib/core/checksum: add flag to use canonical permissionsLuca BRUNO2021-08-192-0/+17
* | lib/sysroot: Fix error message about creating `/var/lib`Jonathan Lebon2021-08-031-1/+1
* | lib/sign-dummy: Handle incorrect signatures correctlyJonathan Lebon2021-08-031-3/+4
|/
* Release 2021.3v2021.3Luca BRUNO2021-07-122-8/+8
* lib/commit: respect SOURCE_DATE_EPOCH for commit timestampLuca BRUNO2021-06-221-2/+23
* Don't fail build when systemd unit path not definedDan Nicholson2021-06-181-0/+4
* Merge pull request #2375 from cgwalters/generator-remountJonathan Lebon2021-06-184-32/+50
|\
| * Use generator to enable ostree-remount.service and ostree-finalize-staged.pathColin Walters2021-06-164-32/+50
* | Fix small typo in ostree-sysroot.cChristian Kellner2021-06-151-1/+1
|/
* deploy: Warn if we find content in the deployment's /varColin Walters2021-06-101-0/+36
* repo: Use g_new for OstreeRepoAutoLockDan Nicholson2021-06-071-2/+2
* repo: Make locking precondition failures fatalDan Nicholson2021-06-051-5/+11
* repo: Make locking per-OstreeRepoDan Nicholson2021-06-052-106/+68
* repo: Require lock type in ostree_repo_lock_popDan Nicholson2021-06-053-67/+128
* repo: Make locking APIs publicColin Walters2021-06-058-57/+96
* *: rename master to main in tests & examplesTimothée Ravier2021-05-071-4/+4
* pull: Cleanly error out on unknown schemesColin Walters2021-04-273-0/+24
* tests: Test without a cache directory by defaultDan Nicholson2021-04-191-1/+1
* Release 2021.2v2021.2Colin Walters2021-04-152-9/+9
* repo: Ensure we set the size for regfile inlineColin Walters2021-04-091-0/+1
* repo: Add ostree_repo_write_regfileColin Walters2021-04-097-0/+237
* repo: Add ostree_repo_write_symlinkColin Walters2021-04-083-0/+52
* Merge pull request #2327 from cgwalters/writing-apisColin Walters2021-04-083-2/+64
|\
| * repo: Add ostree_repo_write_regfile_inlineColin Walters2021-04-083-2/+64
* | core: Drop unused error handling from object stream helperColin Walters2021-04-071-23/+6
|/
* core: Fix lgtm.com warning about always true `if (bits > 0)`Colin Walters2021-04-071-15/+9
* repo: Ensure load_variant_if_exists sets NULL valueColin Walters2021-04-031-0/+4
* repo: Fix load_variant_if_exists to return a nullable valueColin Walters2021-04-031-2/+3
* lib: fix some version tagsFelix Krull2021-03-261-1/+3
* Release 2021.1v2021.1Colin Walters2021-03-232-6/+6
* lib/pull: Add some error-prefixing in dirtree scanningJonathan Lebon2021-03-221-3/+3
* Add configure option for unsuffixed GRUB2 commandsKenneth J. Miller2021-03-181-13/+14
* sysroot: Add _require_booted_deployment() APIColin Walters2021-03-174-2/+27
* Add an API+CLI to inject metadata for bootable OSTree commitsColin Walters2021-03-124-0/+136
* Fix translation of file:// URIs into pathsfix-file-uri-decodingPhaedrus Leeds2021-03-101-2/+2
* pull: Fix some whitespace and a commentPhaedrus Leeds2021-03-101-16/+17
* ostree-repo-pull: Fix a leak of the summary data if loading from cachePhilip Withnall2021-03-091-1/+1
* Merge pull request #2287 from jlebon/pr/deployment-parsing-commentsOpenShift Merge Robot2021-03-031-1/+11
|\
| * lib/sysroot: Add comments and debug statements around sysroot parsingJonathan Lebon2021-03-021-1/+11
* | deploy: Add subbootversion to journalColin Walters2021-02-281-5/+13
* | refs: Make ostree_repo_resolve_rev{,_ext}() use (nullable)Colin Walters2021-02-191-2/+2
* | deltas: Fix leak of matchesColin Walters2021-02-021-1/+1