summaryrefslogtreecommitdiff
path: root/src/ostree
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: Fix various include ordering issuesColin Walters2023-05-015-4/+4
* fetcher: add libsoup3 backendDaniel Kolesa2023-04-122-62/+168
* Merge pull request #1946 from dbnicholson/ostree-metadata-apiColin Walters2023-02-0919-183/+71
|\
| * repo: Create metadata commit in ostree_repo_regenerate_metadataDan Nicholson2023-02-071-101/+0
| * bin/summary: Use ostree_repo_regenerate_metadataDan Nicholson2023-02-071-38/+27
| * Strip trailing whitespace on all C filesDan Nicholson2023-02-0718-46/+46
* | Merge pull request #2811 from dbnicholson/cli-polishColin Walters2023-02-097-50/+286
|\ \
| * | bin/remote-summary: Add options to show metadataDan Nicholson2023-02-071-31/+47
| * | bin/summary: Add options to show metadataDan Nicholson2023-02-071-5/+44
| * | ostree/dump: Add support for summary metadata keysDan Nicholson2023-02-072-0/+66
| * | bin/show: Add options to list metadata keysDan Nicholson2023-02-071-6/+71
| * | bin/remote-refs: Add option to print revisionsDan Nicholson2023-02-071-1/+13
| * | bin/refs: Add option to print revisionsDan Nicholson2023-02-071-1/+17
| * | bin/refs: Sort listingDan Nicholson2023-02-071-6/+28
| |/
* | ostree/prune: Calculate reachability under exclusive lockJonathan Lebon2023-01-301-0/+9
|/
* sysroot: Add an API to initialize with mountnsColin Walters2022-11-221-17/+3
* ot-builtin-pull: Fix a minor leak with progress reportingPhilip Withnall2022-11-212-2/+2
* ot-builtin-commit: Don’t mention a C function name in a help stringPhilip Withnall2022-11-181-1/+1
* ot-builtin-commit: Fix a typo in a command line help stringPhilip Withnall2022-11-181-1/+1
* Support overlayfs whiteouts on checkoutMiguel Angel Ajo2022-09-281-1/+6
* finalize-staged: Don't listen to `SIGTERM`, just let kernel exit usColin Walters2022-08-301-17/+3
* finalize-staged: Ensure /boot automount doesn't expireDan Nicholson2022-08-301-5/+63
* main: Factor out sysroot loadingDan Nicholson2022-08-302-34/+55
* cli/rev-parse: Add `--single` optionColin Walters2022-08-181-0/+36
* cli/rev-parse: Port to new code styleColin Walters2022-08-161-18/+8
* Remove unused `linux/fs.h` includesColin Walters2022-08-031-1/+0
* Fix `ostree admin kargs edit-in-place` fails issueHuijing Hei2022-07-121-4/+3
* RFE: Add a hidden option to `ostree admin kargs edit-in-place` toHuijing Hei2022-06-235-0/+253
* cli/refs: Port to C99 styleColin Walters2022-06-151-15/+9
* cli/remote-list: Port to C99 styleColin Walters2022-06-151-17/+10
* cli/gpg-sign: Port to C99 styleColin Walters2022-06-151-29/+19
* Merge pull request #2650 from cgwalters/misc-declare-and-initialize-1Jonathan Lebon2022-06-142-49/+35
|\
| * cli/diff: Port to C99 styleColin Walters2022-06-141-36/+26
| * cli/config: Port to C99 styleColin Walters2022-06-141-13/+9
* | cli/unlock: Port to C99 styleColin Walters2022-06-141-18/+11
* | cli/undeploy: Port to C99 styleColin Walters2022-06-141-12/+7
* | cli/os-init: Port to C99 styleColin Walters2022-06-141-14/+8
|/
* fsck: Use `load_variant_if_exists`Colin Walters2022-06-121-15/+5
* fsck: Move most commit processing into helper functionColin Walters2022-06-121-85/+98
* fsck: De-indent loopColin Walters2022-06-121-90/+80
* fsck: Don't load all object names into memoryColin Walters2022-06-091-10/+11
* Rename ostree-cmdprivate to drop out of introspectionColin Walters2022-06-025-5/+5
* 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
* Teach --karg-delete option to ostree admin deployHuijing Hei2022-05-191-1/+21
* Add an `ostree-boot-complete.service` to propagate staging failuresColin Walters2022-04-263-0/+62
* glib: bump glib requirement to 2.66 and port to GUriDaniel Kolesa2022-03-122-2/+4
* src/ostree: Add --commit-only option to ostree pruneSaqib Ali2022-02-251-7/+21
* lib/repo: Add commit version metadata to summary metadataDan Nicholson2022-02-041-0/+5
* ostree/deploy: Test finalization lockingJonathan Lebon2022-01-211-0/+18