summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* lib/commit: automatically skip xattrs in bare-user-only modeLuca BRUNO2021-08-242-3/+4
* builtins/commit: set up relevant flags in bare-user-only modeLuca BRUNO2021-08-241-3/+3
* lib/diff: automatically skip xattrs in bare-user-only modeLuca BRUNO2021-08-241-2/+2
* bin/remote: Rename list-gpg-keys to gpg-list-keysDan Nicholson2021-08-232-1/+1
* lib/diff: ignore xattrs if disabled on either reposLuca BRUNO2021-08-231-8/+11
* Merge pull request #2412 from lucab/ups/lib-commit-canonicalizeColin Walters2021-08-202-9/+26
|\
| * lib/commit: autofix permissions for bare-user-onlyLuca BRUNO2021-08-202-9/+26
* | Merge pull request #2401 from dbnicholson/gpg-key-infoColin Walters2021-08-2014-69/+847
|\ \ | |/ |/|
| * fixup! lib/repo: Add ostree_repo_remote_get_gpg_keys()Dan Nicholson2021-07-151-1/+1
| * fixup! bin/remote: Add list-gpg-keys subcommandDan Nicholson2021-07-151-3/+3
| * fixup! lib/repo: Add ostree_repo_remote_get_gpg_keys()Dan Nicholson2021-07-152-8/+8
| * bin/remote: Include update URLs in list-gpg-keysDan Nicholson2021-07-151-0/+7
| * lib/repo: Include WKD update URLs in GPG key listingDan Nicholson2021-07-152-0/+16
| * libotutil: Add helper for GPG WKD update URLsDan Nicholson2021-07-152-0/+80
| * libotutil: Import implementation of zbase32 encodingDan Nicholson2021-07-152-0/+190
| * bin/remote: Add list-gpg-keys subcommandDan Nicholson2021-07-155-2/+184
| * 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
* | Merge pull request #2414 from lucab/ups/cli-commit-modifier-autoptrColin Walters2021-08-181-3/+1
|\ \
| * | builtins/commit: move commit modifier to auto-cleanupLuca BRUNO2021-08-181-3/+1
* | | builtins/commit: check for conflicting permissions optionsLuca BRUNO2021-08-181-5/+17
|/ /
* | ostree/dump: Fix free'ing a static stringJonathan Lebon2021-08-031-2/+2
* | 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
* | fix: Avoid wild pointers刘建强2021-07-281-2/+1
|/
* Release 2021.3v2021.3Luca BRUNO2021-07-122-8/+8
* ostree-remount: Order before systemd-rfkill.*Jonathan Lebon2021-06-221-1/+1
* 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
|\