summaryrefslogtreecommitdiff
path: root/src/libostree/ostree-repo-pull.c
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: Run clang-formatColin Walters2023-05-021-1748/+1408
* Merge pull request #2837 from smcv/g-steal-fdColin Walters2023-03-171-2/+2
|\
| * Use g_steal_fd() in preference to glnx_steal_fd()Simon McVittie2023-03-171-2/+2
* | Merge pull request #2814 from tintou/tintou/ostree-coverageColin Walters2023-03-141-4/+3
|\ \ | |/ |/|
| * libostree: Enhance the annotation coverageCorentin Noël2023-02-091-4/+3
* | Strip trailing whitespace on all C filesDan Nicholson2023-02-071-1/+1
|/
* Merge pull request #2766 from cgwalters/avoid-endless-object-queueingJonathan Lebon2022-12-011-0/+8
|\
| * fetcher: Avoid too large queues for metadata processingColin Walters2022-11-141-0/+8
* | lib/pull: Fix a small leak when a variable is reusedPhilip Withnall2022-11-211-0/+1
|/
* lib/pull: Fix max-metadata-size documentationDan Nicholson2022-09-181-1/+1
* glib: bump glib requirement to 2.66 and port to GUriDaniel Kolesa2022-03-121-37/+38
* ostree-repo-pull: Take correct out path on errorPhilip Withnall2022-03-081-1/+1
* Fix marking static delta commits as partialPhaedrus Leeds2022-02-191-0/+3
* Update FSF license notices to use URL instead of addressJoseph Marrero2021-12-071-3/+1
* Merge pull request #2434 from cgwalters/custom-remoteColin Walters2021-09-081-0/+15
|\
| * Add support for "custom remotes"Colin Walters2021-09-081-0/+15
* | repo-pull: legacy_transaction_resuming flag ignoredBuddelmann, Richard RB2021-09-081-1/+1
|/
* pull: Cleanly error out on unknown schemesColin Walters2021-04-271-0/+3
* lib/pull: Add some error-prefixing in dirtree scanningJonathan Lebon2021-03-221-3/+3
* 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
|\