summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2638 from cgwalters/fix-symbol-versioningv0.14.0ostree-sys-v0.10.0Joseph Marrero Corchado2022-06-081-1/+1
|\
| * lib: Fix symbol versioning inheritanceColin Walters2022-06-081-1/+1
* | prune: Also use object set API in `ostree_repo_prune_from_reachable()`Colin Walters2022-06-081-4/+4
|/
* repo: Further optimize `ostree_repo_list_objects_set()`Colin Walters2022-06-083-46/+84
* repo: Optimize memory use of `ostree_repo_list_objects()`Colin Walters2022-06-071-5/+9
* Release 2022.4v2022.4Colin Walters2022-06-062-5/+6
* Merge pull request #2625 from cgwalters/drop-features-introspectionJoseph Marrero Corchado2022-06-031-0/+2
|\
| * Drop `OSTREE_BUILT_FEATURES` from introspectionColin Walters2022-06-021-0/+2
* | Rename ostree-cmdprivate to drop out of introspectionColin Walters2022-06-0210-9/+9
|/
* Fix annotations on ostree_mutable_tree_lookup()James Westman2022-05-301-2/+2
* s390x: do not unpack existing initrd, just append LUKS keys to its copyNikita Dubrovskii2022-05-271-6/+6
* Merge pull request #2615 from nikita-dubrovskii/handle_errorsJonathan Lebon2022-05-251-6/+18
|\
| * s390x: fail on error during reading of SecureExecution sysfs flagNikita Dubrovskii2022-05-251-6/+18
* | Merge pull request #2605 from saqibali-2k/pr/bls-appendColin Walters2022-05-251-0/+44
|\ \
| * | ostree-systroot-deploy: parse bls-append-except-default keySaqib Ali2022-05-191-0/+44
* | | Remove dup "--os=OSNAME" line in output of "ostree admin config-diff --help"Huijing Hei2022-05-251-1/+0
* | | Fix GNU style of two spaces for indent in https://github.com/ostreedev/ostree...Huijing Hei2022-05-251-12/+12
| |/ |/|
* | Merge pull request #2612 from HuijingHei/deploy-karg-deleteColin Walters2022-05-241-1/+21
|\ \
| * | Teach --karg-delete option to ostree admin deployHuijing Hei2022-05-191-1/+21
* | | s390x: ensure SecureExecution is enabled before sd-boot generationNikita Dubrovskii2022-05-231-6/+18
* | | s390x: generate sd-boot at its own partitionNikita Dubrovskii2022-05-182-7/+33
|/ /
* | sysroot: Strengthen several `g_return_if_fail` into `g_assert()`Colin Walters2022-05-161-4/+4
* | sysroot: Quiet one gcc `-fanalyzer` warningColin Walters2022-05-151-0/+1
* | Add APIs to get xattrs from diskColin Walters2022-05-095-11/+71
|/
* lib/ostree-sysroot-deploy: add a missing include for stdint.hLuca BRUNO2022-05-061-0/+1
* repo: Correctly initialize refcount of temporary transactionSimon McVittie2022-04-301-3/+3
* repo: Factor out _ostree_repo_auto_transaction_new()Simon McVittie2022-04-302-5/+31
* Add an `ostree-boot-complete.service` to propagate staging failuresColin Walters2022-04-2610-4/+166
* fetcher/curl: Consistently check return value `curl_easy_setopt`Colin Walters2022-04-201-29/+72
* libarchive: Handle `archive_entry_symlink()` returning NULLColin Walters2022-04-041-2/+6
* deploy: Be a bit more verbose about SELinux bitsColin Walters2022-03-281-2/+5
* deploy: Try to rebuild policy in new deployment if neededOndrej Mosnacek2022-03-281-0/+117
* glib: bump glib requirement to 2.66 and port to GUriDaniel Kolesa2022-03-1224-1944/+260
* tmpfiles: Create `/run/ostree`Colin Walters2022-03-111-0/+2
* ostree-repo-pull: Take correct out path on errorPhilip Withnall2022-03-081-1/+1
* s390x-se-luks-gencpio: Use interoperable path for bashSimon McVittie2022-03-071-1/+1
* s390x-se-luks-gencpio: Fix shebang syntaxSimon McVittie2022-03-071-2/+2
* Release 2022.2v2022.2Colin Walters2022-03-032-4/+6
* lib/commit: disallow writing content in 'bare-split-xattrs' modeLuca BRUNO2022-03-021-0/+3
* 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-024-1/+10
* lib/core: introduce two new object types for split xattrsLuca BRUNO2022-03-022-2/+16
* src/ostree: Add --commit-only option to ostree pruneSaqib Ali2022-02-255-56/+163
* Merge pull request #2548 from cgwalters/mtree-load-ensuredJonathan Lebon2022-02-221-6/+5
|\
| * mtree: Load traversed subdirs when creating parentsColin Walters2022-02-181-0/+3
| * mtree: Use declare-and-initialize styleColin Walters2022-02-181-6/+2
* | lib/repo-refs: Remove misleading newlinePhaedrus Leeds2022-02-191-1/+0
* | Fix marking static delta commits as partialPhaedrus Leeds2022-02-191-0/+3
|/
* lib/tar: Add some error prefixingColin Walters2022-02-151-4/+9
* Merge pull request #2539 from chergert/mainColin Walters2022-02-122-8/+12
|\