summaryrefslogtreecommitdiff
path: root/src/ostree/ot-builtin-checksum.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* lib/core: add ostree_checksum_file_at APIJonathan Lebon2017-10-121-13/+31
* ostree/checksum: port to new decl styleJonathan Lebon2017-10-121-29/+21
* tree-wide: Remove Emacs modelinesColin Walters2017-09-211-2/+1
* ostree: Add naggy comments to help keep options in syncMatthew Barnes2017-08-151-0/+5
* tree-wide: Switch to autoptr for GOptionContextColin Walters2016-12-081-3/+1
* Remove unnecessary #include "libgsystem.h"Matthew Barnes2015-05-061-1/+0
* Use g_autoptr() for GIO object typesMatthew Barnes2015-05-061-1/+1
* Use g_autofree instead of gs_freeMatthew Barnes2015-05-061-2/+2
* Refactor command-line parsingMatthew Barnes2014-11-241-3/+3
* Various manpage / usage blurb improvementsMatthew Barnes2014-11-161-1/+1
* main: Code cleanup by passing OstreeRepo * directly to builtinsColin Walters2013-08-251-1/+1
* Use { 0, } for structure initialization rather than memset()Colin Walters2013-08-181-3/+1
* Fix use of uninitialized memory in ostree_builtin_checksum()Stef Walter2013-08-171-0/+4
* Install a shared libraryColin Walters2013-07-261-0/+1
* main: Move GCancellable to toplevelColin Walters2013-07-161-2/+2
* ostree: Some header file cleanupsColin Walters2013-07-091-2/+0
* Switch to libgsystem local allocation macrosColin Walters2013-07-071-3/+3
* core: Drop ot_gfile_new_for_pathColin Walters2012-06-301-1/+1
* core: Re-unify on one OSTREE_OBJECT_TYPE_FILEColin Walters2012-04-111-1/+1
* core: Clean up checksummingColin Walters2012-04-111-5/+5
* core: Port builtins to local alloc macrosColin Walters2012-04-091-2/+1
* core: Use GFile for repo constructor API, and a bit more internallyColin Walters2011-12-221-1/+1
* core: INCOMPATIBLE CHANGE: Name repo files with their type (e.g. .dirmeta)Colin Walters2011-12-121-1/+1
* core: Use ot_clear_checksum()Colin Walters2011-11-291-1/+1
* core: checksum builtin: Actually quit main loop on error tooColin Walters2011-11-281-6/+6
* core: Add asynchronous checksum API, use it in checksum builtinColin Walters2011-11-271-7/+31
* core: Use ot_gfile_ prefix for new local GFile creation functionColin Walters2011-11-181-1/+1
* core: Add checksum builtinColin Walters2011-11-181-0/+70