summaryrefslogtreecommitdiff
path: root/src/libostree/ostree-core.c
Commit message (Expand)AuthorAgeFilesLines
...
* lib: Define an alias OSTREE_REPO_MODE_ARCHIVEColin Walters2017-09-211-1/+2
* lib/core: Add static assertions for OstreeRepoMode enum valuesColin Walters2017-09-211-0/+6
* tree-wide: Remove Emacs modelinesColin Walters2017-09-211-2/+1
* lib: Move bareuseronly verification into commit/coreColin Walters2017-09-211-0/+23
* tree-wide: Replace archive-z2 with archiveColin Walters2017-09-011-1/+1
* lib/pull: Add support for timestamp-check option, use in upgraderColin Walters2017-08-211-0/+32
* Update libglnx, port some uses to newer APIsColin Walters2017-07-241-3/+3
* core: Sanitize error text validating refs (e.g. against HTML)Colin Walters2017-07-191-1/+43
* Update libglnx, port various bits to new APIColin Walters2017-07-181-5/+7
* lib: Add a helper to convert struct stat → GFileInfoColin Walters2017-06-291-8/+32
* lib/ref: Add OstreeCollectionRef type for globally unique refsPhilip Withnall2017-06-261-0/+32
* lib/core: Avoid NULL deref in content_file_parse() if out variable unsetColin Walters2017-06-231-4/+3
* lib/core: Fix ‘Since’ line for ostree_validate_remote_name()Philip Withnall2017-06-211-1/+1
* lib/core: Add ostree_validate_remote_name() for remote namesPhilip Withnall2017-06-201-1/+31
* tree-wide: Add+run spatch to use glnx_throw()Colin Walters2017-05-261-7/+3
* lib/core: Complete conversion to new code styleColin Walters2017-04-241-135/+69
* core: Convert some functions to new code styleColin Walters2017-03-231-96/+39
* Bump libglnx, port a few callers to new error APIColin Walters2017-03-221-11/+3
* core: Support building with OpenSSL for checksumsColin Walters2017-03-201-10/+1
* core: Add runtime ostree_check_version()Colin Walters2017-03-131-0/+13
* libostree: Allow compression level to be set for archive-z2 streamPhilip Withnall2017-03-061-0/+40
* repo: Add archive/zlib-level option, drop default compression to 6Colin Walters2017-02-071-17/+31
* static-delta: add some error handlingJonathan Lebon2016-09-091-4/+20
* deltas: Handle untrusted checksums faster and more robustlyColin Walters2016-07-291-5/+5
* core: Add allocating b64 checksum functionsDan Nicholson2016-07-151-0/+31
* core: Add OSTREE_OBJECT_TYPE_COMMIT_METAMathnerd3142016-06-221-28/+13
* core: Use OSTREE_SHA256_STRING_LEN instead of 64Mathnerd3142016-06-221-4/+4
* core: Fix wrong return value docsKrzesimir Nowak2016-06-221-2/+3
* docs: Get API docs working againMathnerd3142016-06-091-1/+1
* core: Port to new libglnx tempname APIColin Walters2016-05-311-3/+2
* core: Add a function creating an archive-z2 content streamKrzesimir Nowak2016-05-261-27/+95
* Build on older versions of glibAlexander Larsson2016-05-251-1/+1
* libglnx porting: Migrate to glnx_stream_fstat()Colin Walters2016-05-061-1/+1
* libglnx porting: gs_transfer_out_value -> g_steal_pointerColin Walters2016-03-181-2/+4
* libglnx porting: xattr callsColin Walters2016-03-181-1/+2
* lib: Add a #define OSTREE_SHA256_DIGEST_LEN 32Colin Walters2016-01-281-12/+12
* pull: add support for tombstone commitsGiuseppe Scrivano2015-11-031-0/+2
* core: use OSTREE_OBJECT_TYPE_LAST instead of OSTREE_OBJECT_TYPE_COMMITGiuseppe Scrivano2015-11-031-1/+1
* core: Add _ostree_get_default_sysroot_path()Matthew Barnes2015-07-161-0/+27
* syntax-check: add syntactic rule to prohibit gs_strfreevGiuseppe Scrivano2015-05-131-1/+1
* core: new function _ostree_parse_delta_nameGiuseppe Scrivano2015-05-071-0/+19
* Remove unnecessary #include "libgsystem.h"Matthew Barnes2015-05-061-1/+0
* Use g_autoptr(GVariantBuilder) instead of gs_unref_variant_builderMatthew Barnes2015-05-061-1/+1
* Use g_autoptr(GVariant) instead of gs_unref_variantMatthew Barnes2015-05-061-17/+17
* Use g_autoptr(GPtrArray) instead of gs_unref_ptrarrayMatthew Barnes2015-05-061-1/+1
* Use g_autoptr() for GIO object typesMatthew Barnes2015-05-061-13/+13
* Use g_autofree instead of gs_freeMatthew Barnes2015-05-061-6/+6
* core: Actually allow none in ostree_parse_refspec()Matthew Barnes2015-04-061-3/+5
* core: Fix duplication bug in _ostree_detached_metadata_append_gpg_sig()Matthew Barnes2015-03-021-16/+15
* core: Add definitions for GPG signature metadataMatthew Barnes2015-03-021-4/+4