summaryrefslogtreecommitdiff
path: root/src/libostree/ostree-repo-file.c
Commit message (Expand)AuthorAgeFilesLines
* Update FSF license notices to use URL instead of addressJoseph Marrero2021-12-071-3/+1
* lib: add some missing (out) annotationsFelix Krull2019-05-191-0/+24
* Add SPDX-License-Identifier to source filesMarcus Folkesson2018-01-301-0/+2
* lib/repo-file: Add casts to appease GLib g_object_ref cast PRColin Walters2017-12-071-2/+2
* tree-wide: Remove Emacs modelinesColin Walters2017-09-211-2/+1
* lib/repofile: Follow symlinks for `g_file_read()`Colin Walters2017-06-071-2/+16
* lib/repofile: Port mostly to new code styleColin Walters2017-06-071-78/+41
* core: Use OSTREE_SHA256_STRING_LEN instead of 64Mathnerd3142016-06-221-6/+6
* small cleanupsJonathan Lebon2016-04-081-48/+2
* repo: Validate checksums have correct lengthMatthew Barnes2015-11-171-4/+14
* Use g_autoptr(GVariant) instead of gs_unref_variantMatthew Barnes2015-05-061-17/+17
* Use g_autoptr() for GIO object typesMatthew Barnes2015-05-061-4/+4
* Use g_autofree instead of gs_freeMatthew Barnes2015-05-061-1/+1
* repofile: Avoid segfault if querying child in non-directoryColin Walters2014-07-211-0/+7
* core: Fix g_file_get_uri/get_parse_name for non-root ostree filesJames Antill2014-06-181-1/+2
* libostree: Ensure we set standard::type when querying filesColin Walters2014-01-191-0/+3
* repo: Change the pairs of checksums to instead be based on OstreeRepoFilesJasper St. Pierre2013-09-091-6/+6
* repo-file: Base OstreeRepoFile on trees instead of commitsJasper St. Pierre2013-09-091-88/+84
* core: Delete unused OstreeRepoFile APIColin Walters2013-09-081-11/+0
* builtin-commit: Don't parse the parent's GVariant by handJasper St. Pierre2013-09-081-0/+6
* repo-file: s/content_checksum/contents_checksum/Jasper St. Pierre2013-09-081-1/+1
* repo: Drop ostree_repo_load_variant_c APIColin Walters2013-09-031-7/+12
* Fix warnings about unused variablesTobias Hunger2013-08-301-2/+0
* core: Reduce API surface for file accessColin Walters2013-07-311-2/+2
* core: Fix all introspection warningsColin Walters2013-07-271-1/+31
* Install a shared libraryColin Walters2013-07-261-0/+1
* Switch to libgsystem local allocation macrosColin Walters2013-07-071-24/+24
* core: Add API to convert csum -> checksum without malloc()Colin Walters2013-02-231-5/+5
* Drop some bits from libotutil that are now merged in libgsystemColin Walters2012-11-291-6/+6
* core: Drop ot_clear_gvariant() in favor of g_clear_pointerColin Walters2012-07-171-9/+9
* core: Add valgrind framework, plug various memory leaksColin Walters2012-05-041-3/+4
* core: Re-unify on one OSTREE_OBJECT_TYPE_FILEColin Walters2012-04-111-14/+4
* core: Drop wrapping of metadata variantsColin Walters2012-04-111-19/+6
* core: Switch to 'ay' for checksums, drop versions/metadataColin Walters2012-04-111-52/+60
* core: Port libostree to local allocColin Walters2012-04-091-35/+25
* core: Fix xattr API to conform to coding styleColin Walters2012-04-091-1/+2
* core: Add pack filesColin Walters2012-03-311-54/+22
* core: Fix "cat" crashing when it should have returned ENOENTColin Walters2012-03-081-0/+3
* core: Add ostree-types.hColin Walters2012-03-061-1/+2
* core: Add 'cat' builtinColin Walters2012-03-061-8/+10
* core: Add standard::size to info we get from archivesColin Walters2012-01-191-0/+18
* core: Change compose to operate purely in-memoryColin Walters2011-12-211-0/+6
* core: Make OstreeRepoFile "public"Colin Walters2011-12-211-31/+30
* core: Remove dead code from OstreeRepoFileColin Walters2011-12-211-198/+0
* core: INCOMPATIBLE CHANGE: Split archive files in two parts (meta and content)Colin Walters2011-12-151-2/+14
* core: INCOMPATIBLE CHANGE: Name repo files with their type (e.g. .dirmeta)Colin Walters2011-12-121-29/+23
* core: s/pack/archived/Colin Walters2011-12-081-2/+2
* core: Make ot_transfer_out_value() take a & for the second argumentColin Walters2011-12-081-3/+3
* core: Switch is_archive to an enumerationColin Walters2011-12-081-3/+3
* core: Clean up filename utility APIColin Walters2011-12-041-1/+1