summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release 2017.15v2017.15Colin Walters2017-12-194-8/+10
* Bump libglnx, use "n items" progress for fsckColin Walters2017-12-152-3/+4
* build-sys: Use -fno-strict-aliasing by defaultColin Walters2017-12-152-1/+3
* bin/refs: Disallow aliases to remote refsColin Walters2017-12-142-1/+10
* bin/commit: Support creating "unbound" commitsColin Walters2017-12-142-3/+18
* lib/core: Optimize breaking hardlinks for regfilesColin Walters2017-12-141-40/+61
* lib/core: Add a "break hardlink" APIColin Walters2017-12-145-0/+157
* bin/fsck: Make ref binding verification optionalColin Walters2017-12-144-14/+35
* lib/repo: Add an API to mark a commit as partialColin Walters2017-12-146-33/+56
* lib/repo: Disable locking by default, add locking=true booleanColin Walters2017-12-142-9/+29
* lib/repo: Make locking timeout configurableColin Walters2017-12-142-3/+9
* tests: Expand fsck unit tests to cover checks on bindingsPhilip Withnall2017-12-141-9/+144
* tests: Fix LC_ALL for systems which use .utf8 suffixesPhilip Withnall2017-12-141-0/+2
* ostree/commit: Allow --orphan and --bind-ref to be specified togetherPhilip Withnall2017-12-141-5/+3
* ostree/fsck: Add --verify-back-refs optionPhilip Withnall2017-12-143-0/+85
* lib/repo: Clarify documentation for ostree_repo_list_refs{,_ext}()Philip Withnall2017-12-141-5/+11
* ostree/fsck: Handle refspecs from ostree_repo_list_refs()Philip Withnall2017-12-141-3/+10
* ostree/fsck: Verify commit bindings for each refPhilip Withnall2017-12-141-0/+4
* lib/static-delta: Drop duplicated declaration from private headerPhilip Withnall2017-12-141-5/+0
* lib/pull: Fix capitalisation in binding verification error messagesPhilip Withnall2017-12-141-4/+4
* lib/pull: Split verify_bindings() out into a cmdprivate methodPhilip Withnall2017-12-146-26/+82
* ostree/fsck: Factor out common commit checking codePhilip Withnall2017-12-141-20/+37
* build-sys: Add --disable-http2Colin Walters2017-12-122-0/+12
* bin/show: Add --no-byteswapColin Walters2017-12-124-4/+22
* bin/commit: Add --add-metadata that accepts g_variant_print() formatColin Walters2017-12-122-14/+40
* lib/commit: Use more direct path for regfile commitsColin Walters2017-12-123-25/+52
* lib/commit: Fix memleak in bare-user devino hit pathColin Walters2017-12-121-2/+3
* tests: Change test-corruption to use fatal()Colin Walters2017-12-121-2/+6
* Add public API for fsck, use it before loading metadataColin Walters2017-12-128-106/+160
* lib/repo: Properly list remotes of parent reposMatthew Leeds2017-12-082-2/+14
* lib/repo-file: Add casts to appease GLib g_object_ref cast PRColin Walters2017-12-071-2/+2
* lib/commit: Refactor file commits to separate subdir from contentColin Walters2017-12-071-177/+256
* docs/related: Add BalenaColin Walters2017-12-071-0/+6
* pull: Add http2=false remote config optionColin Walters2017-12-074-5/+26
* tests: Test concurrent operationsColin Walters2017-12-052-0/+108
* lib/prune: Take exclusive repository lockDan Nicholson2017-12-051-0/+25
* lib/commit: Add repository locking during transactionsDan Nicholson2017-12-052-0/+22
* lib/repo: Add locking auto cleanup handlerDan Nicholson2017-12-056-0/+93
* lib/repo: Add repo locking mechanismDan Nicholson2017-12-055-0/+514
* lib/repo: Add some error prefixing in commit, repo createColin Walters2017-12-052-2/+7
* lib/repo: Add MT support for transaction_set_ref(), clarify MT rulesColin Walters2017-12-043-69/+108
* README.md: Link to BuildStreamSam Thursfield2017-12-041-0/+4
* build-sys: Post-release version bumpColin Walters2017-12-041-2/+2
* Release 2017.14v2017.14Colin Walters2017-12-044-4/+8
* lib/repo: Add a DEVINO_CANONICAL commit modifier flagColin Walters2017-12-044-24/+76
* lib/repo: Verify txn stagedir existence after lockingColin Walters2017-12-011-1/+10
* lib/commit: Move txn stagedir deletion/unlock into one placeColin Walters2017-12-011-6/+6
* ci: Really show test-suite.log on travisDan Nicholson2017-12-011-3/+3
* tests: Run python tests with stdout unbufferedDan Nicholson2017-12-011-0/+1
* lib/commit: Minor refactoring of tmpdir cleanup codeColin Walters2017-12-011-40/+53