summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release 2018.6v2018.6untagged-e3a32204dfe69a97a7adColin Walters2018-06-194-55/+56
* tests/installed: Add a free-space success path testColin Walters2018-06-191-1/+10
* lib/repo: Do free space math under lock in error pathColin Walters2018-06-191-2/+4
* lib/repo: Rename free_space_size variable to free_space_mbColin Walters2018-06-193-8/+8
* lib/repo: Fix double-set-error in min-free-space-size codeColin Walters2018-06-191-5/+5
* lib/archive: Tell g-ir-scanner to ignore the private libarchive bitsColin Walters2018-06-181-0/+5
* deploy: Delete .updated file from /etc and /var on new deploymentsDan Nicholson2018-06-183-7/+75
* lib/prune: Don't modify dirent->d_name in placeMatthew Leeds2018-06-151-6/+9
* ostree_repo_resolve_rev: Resolve refs set in the transactionAlexander Larsson2018-06-141-1/+22
* lib/repo-commit: Delay propagation of errors from abort_transaction()Philip Withnall2018-06-141-2/+12
* lib/repo: Add min-free-space-size optionUmang Jain2018-06-135-19/+132
* admin: Fix list of subcommands in help and manpageMatthew Leeds2018-06-122-8/+10
* switchroot: Allow letting ostree-prepare-root mount /varJonathan Lebon2018-06-073-3/+20
* tests: Add test for including ostree.hMatthew Leeds2018-06-073-1/+54
* Fix building against old glib versionsMatthew Leeds2018-06-074-0/+4
* Revert "lib: Fix building against old glib versions"Matthew Leeds2018-06-077-1/+6
* Make P2P API public (no longer experimental)Matthew Leeds2018-06-0448-513/+347
* lib: Fix building against old glib versionsMatthew Leeds2018-06-047-6/+1
* tests: Fix locale detectionJan Tojnar2018-06-031-2/+2
* ci: Use master branch as flatpak tagMatthew Leeds2018-05-311-19/+5
* ci: Bump flatpak build to F28Matthew Leeds2018-05-311-3/+3
* lib/repo-pull: Support retries for delta superblocksPhilip Withnall2018-05-301-2/+6
* lib/repo-pull: Support queuing delta superblock requestsPhilip Withnall2018-05-301-36/+82
* lib/fetcher: Factor out HTTP status code handling from soup and curlPhilip Withnall2018-05-304-22/+26
* lib/repo-pull: Add some missing assertions for progress statisticsPhilip Withnall2018-05-301-0/+2
* tests: Test pull behaviour when network timeouts occurPhilip Withnall2018-05-301-2/+26
* ostree/trivial-httpd: Add --random-408s command line optionPhilip Withnall2018-05-301-0/+20
* lib/fetcher-soup: Map more SoupStatus codes to known GIOErrorsPhilip Withnall2018-05-301-3/+20
* lib/repo-pull: Support retrying requests on transient network errorsPhilip Withnall2018-05-305-38/+202
* Fix building P2P code against old glib versionsMatthew Leeds2018-05-302-0/+3
* find-remotes: Fix unused variable warningsMatthew Leeds2018-05-301-1/+2
* Allow compiling OstreeRepoFinderAvahi without libsoupMatthew Leeds2018-05-301-1/+1
* Allow compiling with experimental API but without curl/soupMatthew Leeds2018-05-301-153/+230
* .gitmodules: Update URL for libglnxJonathan Lebon2018-05-301-1/+1
* Update libglnx to get g_autoptr backportsMatthew Leeds2018-05-291-0/+0
* ci: Drop gpgme and libgcrypt hacksJonathan Lebon2018-05-291-10/+0
* ci: Bump to f28, except flatpakJonathan Lebon2018-05-295-32/+37
* ci: Stop layering oci-kvm-hookJonathan Lebon2018-05-291-2/+0
* lib/repo-pull: Factor out enqueue function for FetchStaticDeltaDataPhilip Withnall2018-05-251-6/+21
* lib/repo-pull: Factor out enqueue function for FetchObjectDataPhilip Withnall2018-05-251-23/+38
* lib/repo-pull: Factor out enqueue function for ScanObjectQueueDataPhilip Withnall2018-05-251-2/+11
* lib/repo-pull: Rename a variablePhilip Withnall2018-05-251-6/+6
* lib/repo-pull: Factor out free function for FetchDeltaSuperDataPhilip Withnall2018-05-251-5/+12
* lib/repo-pull: Use GCC `?:` ternary shortcut where appropriatePhilip Withnall2018-05-251-6/+6
* lib/repo-pull: Use values from struct in enqueue_one_object_request()Philip Withnall2018-05-251-3/+2
* fsck: Add --all to print all corrupted objectAlexander Larsson2018-05-242-1/+31
* fsck: Include the commits that contain the corruption in errorsAlexander Larsson2018-05-242-5/+19
* bash-completion: Don't add a space after files and directoriesMatthew Leeds2018-05-241-0/+2
* lib/sysroot: Add wrapper API to prune system repositoryColin Walters2018-05-244-15/+92
* lib: Add a public helper method for pruning to find all ref'd commitsColin Walters2018-05-244-28/+69