summaryrefslogtreecommitdiff
path: root/src/libostree/ostree-repo-pull.c
Commit message (Expand)AuthorAgeFilesLines
* Fix translation of file:// URIs into pathsfix-file-uri-decodingPhaedrus Leeds2021-03-101-2/+2
* pull: Fix some whitespace and a commentPhaedrus Leeds2021-03-101-16/+17
* ostree-repo-pull: Fix a leak of the summary data if loading from cachePhilip Withnall2021-03-091-1/+1
* pull: Fix local pull with depth and truncated source historyDan Nicholson2021-01-121-4/+42
* pull: Error on depth pull with missing head commitDan Nicholson2021-01-121-33/+23
* pull: Use GNU coding styleDan Nicholson2020-12-181-11/+13
* pull: Allow disabling commit binding verificationDan Nicholson2020-12-171-9/+14
* pull: Don't save into cache passed in GByte summariesAlexander Larsson2020-11-031-1/+1
* ostree pull: Add more g_debug spew around fetching deltasAlexander Larsson2020-10-231-0/+3
* pull: Only download summary if we need it for the pull operationAlexander Larsson2020-10-231-435/+479
* deltas: Use delta indexes when pullingAlexander Larsson2020-10-231-65/+249
* Merge pull request #2205 from pwithnall/etags-and-last-modifiedOpenShift Merge Robot2020-10-221-15/+264
|\
| * lib/pull: Hook up HTTP caching headers for summary and summary.sigPhilip Withnall2020-10-221-18/+252
| * libostree: Add support for ETag and Last-Modified headersPhilip Withnall2020-10-221-7/+22
* | fetch_summary_with_options: Fix n-network-retries option parsingAlexander Larsson2020-10-081-1/+1
* | ostree_repo_find_remotes_async: Fix leak of summaryAlexander Larsson2020-10-081-2/+2
|/
* lib/pull: Read mode and tombstone options from summary file if possiblePhilip Withnall2020-10-011-24/+44
* Avoid shadowing local variablesavoid-shadowsPhaedrus Leeds2020-09-131-7/+7
* ostree-repo-pull.c: Extract mirrorlist generation to helperAlexander Larsson2020-09-111-74/+66
* Minor cleanup of _ostree_repo_remote_new_fetcher()Alexander Larsson2020-09-111-14/+12
* Inline repo_remote_fetch_summaryAlexander Larsson2020-09-111-126/+99
* repo_remote_fetch_summary: Use GMainContextPopDefaultAlexander Larsson2020-09-111-21/+12
* fetch_summary_with_options: drop unnecessary "goto out" useAlexander Larsson2020-09-111-11/+7
* Break out the signature verification code into a helper functionAlexander Larsson2020-09-111-60/+79
* Add and use ot_checksum_bytes helperAlexander Larsson2020-09-111-4/+1
* pull: Actually mmap summary filesAlexander Larsson2020-09-111-29/+53
* pull: Break out _ostree_repo_save_cache_summary_file() helperAlexander Larsson2020-09-111-18/+30
* pull: Assign idle_src variable before calling unref()Colin Walters2020-08-181-1/+2
* pull: Add summary-{,sig-}bytes options to ostree_repo_pull()Philip Withnall2020-08-071-2/+41
* pull: Improve formatting of pull options in documentationPhilip Withnall2020-08-071-27/+27
* Merge pull request #2152 from cgwalters/pull-fdatasyncOpenShift Merge Robot2020-07-201-0/+7
|\
| * pull: Add --per-object-fsyncColin Walters2020-07-181-0/+7
* | pull: Also append bytes writtenColin Walters2020-07-171-1/+7
|/
* signapi: Change API to also return a success messageColin Walters2020-06-171-4/+15
* pull: Add error prefixing with specific object when parsingColin Walters2020-05-291-1/+4
* pull: Add support for sign-verify=<list>Colin Walters2020-05-221-51/+25
* pull: Only have API to disable signapi for local pullsColin Walters2020-05-171-20/+32
* lib/pull: Add `timestamp-check-from-rev`Jonathan Lebon2020-05-141-1/+28
* pull: Further cleanup signapi verificationColin Walters2020-05-121-12/+20
* signing: Change API to create instances directlyColin Walters2020-05-101-7/+4
* lib: Move gpg/signapi bits into ostree-repo-pull-verify.cColin Walters2020-04-181-275/+7
* lib: Move pull struct definition into repo-pull-private.hColin Walters2020-04-181-113/+1
* lib: Move internal binding verification API to repo.cColin Walters2020-04-171-104/+0
* Change signature opts to include type, cleanup error handlingColin Walters2020-04-151-50/+80
* lib/pull: Two cosmetic internal function renamesColin Walters2020-04-151-9/+9
* Merge pull request #2058 from cgwalters/signing-cleanupsOpenShift Merge Robot2020-04-071-16/+7
|\
| * pull: Update key loading function to match error styleColin Walters2020-04-051-16/+7
* | lib/repo-pull: fix GPG check while pulling remoteDenis Pynkin2020-04-071-1/+1
|/
* Merge pull request #1878 from d4s/wip/d4s/no_gpgOpenShift Merge Robot2020-04-041-43/+373
|\
| * sign-pull: improve error handlingDenis Pynkin2020-03-251-60/+32