summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* pull: Stop using GMainLoopColin Walters2015-08-136-245/+135
* sysroot: Add an unload() APIColin Walters2015-08-132-2/+21
* repo: don't forget to abort the transaction when failedCosimo Cecchi2015-07-281-0/+1
* repo: fix an incorrect commentCosimo Cecchi2015-07-281-1/+1
* static-delta: add max-bsdiff-size optionGiuseppe Scrivano2015-07-282-4/+17
* static-delta: do not fail compilation with big filesGiuseppe Scrivano2015-07-281-1/+4
* pull: new option --commit-metadata-onlyGiuseppe Scrivano2015-07-244-2/+19
* repo: new function _ostree_preload_metadata_fileGiuseppe Scrivano2015-07-241-45/+73
* repo: merge repo_remote_fetch_summary_{metalink,url}Giuseppe Scrivano2015-07-241-156/+79
* libostree: new API ostree_repo_remote_list_refsGiuseppe Scrivano2015-07-243-28/+89
* main: Fix UID check based on sysroot pathMatthew Barnes2015-07-161-6/+10
* repo: Fix location of remote configs for system reposMatthew Barnes2015-07-161-6/+33
* sysroot: Pass the internal repo a system root pathMatthew Barnes2015-07-161-1/+1
* repo: Add a "sysroot-path" propertyMatthew Barnes2015-07-163-7/+55
* sysroot: Use _ostree_get_default_sysroot_path()Matthew Barnes2015-07-161-6/+7
* core: Add _ostree_get_default_sysroot_path()Matthew Barnes2015-07-162-0/+30
* pull: Plug a memory leakColin Walters2015-06-291-3/+2
* pull: Avoid leaking signal handlers across fetch requestsColin Walters2015-06-291-4/+4
* pull: Also fix misplaced remote name handlingColin Walters2015-06-291-1/+1
* core: Fix inverted conditional in GPG checkingColin Walters2015-06-291-1/+1
* pull: Error if gpg=true and summary is 404, add more testsColin Walters2015-06-271-14/+31
* ostree_repo_remote_fetch_summary: honor gpg-verify-summaryGiuseppe Scrivano2015-06-261-1/+12
* pull: fail if GPG is enabled and the summary is not signedGiuseppe Scrivano2015-06-261-26/+51
* repo: new function ostree_repo_remote_get_gpg_verify_summaryGiuseppe Scrivano2015-06-262-0/+28
* pull: verify summary signatures also when not mirroringGiuseppe Scrivano2015-06-261-79/+87
* ostree: Add a "remote refs" commandMatthew Barnes2015-06-263-0/+98
* repo: Add ostree_repo_remote_fetch_summary()Matthew Barnes2015-06-262-0/+278
* metalink: Return requested file as a GBytesMatthew Barnes2015-06-263-59/+43
* metalink: Allow NULL for "out" params in metalink requestsMatthew Barnes2015-06-261-3/+7
* repo: Redo ostree_repo_remote_get_url()Matthew Barnes2015-06-262-31/+23
* repo: Handle "file" remotes in ostree_repo_remote_get_gpg_verify()Matthew Barnes2015-06-262-10/+17
* repo: Add _ostree_repo_get_remote_option_inherit()Matthew Barnes2015-06-263-30/+43
* repo: Add _ostree_repo_remote_new_fetcher()Matthew Barnes2015-06-263-75/+109
* diff: Fix adding CLI options twiceMatthew Barnes2015-06-181-1/+0
* metalink: Fix behavior when requested file is not foundMatthew Barnes2015-06-151-5/+15
* pull-local: Support --depth optionDan Nicholson2015-06-141-0/+4
* repo: Change GPG verification policyMatthew Barnes2015-06-103-51/+55
* Fix double free in ostree_repo_pull_with_optionsJohn Hiesey2015-06-051-1/+1
* Fix tests on 32 bit systemsJohn Hiesey2015-06-042-2/+2
* gpg: Gracefully handle no trusted.gpg.d directoryMatthew Barnes2015-06-041-6/+9
* repo: Don't crash when creating a summary if we have --empty deltasColin Walters2015-06-021-2/+1
* pull: Validate delta checksums more stronglyColin Walters2015-06-021-6/+24
* 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