summaryrefslogtreecommitdiff
path: root/src/libostree/ostree-repo-commit.c
Commit message (Expand)AuthorAgeFilesLines
* The goal of this branch is to eventually use openat() for commit.wip/cleanup-checkout-traversalColin Walters2014-10-101-104/+142
* [staticanalysis]: Actually check errors on splice() of objectsColin Walters2014-06-211-1/+1
* [staticanalysis]: Add assertion to pacify analyzerColin Walters2014-06-211-2/+4
* Limit metadata to 10 MiBColin Walters2014-05-271-4/+37
* repo: Don't require a txn for writingColin Walters2014-05-261-2/+25
* trivial: commit: Fix docstring typosColin Walters2014-05-261-2/+2
* core: Use posix_fallocate() when writing objectsColin Walters2014-04-281-4/+43
* Update libgsystem, use it to set dirfd-relative xattrs on symlinksColin Walters2014-02-261-4/+2
* repo: Fix crash without SELinux policy enabled during commitColin Walters2014-02-201-1/+1
* libostree: Split off SELinux OstreeSePolicy classColin Walters2014-02-191-23/+98
* libostree: Also use xattr callback for directoriesColin Walters2014-02-011-1/+6
* Add --disable-fsync option to pull-local, and API to repoColin Walters2014-01-311-3/+6
* Add SELinux supportColin Walters2014-01-311-1/+8
* repo: Add API to provide xattrsColin Walters2014-01-301-20/+59
* commit: Reject non-regular/non-symlinks earlier with better error messageColin Walters2014-01-171-2/+18
* core: Set mtime of content objects to 0Roddy Shuler2013-12-151-0/+18
* Move xattr handling into libgsystem, fix sysroot to handle directory ownershi...Colin Walters2013-11-281-4/+4
* libostree: Squash two g-ir-scanner warningsColin Walters2013-10-241-2/+2
* core: Add size information to commit metadataJeremy Whiting2013-10-191-4/+156
* repo: Only delete temp files older than a dayColin Walters2013-10-021-3/+20
* core: Make ostree_get_relative_object_path() privateColin Walters2013-09-291-1/+1
* commit: Store detached metadata in normal formColin Walters2013-09-291-2/+5
* repo: When adding detached metadata, ensure the objdir existsColin Walters2013-09-261-2/+8
* libostree: Add API to write metadata as streamColin Walters2013-09-181-0/+27
* repo: Make the optimization for reusing checksums clearerJasper St. Pierre2013-09-091-11/+15
* repo-libarchive: Apply commit modifiers to libarchive archives as wellJasper St. Pierre2013-09-091-7/+27
* repo: Change the pairs of checksums to instead be based on OstreeRepoFilesJasper St. Pierre2013-09-091-40/+47
* core: Add detached metadata, readd metadata to commitsColin Walters2013-09-091-1/+91
* core: Use at-relative functions for checking out tree copies tooColin Walters2013-09-081-56/+4
* core: Make ostree_set_xattrs() privateColin Walters2013-09-081-1/+1
* core: Make write_object() a bit more efficientColin Walters2013-09-081-76/+107
* core: Use linkat() for hardlink checkouts tooColin Walters2013-09-081-24/+23
* repo: Make the body parameter to ostree_repo_commit optionalJasper St. Pierre2013-09-081-1/+1
* repo: Drop the branch parameter from ostree_repo_commitJasper St. Pierre2013-09-081-12/+9
* repo-file: s/content_checksum/contents_checksum/Jasper St. Pierre2013-09-081-1/+1
* core: Use at-relative lookup for locating objects tooColin Walters2013-09-071-13/+17
* core: Add malloc-free API for objects, use *at functions for storingColin Walters2013-09-071-89/+90
* repo: Make commit_transaction introspectableJasper St. Pierre2013-09-071-0/+12
* Fix buildJasper St. Pierre2013-09-061-2/+2
* Move ref writing to be transaction-basedJasper St. Pierre2013-09-061-0/+75
* repo: Move the scanning hardlinks optimization out of prepare_transactionJasper St. Pierre2013-09-061-11/+37
* repo: Make abort_transaction silently succeed if we're not in a transactionJasper St. Pierre2013-09-061-0/+3
* repo: Move the transaction stats to a separate structJasper St. Pierre2013-09-061-32/+28
* repo: Rename "stage" to "write" in the APIJasper St. Pierre2013-09-061-65/+65
* repo: Move commit code to another fileJasper St. Pierre2013-09-061-0/+1624