summaryrefslogtreecommitdiff
path: root/src/libostree/ostree-repo-static-delta-core.c
Commit message (Expand)AuthorAgeFilesLines
...
* Add support for ostree static-delta deleteAlexander Larsson2016-04-081-0/+35
* deltas: Add a compression size heuristic for endianness detectionColin Walters2016-02-261-7/+29
* deltas: Heuristically detect endianness for older deltasColin Walters2016-02-261-9/+65
* deltas: Use endianness marker when parsingColin Walters2016-02-261-22/+70
* deltas: Include an endianness markerColin Walters2016-02-261-0/+28
* deltas: Fix regression in ostree_repo_static_delta_execute_offlineAlexander Larsson2016-02-241-1/+5
* deltas: Fix some more 32 bit warningsColin Walters2016-02-221-4/+4
* lib: Expand `ostree static-delta show` to show part statsColin Walters2016-02-081-8/+88
* lib: Create an internal static delta parsing/opening functionColin Walters2016-02-081-33/+205
* static-delta: Add `show` subcommandColin Walters2016-01-281-0/+93
* lib: Add a #define OSTREE_SHA256_DIGEST_LEN 32Colin Walters2016-01-281-1/+1
* deltas: Support including detached metadata in static deltasAlexander Larsson2015-11-101-1/+13
* deltas: Support passing filename to ostree_repo_static_delta_execute_offlineAlexander Larsson2015-11-101-3/+18
* deltas: Verify checksums in apply-offline unless skip_validate is TRUEAlexander Larsson2015-11-101-1/+1
* delta: Ensure the from commit exists when applying static deltaAlexander Larsson2015-11-101-0/+12
* deltas: Make apply-offline only read the parts onceAlexander Larsson2015-11-101-30/+19
* static deltas: Add support for inline-partsAlexander Larsson2015-11-101-8/+37
* static-delta: Fix annotation on ostree_repo_list_static_delta_namesJohn Hiesey2015-10-211-1/+1
* _ostree_static_delta_part_validate: Take a stream instead of a file as argAlexander Larsson2015-09-131-1/+1
* offline delta apply: Handle the version fieldAlexander Larsson2015-09-131-1/+9
* Use g_autoptr(GVariant) instead of gs_unref_variantMatthew Barnes2015-05-061-8/+8
* Use g_autoptr(GPtrArray) instead of gs_unref_ptrarrayMatthew Barnes2015-05-061-1/+1
* Use g_autoptr(GBytes) instead of gs_unref_bytesMatthew Barnes2015-05-061-1/+1
* Use g_autoptr() for GIO object typesMatthew Barnes2015-05-061-7/+7
* Use g_autofree instead of gs_freeMatthew Barnes2015-05-061-3/+3
* deltas: Use base64 for csums, add version to partsColin Walters2015-02-161-1/+18
* syntax-check: Remove empty lines at the end of fileGiuseppe Scrivano2015-02-021-1/+0
* Fix ostree_repo_list_static_delta_namesAlexander Larsson2015-01-141-8/+33
* Static deltas supportColin Walters2014-12-181-89/+56
* deltas: Add a timestamp to delta metadataColin Walters2014-02-101-1/+1
* Initial basic static delta code dropColin Walters2014-02-041-0/+333