summaryrefslogtreecommitdiff
path: root/src/libostree/ostree-repo-pull.c
Commit message (Expand)AuthorAgeFilesLines
...
* Add "pull --localcache-repo"Colin Walters2017-06-301-10/+92
* lib/pull: Move check for requested content earlierColin Walters2017-06-301-1/+5
* pull: fix GLNX_HASH_TABLE_FOREACH_KV regressionsJonathan Lebon2017-06-301-1/+3
* lib/pull: Don't fetch detached metadata twice for local pullsColin Walters2017-06-291-0/+5
* lib/pull: Some small style portingColin Walters2017-06-291-49/+26
* codebase: start using GLNX_HASH_TABLE_FOREACH macrosJonathan Lebon2017-06-281-52/+18
* Port to GLnxTmpfileColin Walters2017-06-271-5/+4
* lib/pull: Use ostree_repo_verify_summary() to verify summary on pullPhilip Withnall2017-06-271-12/+5
* lib/pull: Check whether summary is in normal form when loading itPhilip Withnall2017-06-271-0/+14
* lib/pull: Don’t cache summary file until its signature is verifiedPhilip Withnall2017-06-271-19/+18
* pull: Check free space when pulling deltasColin Walters2017-06-271-0/+21
* lib: Use OtTmpFile for static delta processingColin Walters2017-06-261-1/+1
* lib: Hoist unlinkat() cleanup API to fsutil, use in pullColin Walters2017-06-261-18/+16
* lib/repo-finder: Add Avahi based OstreeRepoFinder implementationPhilip Withnall2017-06-261-5/+34
* lib/repo-finder: Add mount based OstreeRepoFinder implementationPhilip Withnall2017-06-261-0/+4
* lib/repo-finder: Add config-file based OstreeRepoFinder implementationPhilip Withnall2017-06-261-0/+6
* lib/repo-finder: Add basic support for finding remote URIs by ref namePhilip Withnall2017-06-261-1/+1310
* lib/pull: Add collection support to ostree_repo_pull_with_options()Philip Withnall2017-06-261-46/+187
* pull: When mirroring, only replace summary if we're doing a full mirrorAlexander Larsson2017-06-161-1/+1
* lib/pull: Extend BAREUSERONLY_FILES flag to HTTP requestsColin Walters2017-06-151-9/+14
* lib/pull: Add OSTREE_REPO_PULL_FLAGS_BAREUSERONLY_FILESColin Walters2017-06-131-10/+114
* lib/pull: Fix construction of a refspec to use the correct separatorPhilip Withnall2017-06-131-1/+1
* lib/pull: Fix an over-indented blockPhilip Withnall2017-06-071-8/+9
* lib/pull: Drop some trailing whitespacePhilip Withnall2017-06-071-3/+3
* lib/pull: Simplify a for-loop initialisationPhilip Withnall2017-06-071-2/+1
* lib/pull: Fix a typo in a documentation commentPhilip Withnall2017-06-071-1/+1
* Remove the OSTREE_MAX_RECURSION limit on metadata depthBrian C. Lane2017-06-021-11/+1
* fetcher: Send Accept-Encoding: gzip when downloading summaryAlexander Larsson2017-05-241-2/+6
* pull: complete detached meta fetch before scanningJonathan Lebon2017-05-181-9/+29
* lib/pull: Port some functions to new code styleColin Walters2017-05-171-95/+42
* pull: Allow additional HTTP headers for summary fetchDan Nicholson2017-05-081-1/+9
* tree-wide: Convert to using autoptr(GString) vs g_string_free(...,TRUE)Colin Walters2017-05-051-3/+2
* libostree: Ensure progress keys are all always setPhilip Withnall2017-05-051-0/+3
* pull: Fix crash specifying override URL in summary fetchDan Nicholson2017-05-031-1/+1
* libostree: Fix a typo in docs for ostree_repo_pull_with_options()Philip Withnall2017-05-031-1/+1
* libostree: Get and set OstreeAsyncProgress:status atomicallyPhilip Withnall2017-04-291-2/+2
* src: Port to new OstreeAsyncProgress atomic APIPhilip Withnall2017-04-291-30/+30
* pull: Support deltas for explicit commitsColin Walters2017-04-121-71/+143
* Add Coccinelle usage: one for blacklisting, one for patch collectionColin Walters2017-03-301-19/+22
* pull: Also skip partial commits for deltas if no summary fileColin Walters2017-03-271-2/+28
* pull: Squash a `-Wmaybe-uninitialized` warningColin Walters2017-03-131-2/+2
* repo-pull: add option to set the async update frequencyGeorges Basile Stavracas Neto2017-03-081-1/+9
* pull: Use all available commits for delta sourcesColin Walters2017-03-041-3/+96
* pull: don't use static deltas if archive repoJonathan Lebon2017-03-021-4/+19
* fetcher: Log failures into journalColin Walters2017-02-241-1/+1
* pull: Fold together deltapart+fallback count for displayColin Walters2017-02-171-1/+16
* pull: Explicitly error out if metadata objects are fallbacksColin Walters2017-02-171-11/+6
* repo: Fix static delta progress displayColin Walters2017-02-171-9/+20
* fetcher queue: also throttle on outstanding writesJonathan Lebon2017-02-091-5/+16
* libcurl backendColin Walters2017-02-091-3/+3