summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge pull request #2448 from cgwalters/fix-selinux-policyColin Walters2021-09-302-7/+25
|\ \ | |/ |/|
| * bin/commit: Fix --tree=tar with --selinux-policyColin Walters2021-09-302-7/+25
|/
* Merge pull request #2440 from cgwalters/unit-test-countingColin Walters2021-09-133-7/+19
|\
| * tests: Add new TAP APIsColin Walters2021-09-102-4/+15
| * tests/pull-test: Avoid duplicating test numbersColin Walters2021-09-101-3/+4
|/
* Merge pull request #2438 from cgwalters/release-2021.4v2021.4Colin Walters2021-09-095-11/+12
|\
| * configure: post-release version bumpColin Walters2021-09-082-5/+5
| * Release 2021.4Colin Walters2021-09-084-8/+9
|/
* Merge pull request #2434 from cgwalters/custom-remoteColin Walters2021-09-085-22/+93
|\
| * Add support for "custom remotes"Colin Walters2021-09-085-22/+93
* | Merge pull request #2435 from RBuddel/fix-delta-files-resume-legacy-transactionLuca Bruno2021-09-081-1/+1
|\ \
| * | repo-pull: legacy_transaction_resuming flag ignoredBuddelmann, Richard RB2021-09-081-1/+1
| |/
* | Merge pull request #2430 from cgwalters/stabilize-stagingLuca Bruno2021-09-085-7/+25
|\ \ | |/ |/|
| * upgrade: Stabilize deployment stagingColin Walters2021-09-075-7/+25
|/
* Merge pull request #2428 from lucab/ups/tests-selinux-basicColin Walters2021-09-072-4/+14
|\
| * tests: skip a broken fsck caseLuca BRUNO2021-09-061-1/+4
| * tests/basic: avoid changing ownershipLuca BRUNO2021-09-061-1/+1
| * tests/basic: Skip --no-xattrs if we have selinuxColin Walters2021-09-061-1/+8
| * libtest: tweak selinux/relabel messageLuca BRUNO2021-09-061-1/+1
|/
* Merge pull request #2340 from cgwalters/sign-verify-apiColin Walters2021-08-3110-3/+311
|\
| * Add an API to verify a commit signature explicitlyColin Walters2021-08-3010-3/+311
* | Merge pull request #2426 from cgwalters/xattrs-bareuseronly-unionLuca Bruno2021-08-271-2/+2
|\ \
| * | checkout: Also ignore xattrs for union in bare-user-only modeColin Walters2021-08-261-2/+2
* | | Merge pull request #2425 from cgwalters/hardlink-correct-errnoLuca Bruno2021-08-271-0/+2
|\ \ \
| * | | checkout: Save errno when re-throwingColin Walters2021-08-261-0/+2
| |/ /
* | | Merge pull request #2424 from cgwalters/test-nonroot-ciColin Walters2021-08-261-1/+4
|\ \ \
| * | | ci: Run main GH action CI build+test as non-rootColin Walters2021-08-261-1/+4
| |/ /
* | | Merge pull request #2422 from cgwalters/allow-none-detachedDan Nicholson2021-08-261-1/+3
|\ \ \ | |/ / |/| |
| * | lib: Change read_commit_detached_metadata to be nullableColin Walters2021-08-251-1/+3
| |/
* | Merge pull request #2421 from lucab/ups/auto-txn-fixesColin Walters2021-08-251-3/+12
|\ \ | |/ |/|
| * lib: improve transactions auto-cleanup logicLuca BRUNO2021-08-251-3/+12
|/
* Merge pull request #2418 from lucab/ups/lib-commit-xattrsLuca Bruno2021-08-246-34/+27
|\
| * tests: update several bare-user-only checksLuca BRUNO2021-08-242-26/+18
| * 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
|/
* Merge pull request #2419 from dbnicholson/gpg-list-keysLuca Bruno2021-08-247-13/+13
|\
| * bin/remote: Rename list-gpg-keys to gpg-list-keysDan Nicholson2021-08-237-13/+13
|/
* Merge pull request #2417 from lucab/ups/diff-repo-ignore-xattrsColin Walters2021-08-231-8/+11
|\
| * 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-204-11/+40
|\
| * lib/commit: autofix permissions for bare-user-onlyLuca BRUNO2021-08-204-11/+40
* | Merge pull request #2401 from dbnicholson/gpg-key-infoColin Walters2021-08-2022-73/+1052
|\ \ | |/ |/|
| * 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-152-0/+15
| * 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-153-0/+192