summaryrefslogtreecommitdiff
path: root/src/ostree/ot-builtin-fsck.c
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: Run clang-formatColin Walters2023-05-021-102/+87
* Strip trailing whitespace on all C filesDan Nicholson2023-02-071-1/+1
* fsck: Use `load_variant_if_exists`Colin Walters2022-06-121-15/+5
* fsck: Move most commit processing into helper functionColin Walters2022-06-121-85/+98
* fsck: De-indent loopColin Walters2022-06-121-90/+80
* fsck: Don't load all object names into memoryColin Walters2022-06-091-10/+11
* Rename ostree-cmdprivate to drop out of introspectionColin Walters2022-06-021-1/+1
* glib: bump glib requirement to 2.66 and port to GUriDaniel Kolesa2022-03-121-1/+2
* Update FSF license notices to use URL instead of addressJoseph Marrero2021-12-071-3/+1
* fsck: Print a success messageColin Walters2021-09-301-0/+3
* tree-wide: [scan-build]: Add some asserts that pointers are non-NULLColin Walters2019-10-161-0/+1
* fsck: Fix version in docs, tweak error textColin Walters2019-09-091-1/+1
* fsck: Implement a partial commit reason bitmaskJason Wessel2019-09-091-2/+10
* Make P2P API public (no longer experimental)Matthew Leeds2018-06-041-6/+0
* fsck: Add --all to print all corrupted objectAlexander Larsson2018-05-241-0/+7
* fsck: Include the commits that contain the corruption in errorsAlexander Larsson2018-05-241-4/+18
* fsck: Only print "marking commit partial" onceColin Walters2018-04-231-2/+9
* fsck: Mark commits with missing or deleted object partialAlexander Larsson2018-04-141-7/+33
* Add SPDX-License-Identifier to source filesMarcus Folkesson2018-01-301-0/+2
* Bump libglnx, use "n items" progress for fsckColin Walters2017-12-151-3/+4
* bin/fsck: Make ref binding verification optionalColin Walters2017-12-141-3/+11
* ostree/fsck: Add --verify-back-refs optionPhilip Withnall2017-12-141-0/+73
* 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
* ostree/fsck: Factor out common commit checking codePhilip Withnall2017-12-141-20/+37
* Add public API for fsck, use it before loading metadataColin Walters2017-12-121-101/+25
* ostree: provide command description in a better placeRuixin Bao2017-10-201-1/+1
* ostree: move flags into command struct, pass down through builtinsRuixin Bao2017-10-201-2/+2
* tree-wide: Remove Emacs modelinesColin Walters2017-09-211-2/+1
* lib/repo-refs: Include remote refs when using collectionsMatthew Leeds2017-08-241-0/+1
* ostree: Add naggy comments to help keep options in syncMatthew Barnes2017-08-151-0/+5
* tree-wide: Use g_autoptr(Ostree*)Colin Walters2017-08-031-1/+1
* ostree/builtins: Add support for collection–refs to a few utilitiesPhilip Withnall2017-06-261-0/+22
* cmd/fsck: Port to new styleColin Walters2017-06-261-82/+44
* fsck: Check for refs missing corresponding commitColin Walters2017-05-091-0/+22
* tree-wide: Switch to autoptr for GOptionContextColin Walters2016-12-081-3/+1
* tree-wide: Use g_hash_table_add() where applicableColin Walters2016-12-061-1/+1
* [ASAN] lib: Squash various leaks in library and commandlineColin Walters2016-11-211-1/+1
* fsck: create a tombstone when the parent is missingGiuseppe Scrivano2015-11-161-6/+26
* prune: add --delete-commitGiuseppe Scrivano2015-11-161-12/+2
* fsck: add argument --add-tombstonesGiuseppe Scrivano2015-11-031-2/+36
* Use g_autoptr(GVariant) instead of gs_unref_variantMatthew Barnes2015-05-061-2/+2
* Use g_autoptr(GHashTable) instead of gs_unref_hashtableMatthew Barnes2015-05-061-3/+3
* Use glnx_unref_object instead of gs_unref_objectMatthew Barnes2015-05-061-1/+1
* Use g_autoptr() for GIO object typesMatthew Barnes2015-05-061-2/+2
* Use g_autofree instead of gs_freeMatthew Barnes2015-05-061-3/+3
* Teach fsck about partial commitsColin Walters2015-05-061-1/+19
* fsck: Fix object count outputDan Nicholson2015-03-181-1/+1
* Refactor command-line parsingMatthew Barnes2014-11-241-3/+4
* fsck: report the correct error when a present file cannot be loadedGiuseppe Scrivano2014-10-221-0/+1