summaryrefslogtreecommitdiff
path: root/src/ostree/ot-builtin-static-delta.c
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: Run clang-formatColin Walters2023-05-021-149/+168
* Rename ostree-cmdprivate to drop out of introspectionColin Walters2022-06-021-1/+1
* Update FSF license notices to use URL instead of addressJoseph Marrero2021-12-071-3/+1
* static-delta: Fix probably not actually possible NULL derefColin Walters2021-10-131-1/+1
* deltas: Add CLI ops to list and reindex delta-indexesAlexander Larsson2020-10-231-0/+57
* bin/static-delta: Add signature parameters to apply-offlineFrédéric Danis2020-09-141-1/+55
* bin/static-delta: Add command to verify delta signatureFrédéric Danis2020-09-141-0/+76
* bin/static-delta: Add support to sign superblockFrédéric Danis2020-09-141-0/+62
* bin: Hide `admin instutil` commandColin Walters2018-04-111-1/+2
* Add SPDX-License-Identifier to source filesMarcus Folkesson2018-01-301-0/+2
* bin: Port a few commands (diff,remote,static-delta) to new styleColin Walters2017-11-151-60/+38
* ostree: provide command description in a better placeRuixin Bao2017-10-201-5/+5
* ostree: move flags into command struct, pass down through builtinsRuixin Bao2017-10-201-19/+25
* ostree: Describe subcommands in help outputRuixin Bao2017-10-201-7/+12
* tree-wide: Remove Emacs modelinesColin Walters2017-09-211-2/+1
* bin/static-delta: Convert to new style and tweak outputJonathan Lebon2017-09-131-46/+29
* ostree: Add naggy comments to help keep options in syncMatthew Barnes2017-08-151-0/+4
* tree-wide: Use g_autoptr(Ostree*)Colin Walters2017-08-031-5/+5
* ostree: Use G_OPTION_ARG_FILENAME where appropriatePhilip Withnall2017-04-271-1/+1
* deltas: Expose the filename parameterGatis Paeglis2017-02-271-0/+5
* tree-wide: Switch to autoptr for GOptionContextColin Walters2016-12-081-15/+5
* [ASAN] cmdline: Fix minor leak in delta cmdline entrypointColin Walters2016-11-301-5/+7
* tree-wide: Remove unused variables detected by CLangColin Walters2016-10-271-1/+0
* static-delta: fix command contextsJonathan Lebon2016-07-291-2/+2
* delta: Add --if-not-exists optionColin Walters2016-07-041-0/+16
* Add support for ostree static-delta deleteAlexander Larsson2016-04-081-0/+35
* deltas: Use endianness marker when parsingColin Walters2016-02-261-0/+38
* static-delta: Add `show` subcommandColin Walters2016-01-281-0/+35
* static-delta apply-offline: Don't skip validationAlexander Larsson2015-11-101-1/+1
* static-deltas generate: Add --inline option to CLI toolAlexander Larsson2015-11-101-0/+5
* static-delta: add max-bsdiff-size optionGiuseppe Scrivano2015-07-281-0/+5
* pull: get rid of detached metadata for deltasGiuseppe Scrivano2015-05-071-21/+0
* Use g_autoptr(GVariantBuilder) instead of gs_unref_variant_builderMatthew Barnes2015-05-061-1/+1
* Use g_autoptr(GPtrArray) instead of gs_unref_ptrarrayMatthew Barnes2015-05-061-1/+1
* Use glnx_unref_object instead of gs_unref_objectMatthew Barnes2015-05-061-4/+4
* Use g_autoptr() for GIO object typesMatthew Barnes2015-05-061-1/+1
* Use g_autofree instead of gs_freeMatthew Barnes2015-05-061-4/+4
* Check repo permission prior to attempting to modify itMatthew Barnes2015-03-251-0/+6
* ostree_repo_static_delta_generate: add new param "verbose"Giuseppe Scrivano2015-03-031-0/+2
* static-delta: Add --disable-bsdiff optionColin Walters2015-03-031-0/+5
* static delta generation: Separate max chunk size from min fallback sizeAlexander Larsson2015-01-201-4/+9
* static-delta: do not accept both --from=REV and --empty for generateGiuseppe Scrivano2015-01-151-0/+6
* Allow creating and pulling static deltas starting from "empty"Alexander Larsson2015-01-141-4/+13
* fix --help for static-deltaGiuseppe Scrivano2014-12-181-28/+55
* Static deltas supportColin Walters2014-12-181-65/+222
* Refactor command-line parsingMatthew Barnes2014-11-241-3/+4
* Initial basic static delta code dropColin Walters2014-02-041-0/+129