summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: Run clang-formatColin Walters2023-05-02238-20265/+15594
* lib: Fix one includeColin Walters2023-05-011-1/+1
* tree-wide: Fix various include ordering issuesColin Walters2023-05-018-7/+8
* lib: clang-format `ostree.h`Colin Walters2023-05-011-11/+13
* Merge pull request #2847 from jlebon/pr/calculate-and-cleanupv0.18.0ostree-sys-v0.13.0Colin Walters2023-05-014-3/+263
|\
| * lib/sysroot-deploy: Add experimental support for automatic early pruneJonathan Lebon2023-05-014-3/+256
| * lib/sysroot-deploy: Nuke `finalize-failure.stamp` on successful finalizationJonathan Lebon2023-04-141-0/+7
* | lib/fetcher: Add some debugging messages to the libsoup request pathPhilip Withnall2023-04-261-0/+10
|/
* Merge pull request #2848 from jlebon/pr/calculate-and-cleanup-prepColin Walters2023-04-144-80/+130
|\
| * libotutil: add utility functions for calculating directory sizeJonathan Lebon2023-04-142-0/+51
| * lib/sysroot-cleanup: Make bootfs cleanup function globalJonathan Lebon2023-04-142-5/+10
| * lib/sysroot-cleanup: Factor out bootfs cleanupJonathan Lebon2023-04-141-11/+32
| * lib/sysroot-cleanup: Drop dead codeJonathan Lebon2023-04-141-7/+0
| * lib/sysroot-cleanup: Make some static utility functions globalJonathan Lebon2023-04-142-13/+22
| * lib/sysroot-cleanup: Convert bootdir listing to dfd-relativeJonathan Lebon2023-04-141-54/+25
* | fetcher/soup3: Rewrite without threadsDan Nicholson2023-04-131-826/+413
* | fetcher: add libsoup3 backendDaniel Kolesa2023-04-123-62/+1493
|/
* Revert "repo: Fix nullability for remote options"Colin Walters2023-03-171-1/+1
* Merge pull request #2813 from tintou/tintou/asyncprogress-typedefColin Walters2023-03-171-1/+7
|\
| * libostree: Ignore new_and_connect in the introspectionCorentin Noël2023-02-091-1/+7
* | Merge pull request #2836 from smcv/file-info-sizeColin Walters2023-03-172-3/+9
|\ \
| * | write_content_object: Don't assume file info has standard::sizeSimon McVittie2023-03-171-1/+2
| * | _ostree_zlib_file_header_new: Default size to 0Simon McVittie2023-03-171-1/+4
| * | ostree_raw_file_to_content_stream: Make size default to 0Simon McVittie2023-03-171-1/+3
* | | Merge pull request #2837 from smcv/g-steal-fdColin Walters2023-03-175-16/+16
|\ \ \
| * | | Use g_steal_fd() in preference to glnx_steal_fd()Simon McVittie2023-03-175-16/+16
* | | | Merge pull request #2705 from cgwalters/always-bootJoseph Marrero Corchado2023-03-173-5/+13
|\ \ \ \
| * | | | Add `sysroot.bootprefix` optionColin Walters2022-08-313-5/+13
* | | | | repo: Fix nullability for remote optionsColin Walters2023-03-171-1/+1
* | | | | lib: Fix two nullable annotationsColin Walters2023-03-173-4/+4
* | | | | Add docs and fix annotations for ostree-repo-file.cColin Walters2023-03-171-0/+51
| |_|/ / |/| | |
* | | | core: Ensure glib standard::size attribute is always setEvan Anderson2023-03-151-0/+2
* | | | Merge pull request #2831 from nanonyme/larger-bufferColin Walters2023-03-151-2/+3
|\ \ \ \
| * | | | Increase buffer size for create_regular_tmpfile_linkable_with_contentSeppo Yli-Olli2023-03-151-2/+3
* | | | | Merge pull request #2814 from tintou/tintou/ostree-coverageColin Walters2023-03-1413-66/+96
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | libostree: Enhance the annotation coverageCorentin Noël2023-02-0913-66/+96
| | |_|/ | |/| |
* | | | lib/fetcher-util: Wake up main context when a request is completePhilip Withnall2023-03-101-0/+4
| |_|/ |/| |
* | | Merge pull request #2755 from cgwalters/use-new-selinux-argJonathan Lebon2023-02-171-4/+4
|\ \ \
| * | | deploy: Use `semodule --refresh` if availableColin Walters2022-11-011-4/+4
* | | | Release 2023.1v2023.1Colin Walters2023-02-172-5/+5
* | | | Merge pull request #1946 from dbnicholson/ostree-metadata-apiColin Walters2023-02-0968-389/+624
|\ \ \ \
| * | | | repo: Prevent publishing summary without matching signatureDan Nicholson2023-02-071-7/+44
| * | | | lib: Provide internal summary signing with separate directoryDan Nicholson2023-02-073-42/+114
| * | | | repo: Create metadata commit in ostree_repo_regenerate_metadataDan Nicholson2023-02-074-105/+142
| * | | | commit: Allow skipping automatic summary generationDan Nicholson2023-02-072-1/+3
| * | | | bin/summary: Use ostree_repo_regenerate_metadataDan Nicholson2023-02-071-38/+27
| * | | | repo: Add API to regenerate and sign repo metadataDan Nicholson2023-02-073-31/+129
| * | | | Strip trailing whitespace on all C filesDan Nicholson2023-02-0764-174/+174
* | | | | 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