summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* pull: Ensure console state for multiple GPG verification messagesColin Walters2015-06-021-0/+2
* sysroot: Sort returned boot loader configsColin Walters2015-05-281-13/+34
* Fix annotations on ostree_repo_remote_gpg_import().Jeff Ortel2015-05-271-1/+1
* ostree-repo: document OSTREE_REPO_COMMIT_MODIFIER_FLAGS_GENERATE_SIZESGiuseppe Scrivano2015-05-191-0/+1
* admin: Ensure instutil commands and usage help don't grab lockColin Walters2015-05-154-4/+4
* repo: Prevent GPG keys from being imported to keybox formatMatthew Barnes2015-05-141-1/+20
* repo: Bump mtime any time we write a refColin Walters2015-05-143-0/+19
* ostree-repo: replace more gs_unref_(variant|bytes) with g_autoptrGiuseppe Scrivano2015-05-141-3/+3
* admin: Use locking for most sysroot commandsColin Walters2015-05-137-10/+14
* ostree: Add --gpg-import to the "remote add" commandMatthew Barnes2015-05-131-0/+29
* ostree: Add a "remote gpg-import" commandMatthew Barnes2015-05-133-0/+144
* repo: Add remote's keyring during GPG verificationMatthew Barnes2015-05-133-43/+113
* repo: Add ostree_repo_remote_gpg_import()Matthew Barnes2015-05-132-0/+294
* repo: Delete a remote's keyring when deleting a remoteMatthew Barnes2015-05-131-0/+4
* repo: Stash keyring name in OstreeRemoteMatthew Barnes2015-05-131-0/+4
* syntax-check: add syntactic rule to prohibit gs_strfreevGiuseppe Scrivano2015-05-131-1/+1
* pull: add new switch option --disable-static-deltasGiuseppe Scrivano2015-05-134-2/+10
* ostree-repo-pull: add option to disable static-deltasGiuseppe Scrivano2015-05-121-1/+3
* sysroot: Add a try_lock() APIColin Walters2015-05-105-1/+181
* repo: Simplify sign_data() a littleMatthew Barnes2015-05-071-17/+3
* gpg: Add custom data buffers to wrapper GIO streamsMatthew Barnes2015-05-072-0/+274
* gpg: Fix ot_gpgme_error_to_gio_error()Matthew Barnes2015-05-071-1/+1
* ot-fs-utils: remove empty line at EOFGiuseppe Scrivano2015-05-071-1/+0
* summary: delete summary.sig on an updateGiuseppe Scrivano2015-05-071-0/+9
* pull: verify signature for the summary fileGiuseppe Scrivano2015-05-073-6/+50
* summary: add new command line arguments to sign the summary fileGiuseppe Scrivano2015-05-071-0/+14
* ostree-repo: add new API to sign the summary fileGiuseppe Scrivano2015-05-072-6/+81
* pull: get rid of detached metadata for deltasGiuseppe Scrivano2015-05-073-127/+5
* pull: check that the superblock checksum is the same as in the summaryGiuseppe Scrivano2015-05-071-1/+24
* core: store information about delta files checksumsGiuseppe Scrivano2015-05-071-0/+33
* core: new function _ostree_parse_delta_nameGiuseppe Scrivano2015-05-072-0/+24
* summary: list the available static deltasGiuseppe Scrivano2015-05-071-2/+50
* trivial-httpd: add option to specify the portGiuseppe Scrivano2015-05-071-2/+4
* trivial-httpd: fix indentationGiuseppe Scrivano2015-05-071-11/+11
* Remove unnecessary #include "libgsystem.h"Matthew Barnes2015-05-0644-44/+0
* Use g_auto(GStrv) instead of gs_strfreevMatthew Barnes2015-05-066-9/+9
* Use g_autoptr(GVariantBuilder) instead of gs_unref_variant_builderMatthew Barnes2015-05-067-10/+10
* Use g_autoptr(GKeyFile) instead of gs_unref_keyfileMatthew Barnes2015-05-061-1/+1
* Use g_autoptr(GVariant) instead of gs_unref_variantMatthew Barnes2015-05-0624-175/+175
* Use g_autoptr(GPtrArray) instead of gs_unref_ptrarrayMatthew Barnes2015-05-0629-55/+55
* Use g_autoptr(GHashTable) instead of gs_unref_hashtableMatthew Barnes2015-05-0619-49/+49
* Use g_autoptr(GBytes) instead of gs_unref_bytesMatthew Barnes2015-05-0611-30/+30
* Use g_autoptr(GChecksum) instead of gs_free_checksumMatthew Barnes2015-05-061-1/+1
* Use glnx_unref_object instead of gs_unref_objectMatthew Barnes2015-05-0647-103/+103
* Use g_autoptr() for GIO object typesMatthew Barnes2015-05-0650-318/+318
* Use g_autofree instead of gs_freeMatthew Barnes2015-05-0661-298/+298
* Juggling libglnx.h includesMatthew Barnes2015-05-0611-12/+5
* gpg: Add ostree_gpg_verify_result_describe_variant()Matthew Barnes2015-05-062-4/+40
* repo: Stop creating "transaction" symlinkColin Walters2015-05-061-18/+18
* Teach fsck about partial commitsColin Walters2015-05-067-20/+114