summaryrefslogtreecommitdiff
path: root/src/libostree/ostree-repo-commit.c
Commit message (Expand)AuthorAgeFilesLines
* lib/commit: Fix hardlink checkout commit with bare-user + mod xattrsColin Walters2017-10-231-15/+35
* repo: Add wrapper function for setting devino cache on checkout optsColin Walters2017-10-201-0/+2
* lib/commit: fix checking flag with bitwise ORJonathan Lebon2017-10-181-1/+1
* lib/commit: (refactor) Clean up delta bare write APIColin Walters2017-10-181-16/+3
* syntax-check: Add a rule to enforce glnx_autofd over glnx_fd_closeColin Walters2017-10-171-1/+1
* lib/commit: Use direct fd xattr operations again on regular filesColin Walters2017-10-171-13/+40
* lib/commit: Fix indentation in file commit codeColin Walters2017-10-171-13/+13
* lib/commit: Avoid trying to delete `.` with _CONSUME flagColin Walters2017-10-171-2/+4
* lib: Use a common helper function to compare checksumsColin Walters2017-10-171-8/+11
* lib/commit: Implement "adoption" with CONSUME flagColin Walters2017-10-161-29/+195
* tree-wide: Update to new libglnx fd APIsColin Walters2017-10-111-4/+4
* lib/commit: Make -path commit helper API privateColin Walters2017-10-111-10/+9
* lib/core: Use GBytes for file headersColin Walters2017-10-111-5/+8
* lib/core: (refactor) Drop wrapper and unneeded args for variant writingColin Walters2017-10-111-1/+1
* lib: Add a lighter weight internal checksum wrapperColin Walters2017-10-101-3/+8
* commit: Add _CONSUME modifier flagColin Walters2017-10-101-0/+36
* Deduplicate and fix up our use of mmap()Colin Walters2017-10-041-19/+22
* lib/commit: minor coverity fixJonathan Lebon2017-10-041-2/+4
* lib/repo-commit: Import detached metadata even if hardlink existsPhilip Withnall2017-10-031-1/+1
* lib/commit: Add some gtk-doc and internal doc commentsColin Walters2017-10-021-4/+68
* lib/commit: don't query devino cache for modified filesJonathan Lebon2017-09-301-62/+67
* tree-wide: Bump libglnx, port to new lockfile initColin Walters2017-09-271-1/+1
* lib/commit: fix using uninitialized varJonathan Lebon2017-09-261-15/+9
* lib/commit: add comments to explain dir commit pathJonathan Lebon2017-09-261-0/+8
* lib/commit: Add a copy fastpath for importsColin Walters2017-09-261-71/+175
* lib/commit: Some misc porting to decl-after-stmntColin Walters2017-09-261-52/+24
* lib: Define an alias OSTREE_REPO_MODE_ARCHIVEColin Walters2017-09-211-5/+5
* tree-wide: Remove Emacs modelinesColin Walters2017-09-211-2/+1
* lib/commit: Don't try to call linkat() for import on distinct devicesColin Walters2017-09-211-2/+3
* lib: Move bareuseronly verification into commit/coreColin Walters2017-09-211-4/+245
* lib/repo: Don't syncfs or fsync() dirs if fsync opt is disabledColin Walters2017-09-211-6/+10
* tree-wide: Some glnx_fstatat_allow_noent() portingColin Walters2017-09-191-6/+4
* Update libglnxColin Walters2017-09-181-27/+12
* lib/pull: Drop partial fetch code from libsoup backendColin Walters2017-09-151-7/+0
* tree-wide: Add error prefixing for most remaining syscallsColin Walters2017-09-071-3/+3
* lib/commit: Add some error prefixing for txn commit/tmpdirColin Walters2017-09-071-7/+7
* lib/commit: Update docs/code style for ostree_repo_scan_hardlinks()Colin Walters2017-09-071-14/+12
* commit: filter out selinux label before commitJonathan Lebon2017-08-311-0/+11
* lib/commit: Remove duplicated function for filter processingColin Walters2017-08-231-21/+7
* Update libglnxColin Walters2017-08-161-1/+1
* lib/repo-commit: Drop unreachable conditional branchPhilip Withnall2017-08-081-6/+1
* tree-wide: Fix the build with old glib (Ubuntu Trusty etc.)Colin Walters2017-08-031-1/+1
* tree-wide: Use g_autoptr(Ostree*)Colin Walters2017-08-031-5/+5
* lib/repo: Add API to create and list ref aliasesColin Walters2017-08-021-2/+26
* lib/commit: Rework a conditional set for clarity and CoverityColin Walters2017-08-021-3/+6
* Update libglnx, port some uses to newer APIsColin Walters2017-07-241-7/+5
* lib/commit: Fix EBADF with GENERATE_SIZES option for commitColin Walters2017-07-201-11/+11
* Update libglnx, port various bits to new APIColin Walters2017-07-181-10/+10
* lib/repo-commit: Fix types of content size cache entriesPhilip Withnall2017-07-111-10/+11
* lib/repo: Immediately error creating bare-user repo on tmpfsColin Walters2017-07-061-26/+16