summaryrefslogtreecommitdiff
path: root/src/libostree/ostree-repo-libarchive.c
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: Run clang-formatColin Walters2023-05-021-325/+212
* Strip trailing whitespace on all C filesDan Nicholson2023-02-071-2/+2
* libarchive: Handle `archive_entry_symlink()` returning NULLColin Walters2022-04-041-2/+6
* lib/tar: Add some error prefixingColin Walters2022-02-151-4/+9
* Update FSF license notices to use URL instead of addressJoseph Marrero2021-12-071-3/+1
* ostree commit --tree=tar: Import xattrs from tarballsWilliam Manley2020-11-171-2/+33
* Avoid shadowing local variablesavoid-shadowsPhaedrus Leeds2020-09-131-3/+3
* libarchive: Support commit sizes metadataDan Nicholson2020-01-201-0/+2
* lib/commit: Added new ostree_repo_write_archive_to_mtree_from_fd()Tristan Van Berkom2019-05-281-22/+68
* Add SPDX-License-Identifier to source filesMarcus Folkesson2018-01-301-0/+2
* libarchive: Fix assertion error if used with CANONICAL_PERMISSIONSColin Walters2017-09-281-4/+8
* tree-wide: Remove Emacs modelinesColin Walters2017-09-211-2/+1
* libarchive: Add support for translating paths during commitColin Walters2017-08-301-29/+36
* lib/commit: Honor commit filter for libarchive --tar-autocreate-parentsColin Walters2017-08-231-1/+5
* tree-wide: Fix the build with old glib (Ubuntu Trusty etc.)Colin Walters2017-08-031-0/+1
* tree-wide: Use g_autoptr(Ostree*)Colin Walters2017-08-031-8/+7
* tree-wide: Use GLib autocleanups for libarchiveColin Walters2017-08-021-1/+1
* lib: Add a helper to convert struct stat → GFileInfoColin Walters2017-06-291-19/+10
* codebase: start using GLNX_HASH_TABLE_FOREACH macrosJonathan Lebon2017-06-281-8/+5
* tree-wide: Add+run spatch to use glnx_throw()Colin Walters2017-05-261-3/+2
* Define and use cleanup helpers for libarchiveColin Walters2016-12-051-3/+1
* [ASAN] lib: Squash various leaks in library and commandlineColin Walters2016-11-211-1/+4
* tree-wide: Remove unused variables detected by CLangColin Walters2016-10-271-2/+0
* libostree: skip introspection for two functionsGiuseppe Scrivano2016-07-301-2/+2
* lib: Use g_file_enumerator_iterate() if available, with fallbackColin Walters2016-06-211-2/+2
* repo: use OSTREE_TIMESTAMP (=1) for checked-out filesMathnerd3142016-06-091-3/+3
* libostree: Variant-related leak plugs and fixesKrzesimir Nowak2016-05-121-1/+3
* ostree-repo-libarchive.c: major refactorJonathan Lebon2016-05-061-240/+727
* ostree export: Add --prefix optionAlexander Larsson2016-04-191-0/+6
* ostree export: Add --subpath supportAlexander Larsson2016-04-191-1/+1
* Fix building without libarchiveStef Walter2016-03-231-1/+7
* lib: Two more compiler warning fixesColin Walters2016-02-221-1/+1
* libarchive: Fix a 32 bit format warningColin Walters2016-02-221-1/+1
* libarchive: Make autocreate_parents imply autocreating root dirColin Walters2016-02-221-7/+45
* repo: Add ostree_repo_import_archive_to_mtreeColin Walters2016-02-191-39/+102
* Rename libarchive write API to "export", matching command lineColin Walters2016-02-191-9/+9
* Add an `export` builtin, and API to write to libarchiveColin Walters2016-02-141-0/+249
* Use g_autoptr(GPtrArray) instead of gs_unref_ptrarrayMatthew Barnes2015-05-061-2/+2
* Use glnx_unref_object instead of gs_unref_objectMatthew Barnes2015-05-061-4/+4
* Use g_autoptr() for GIO object typesMatthew Barnes2015-05-061-5/+5
* Use g_autofree instead of gs_freeMatthew Barnes2015-05-061-4/+4
* Enforce 'rdev' (device file major/minor) is 0Colin Walters2014-12-191-4/+0
* core: Deduplicate code converting struct stat -> GFileInfoColin Walters2014-12-191-6/+3
* libostree: Make OstreeLibarchiveInputStream explicitly privateColin Walters2014-06-091-1/+1
* repo-libarchive: Apply commit modifiers to libarchive archives as wellJasper St. Pierre2013-09-091-24/+24
* repo: Rename "stage" to "write" in the APIJasper St. Pierre2013-09-061-6/+6
* repo: Use non-deprecated API with sufficiently new libarchiveColin Walters2013-08-301-0/+4
* Install a shared libraryColin Walters2013-07-261-0/+2
* Add API to retrieve statistics from transactions, use it in commitColin Walters2013-07-251-1/+2
* libostree: Split off libarchive codeColin Walters2013-07-091-0/+358