summaryrefslogtreecommitdiff
path: root/src/libostree/ostree-repo-static-delta-compilation-analysis.c
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: Run clang-formatColin Walters2023-05-021-78/+58
* Strip trailing whitespace on all C filesDan Nicholson2023-02-071-3/+3
* Update FSF license notices to use URL instead of addressJoseph Marrero2021-12-071-3/+1
* Add SPDX-License-Identifier to source filesMarcus Folkesson2018-01-301-0/+2
* deltas: Don't try to rollsum/bsdiff .xz filesColin Walters2017-11-091-9/+35
* tree-wide: Remove Emacs modelinesColin Walters2017-09-211-2/+1
* [ASAN] lib: Squash various leaks in library and commandlineColin Walters2016-11-211-1/+1
* static-delta: find a similar filename using what is before '.' or '-'Giuseppe Scrivano2016-10-281-25/+49
* libglnx porting: gs_transfer_out_value -> g_steal_pointerColin Walters2016-03-181-2/+4
* static-delta: Ignore symlinks when computing similar objectsJohn Hiesey2015-08-261-9/+7
* Use g_autoptr(GVariant) instead of gs_unref_variantMatthew Barnes2015-05-061-1/+1
* Use g_autoptr(GPtrArray) instead of gs_unref_ptrarrayMatthew Barnes2015-05-061-3/+3
* Use g_autoptr(GHashTable) instead of gs_unref_hashtableMatthew Barnes2015-05-061-2/+2
* Use g_autoptr() for GIO object typesMatthew Barnes2015-05-061-1/+1
* Fix "make syntax-check" failures.Giuseppe Scrivano2015-03-031-1/+0
* Fix GObject introspection annotationGiuseppe Scrivano2015-02-231-1/+1
* deltas: Search for similar objects (possibly renamed across directories)Colin Walters2015-02-161-0/+305