summaryrefslogtreecommitdiff
path: root/src/libostree/ostree-repo-pull.c
Commit message (Expand)AuthorAgeFilesLines
* Disallow refs starting with a non-letter or digitColin Walters2017-10-181-0/+2
* lib/pull: Update summary checksum code to use new checksum APIColin Walters2017-10-181-15/+9
* lib: Use a common helper function to compare checksumsColin Walters2017-10-171-14/+4
* lib/pull: Also do commit GPG verification before writingColin Walters2017-10-161-17/+79
* lib/pull: Drop duplicate/different error for GPG but no detached metaColin Walters2017-10-161-8/+0
* tree-wide: Update to new libglnx fd APIsColin Walters2017-10-111-3/+3
* lib/pull: Change fetcher to return O_TMPFILEColin Walters2017-10-051-56/+44
* Deduplicate and fix up our use of mmap()Colin Walters2017-10-041-4/+4
* lib/pull: Minor cleanup to metadata scanning function, add docsColin Walters2017-10-021-39/+44
* lib/pull: Fix regression with pull-local for nonexistent refsColin Walters2017-10-021-7/+6
* lib/pull: Don't request deltas for unchanged commitsColin Walters2017-09-271-3/+7
* lib/repo-pull: Fix remote names in refspecs from non-mirror P2P pullsPhilip Withnall2017-09-271-3/+10
* lib/repo: Change resolve_keyring_for_collection() to return a remotePhilip Withnall2017-09-271-5/+6
* lib/repo-pull: Fix a potential minor leakPhilip Withnall2017-09-271-0/+1
* lib/pull: Add status for imported objectsColin Walters2017-09-271-23/+33
* lib/repo-pull: Use resolve() instead of list() in fetch_ref_contents()Philip Withnall2017-09-271-14/+12
* src/pull: Support local pulls for collection–refsPhilip Withnall2017-09-271-11/+42
* lib/pull: Default checksum for archive mirror, add TRUSTED_HTTP flagColin Walters2017-09-261-7/+14
* lib/pull: Refactor to use OstreeRepoImportFlags internallyColin Walters2017-09-261-42/+38
* lib/pull: Minor refactoring of metadata scanning functionColin Walters2017-09-261-16/+17
* lib: Define an alias OSTREE_REPO_MODE_ARCHIVEColin Walters2017-09-211-4/+4
* tree-wide: Remove Emacs modelinesColin Walters2017-09-211-2/+1
* lib: Move bareuseronly verification into commit/coreColin Walters2017-09-211-77/+13
* lib/pull: Clarify use of unsigned summary supportMatthew Leeds2017-09-211-6/+5
* lib/pull: Wait for pending ops to complete on errorColin Walters2017-09-191-7/+30
* lib/pull: A bit of new style portingColin Walters2017-09-071-78/+42
* lib/pull: Only look for cookie files for non-local remotesColin Walters2017-09-071-12/+13
* tree-wide: Use helpers for unlinkat()Colin Walters2017-09-071-5/+2
* tree-wide: Replace archive-z2 with archiveColin Walters2017-09-011-1/+1
* lib/pull: Add support for timestamp-check option, use in upgraderColin Walters2017-08-211-0/+54
* pull: mention libcurl in NOT_SUPPORTED pull pathJonathan Lebon2017-08-161-2/+2
* pull: mark commits from local cache as partialJonathan Lebon2017-08-141-0/+7
* lib/gpg-verify: Add an OstreeGpgError error domainPhilip Withnall2017-08-101-6/+6
* lib/repo-finder: Emit gpg-verify-summary=false in dynamic remote configPhilip Withnall2017-08-081-1/+1
* lib/repo: Fix handling of missing summary files when downloadingPhilip Withnall2017-08-081-0/+8
* lib/repo-pull: Add a missing preconditionPhilip Withnall2017-08-081-0/+1
* lib/repo-pull: Fix counting of latest commits when finding reposPhilip Withnall2017-08-081-2/+5
* tree-wide: Use g_autoptr(Ostree*)Colin Walters2017-08-031-7/+7
* lib/pull: Log state of summary/commit GPG verificationColin Walters2017-08-021-2/+12
* lib/pull: Journal fetch resultsColin Walters2017-07-281-5/+98
* lib/core: Add #defines for ref/collection bindingColin Walters2017-07-261-2/+4
* Update libglnx, port some uses to newer APIsColin Walters2017-07-241-12/+4
* core: Sanitize error text validating refs (e.g. against HTML)Colin Walters2017-07-191-2/+3
* Update libglnx, port various bits to new APIColin Walters2017-07-181-8/+5
* lib/pull: Drop direct use of ->repodirColin Walters2017-07-181-9/+9
* lib/pull: Do local content imports async tooColin Walters2017-07-181-14/+93
* lib/pull: Avoid journaling 404s for optional contentColin Walters2017-07-131-8/+10
* lib/pull: Collection and ref bindings verificationKrzesimir Nowak2017-07-061-3/+147
* lib/pull: Pass the ref together with the requestKrzesimir Nowak2017-07-061-86/+113
* pull: Cleanly error when doing local pulls of remote-prefixed refsColin Walters2017-07-051-0/+2