summaryrefslogtreecommitdiff
path: root/src/libostree
Commit message (Expand)AuthorAgeFilesLines
* deploy: Also log to journal if we time out global sync()Colin Walters2022-01-201-1/+4
* lib/commit: reject empty metadata keysLuca BRUNO2022-01-201-0/+13
* lib/commit: always validate metadataLuca BRUNO2022-01-191-6/+2
* deploy: Add a 5s max timeout on global filesystem `sync()`Colin Walters2022-01-183-1/+78
* Merge pull request #2516 from cgwalters/define-ostree-bootedJonathan Lebon2022-01-122-3/+11
|\
| * sysroot: Add a public `#define OSTREE_PATH_BOOTED`Colin Walters2022-01-122-3/+11
* | Merge pull request #2514 from lucab/ups/drop-setenvColin Walters2022-01-121-4/+0
|\ \ | |/ |/|
| * libostree/sepolicy: get rid of a g_setenv() callLuca BRUNO2022-01-111-4/+0
* | main: Also support CLI extensions in `/usr/libexec/libostree/ext`Colin Walters2022-01-111-0/+1
|/
* ostree: check g_setenv return valueLuca BRUNO2022-01-101-1/+4
* lib/static-delta: throw a proper error on bspatch failureLuca BRUNO2022-01-031-1/+1
* lib: use ostree-content-writer headerLuca BRUNO2022-01-031-0/+1
* soup-uri: Fix clang-analyzer warning by dropping dead codeColin Walters2021-12-211-45/+0
* 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-07130-390/+130
|\ \ | |/ |/|
| * Update FSF license notices to use URL instead of addressJoseph Marrero2021-12-07130-390/+130
* | repo: Change locking for summary regeneration to be sharedColin Walters2021-12-031-8/+2
|/
* lib: misc static analysis fixesLuca BRUNO2021-11-262-3/+3
* lib/prune: Avoid unnecessary object serializationDan Nicholson2021-11-181-12/+9
* lib: Avoid dereferencing NULL error valuesRyan Gonzalez2021-11-122-6/+16
* lib: Fix a bad call to g_file_get_childValentin David2021-11-031-1/+1
* Merge pull request #2463 from cgwalters/fix-fanalyzerLuca Bruno2021-10-144-8/+12
|\
| * fetcher/soup: Fix gcc `-fanalyzer` warningColin Walters2021-10-131-1/+1
| * sysroot: Fix gcc `-fanalyzer` warningColin Walters2021-10-131-2/+6
| * deployment: Fix gcc `-fanalyzer` warningColin Walters2021-10-131-3/+3
| * remote: Fix gcc `-fanalyzer` warningColin Walters2021-10-131-2/+2
* | repo/private: move OstreeRepoAutoTransaction to a boxed typeLuca BRUNO2021-10-112-16/+51
|/
* Remove OstreeTlsCertInteraction bits from introspectionColin Walters2021-10-063-2/+2
* Release 2021.5v2021.5Colin Walters2021-10-052-6/+6
* Merge pull request #2449 from cgwalters/mtree-from-commitJonathan Lebon2021-10-053-0/+43
|\
| * lib: Add an API to construct a `MutableTree` from a commitColin Walters2021-10-013-0/+43
* | Merge pull request #2454 from lucab/ups/auto-txn-completeColin Walters2021-10-054-35/+156
|\ \
| * | repo/private: allow committing/aborting through a transaction guardLuca BRUNO2021-10-054-35/+156
| |/
* | deploy: Ignore sockets, fifos in /etc during mergeColin Walters2021-10-011-3/+1
|/
* sepolicy: Add deprecation comment for `_get_path()`Colin Walters2021-09-301-1/+5
* repo: Add an API to init `OstreeSePolicy` from commit directlyColin Walters2021-09-304-31/+68
* Release 2021.4Colin Walters2021-09-082-6/+7
* Merge pull request #2434 from cgwalters/custom-remoteColin Walters2021-09-082-13/+32
|\
| * Add support for "custom remotes"Colin Walters2021-09-082-13/+32
* | 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
| |/
* | upgrade: Stabilize deployment stagingColin Walters2021-09-072-1/+6
|/
* Merge pull request #2340 from cgwalters/sign-verify-apiColin Walters2021-08-313-0/+139
|\
| * Add an API to verify a commit signature explicitlyColin Walters2021-08-303-0/+139
* | 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
|\ \ \