summaryrefslogtreecommitdiff
path: root/src/libostree/ostree-core.c
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: Run clang-formatColin Walters2023-05-021-505/+349
* Merge pull request #2836 from smcv/file-info-sizeColin Walters2023-03-171-2/+7
|\
| * _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-171-2/+2
|\ \
| * | Use g_steal_fd() in preference to glnx_steal_fd()Simon McVittie2023-03-171-2/+2
* | | lib: Fix two nullable annotationsColin Walters2023-03-171-1/+1
| |/ |/|
* | core: Ensure glib standard::size attribute is always setEvan Anderson2023-03-151-0/+2
|/
* Add APIs to get xattrs from diskColin Walters2022-05-091-2/+47
* glib: bump glib requirement to 2.66 and port to GUriDaniel Kolesa2022-03-121-15/+23
* lib/core: introduce 'bare-split-xattrs' modeLuca BRUNO2022-03-021-0/+1
* lib/core: introduce two new object types for split xattrsLuca BRUNO2022-03-021-0/+10
* core: Mark `ostree_create_directory_metadata` as `(not nullable)`Colin Walters2022-02-111-1/+1
* lib/commit: reject empty metadata keysLuca BRUNO2022-01-201-0/+13
* Update FSF license notices to use URL instead of addressJoseph Marrero2021-12-071-3/+1
* lib/core/checksum: add flag to use canonical permissionsLuca BRUNO2021-08-191-0/+8
* *: rename master to main in tests & examplesTimothée Ravier2021-05-071-4/+4
* core: Drop unused error handling from object stream helperColin Walters2021-04-071-23/+6
* core: Fix lgtm.com warning about always true `if (bits > 0)`Colin Walters2021-04-071-15/+9
* deltas: Add _ostree_get_relative_static_delta_index_path()Alexander Larsson2020-10-231-5/+25
* Fix leak when signingAlexander Larsson2020-09-111-1/+1
* core: Add documentation for ostree_commit_get_timestamp()Colin Walters2020-06-181-0/+7
* lib: Fix Since versions for 2020.1fixup-since-versionsDan Nicholson2020-02-201-4/+4
* core: Add ostree_commit_get_object_sizes APIDan Nicholson2020-01-201-0/+112
* core: Add OstreeCommitSizesEntry typeDan Nicholson2020-01-201-0/+70
* gpg: conditionally build GPG-related code for sign/verificationDenis Pynkin2019-08-011-0/+2
* lib: add minimum version to various symbols based on libostree-released.symFelix Krull2019-05-191-11/+21
* Fix leak in ostree_content_stream_parse()Alexander Larsson2018-12-101-3/+3
* Make P2P API public (no longer experimental)Matthew Leeds2018-06-041-0/+1
* ostree: introduce PAYLOAD_LINK object typeGiuseppe Scrivano2018-03-071-0/+5
* core: Add API (and standard concept for) content checksumColin Walters2018-02-121-0/+45
* lib/checkout: add filter API to skip over filesJonathan Lebon2018-02-061-0/+20
* Add SPDX-License-Identifier to source filesMarcus Folkesson2018-01-301-0/+2
* lib/core: Expand documentation for ostree_parse_refspec()Philip Withnall2018-01-291-6/+9
* lib: Validate metadata structure more consistently during pullColin Walters2018-01-121-0/+68
* lib/core: Optimize breaking hardlinks for regfilesColin Walters2017-12-141-40/+61
* lib/core: Add a "break hardlink" APIColin Walters2017-12-141-0/+80
* add back helpful --allow-downgrade err messageDusty Mabe2017-11-271-1/+1
* lib/core: Fix documentation comment in ostree_validate_collection_idDan Nicholson2017-11-031-1/+1
* Disallow refs starting with a non-letter or digitColin Walters2017-10-181-1/+24
* lib: Use a common helper function to compare checksumsColin Walters2017-10-171-0/+16
* lib/checkout: fallback to checksum for UNION_IDENTICALJonathan Lebon2017-10-141-0/+18
* lib/core: add ostree_checksum_file_at APIJonathan Lebon2017-10-121-0/+75
* tree-wide: Update to new libglnx fd APIsColin Walters2017-10-111-1/+1
* lib/core: Use GBytes for file headersColin Walters2017-10-111-110/+59
* lib/core: Port a few functions to decl-after-stmtColin Walters2017-10-111-47/+30
* lib/core: (refactor) Drop wrapper and unneeded args for variant writingColin Walters2017-10-111-58/+11
* lib: Add a lighter weight internal checksum wrapperColin Walters2017-10-101-10/+12
* lib/core: Init struct stat bufferColin Walters2017-10-041-1/+4
* lib/commit: don't query devino cache for modified filesJonathan Lebon2017-09-301-0/+40