summaryrefslogtreecommitdiff
path: root/src/libostree/ostree-repo.c
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: Run clang-formatColin Walters2023-05-021-1556/+1019
* Revert "repo: Fix nullability for remote options"Colin Walters2023-03-171-1/+1
* Merge pull request #2837 from smcv/g-steal-fdColin Walters2023-03-171-9/+9
|\
| * Use g_steal_fd() in preference to glnx_steal_fd()Simon McVittie2023-03-171-9/+9
* | Merge pull request #2705 from cgwalters/always-bootJoseph Marrero Corchado2023-03-171-0/+5
|\ \
| * | Add `sysroot.bootprefix` optionColin Walters2022-08-311-0/+5
* | | repo: Fix nullability for remote optionsColin Walters2023-03-171-1/+1
* | | Merge pull request #2814 from tintou/tintou/ostree-coverageColin Walters2023-03-141-11/+11
|\ \ \ | |_|/ |/| |
| * | libostree: Enhance the annotation coverageCorentin Noël2023-02-091-11/+11
* | | repo: Prevent publishing summary without matching signatureDan Nicholson2023-02-071-7/+44
* | | lib: Provide internal summary signing with separate directoryDan Nicholson2023-02-071-19/+39
* | | repo: Create metadata commit in ostree_repo_regenerate_metadataDan Nicholson2023-02-071-4/+66
* | | repo: Add API to regenerate and sign repo metadataDan Nicholson2023-02-071-31/+117
* | | Strip trailing whitespace on all C filesDan Nicholson2023-02-071-8/+8
|/ /
* | lib/repo: fix an 'unused-function' warningLuca BRUNO2022-11-291-0/+2
* | lib/repo: properly initialize boolean variableLuca BRUNO2022-09-231-1/+1
|/
* ostree-repo: bls-append-except-default followupSaqib Ali2022-07-071-2/+32
* repo: Document non-obvious way to list all commitsColin Walters2022-06-091-1/+3
* repo: Further optimize `ostree_repo_list_objects_set()`Colin Walters2022-06-081-36/+74
* repo: Optimize memory use of `ostree_repo_list_objects()`Colin Walters2022-06-071-5/+9
* Add APIs to get xattrs from diskColin Walters2022-05-091-3/+7
* repo: Factor out _ostree_repo_auto_transaction_new()Simon McVittie2022-04-301-5/+27
* glib: bump glib requirement to 2.66 and port to GUriDaniel Kolesa2022-03-121-6/+7
* lib/repo: read split xattrs content from file-xattrs-link objectsLuca BRUNO2022-03-021-0/+35
* lib/core: introduce 'bare-split-xattrs' modeLuca BRUNO2022-03-021-0/+5
* lib/repo: Add commit version metadata to summary metadataDan Nicholson2022-02-041-1/+6
* lib/repo: open file only if requiredLuca BRUNO2022-01-241-5/+8
* Merge pull request #2496 from lucab/ups/repo-assertsColin Walters2021-12-071-4/+9
|\
| * lib/repo: do no return a NULL on failureLuca BRUNO2021-12-071-2/+4
| * lib/repo: do no return an arbitrary mode on failureLuca BRUNO2021-12-071-1/+2
| * lib/repo: assert that writable state and error agreeLuca BRUNO2021-12-071-1/+3
* | Merge pull request #2494 from jmarrero/fsf-addressColin Walters2021-12-071-3/+1
|\ \ | |/ |/|
| * Update FSF license notices to use URL instead of addressJoseph Marrero2021-12-071-3/+1
* | repo: Change locking for summary regeneration to be sharedColin Walters2021-12-031-8/+2
|/
* repo/private: move OstreeRepoAutoTransaction to a boxed typeLuca BRUNO2021-10-111-14/+43
* repo/private: allow committing/aborting through a transaction guardLuca BRUNO2021-10-051-0/+112
* Add support for "custom remotes"Colin Walters2021-09-081-13/+17
* 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-151-5/+5
* lib/repo: Include WKD update URLs in GPG key listingDan Nicholson2021-07-151-0/+14
* lib/repo: Add ostree_repo_remote_get_gpg_keys()Dan Nicholson2021-07-151-0/+124
* 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
* 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-051-106/+59
* repo: Require lock type in ostree_repo_lock_popDan Nicholson2021-06-051-61/+121
* repo: Make locking APIs publicColin Walters2021-06-051-23/+28
* tests: Test without a cache directory by defaultDan Nicholson2021-04-191-1/+1
* repo: Ensure load_variant_if_exists sets NULL valueColin Walters2021-04-031-0/+4