summaryrefslogtreecommitdiff
path: root/src/libostree/ostree-repo-static-delta-compilation.c
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: Run clang-formatColin Walters2023-05-021-436/+350
* tree-wide: Fix various include ordering issuesColin Walters2023-05-011-2/+1
* lib: assert more invariantsLuca BRUNO2022-11-241-1/+2
* lib/static-delta: document and check parameters formatLuca BRUNO2022-10-131-3/+7
* otutil: add error handling to variant buildersLuca BRUNO2022-09-081-5/+8
* Update FSF license notices to use URL instead of addressJoseph Marrero2021-12-071-3/+1
* deltas: Fix leak of matchesColin Walters2021-02-021-1/+1
* lib/deltas: Annotate from checksum as nullableDan Nicholson2020-11-021-3/+3
* lib/deltas: Add inline signature for static-delta superblockFrédéric Danis2020-09-141-6/+91
* lib/deltas: convert ostree_repo_static_delta_generate to new styleFrédéric Danis2020-07-031-34/+25
* lib/repo: Create repo directories as 0775Jonathan Lebon2020-02-181-1/+1
* ostree_repo_static_delta_generate: Fix leakAlexander Larsson2018-08-131-1/+1
* lib: Fix some minor memory leaksJonathan Lebon2018-07-261-2/+1
* lib/deltas: Squash some GCC maybe-uninitialized warningsColin Walters2018-03-221-8/+2
* Add SPDX-License-Identifier to source filesMarcus Folkesson2018-01-301-0/+2
* bin/delta: Fix compilation with relative subdirs --filenameColin Walters2018-01-221-25/+7
* deltas: Add an if0'd bit to print bsdiff objectsColin Walters2017-11-011-0/+14
* bin/delta-compilation: Add a "progress bar" for bsdiff generationColin Walters2017-11-011-9/+18
* lib: Minor static delta fixesColin Walters2017-10-301-2/+2
* static deltas: Process each part as soon as its doneAlexander Larsson2017-10-271-133/+180
* static-delta-compilation: Move some things aroundAlexander Larsson2017-10-271-43/+43
* static deltas: Use OtVariantBuilder to create deltasAlexander Larsson2017-10-271-47/+76
* tree-wide: Update to new libglnx fd APIsColin Walters2017-10-111-2/+2
* lib/deltas: Move variant read helper into the deltas codeColin Walters2017-10-051-2/+15
* tree-wide: Remove Emacs modelinesColin Walters2017-09-211-2/+1
* libutil: Add a helper for O_TMPFILE + mmap()Colin Walters2017-06-291-18/+2
* tree-wide: Misc porting to newer libglnx APIsColin Walters2017-06-281-12/+2
* Port to GLnxTmpfileColin Walters2017-06-271-31/+23
* lib/deltas: Port to more to new code styleColin Walters2017-06-261-172/+112
* deltas: Don't put unreadable *from* objects in fallbackColin Walters2017-02-171-5/+1
* static-delta: Pretend that world unreadable objects are new objectsMario Sanchez Prada2016-12-161-0/+35
* [ASAN] delta compilation: More leak fixesColin Walters2016-11-301-13/+14
* delta compilation: Fix leakAlexander Larsson2016-11-281-11/+11
* [UBSAN] deltas: Don't call memset(NULL, NULL, 0) with no xattrsColin Walters2016-11-171-0/+3
* deltas: Only keep one file open at a time during compilationColin Walters2016-11-071-66/+45
* Define an initializer for GVariant{Builder,Dict}Colin Walters2016-10-271-3/+3
* tree-wide: Remove unused variables detected by CLangColin Walters2016-10-271-8/+0
* delta: Unreference files we've processedColin Walters2016-09-081-4/+10
* delta: Add missing `goto out` for failure to mmap()Colin Walters2016-09-081-0/+2
* deltas: Use F_DUPFD_CLOEXEC properlyDan Nicholson2016-08-101-1/+1
* deltas: Handle cleanup of fd array properlyDan Nicholson2016-08-101-7/+8
* lib: Fix a compiler warning introduced from earlier patchColin Walters2016-08-051-1/+1
* deltas: Port compilation to libglnx/fd-relativeColin Walters2016-08-031-31/+73
* libglnx porting: Port away from gs_file_ensure_directory()Colin Walters2016-05-301-1/+2
* libostree: Fix bracket-missing warningsKrzesimir Nowak2016-05-131-3/+3
* libostree: Variant-related leak plugs and fixesKrzesimir Nowak2016-05-121-6/+8
* lib: Fix a typoKrzesimir Nowak2016-04-191-1/+1
* static-delta: Put temp files in /var/tmpAlexander Larsson2016-04-141-1/+1
* libglnx porting: Use glnx_set_error_from_errnoColin Walters2016-03-231-1/+1
* libglnx porting: gs_transfer_out_value -> g_steal_pointerColin Walters2016-03-181-4/+8