summaryrefslogtreecommitdiff
path: root/src/libostree/ostree-repo-checkout.c
Commit message (Expand)AuthorAgeFilesLines
...
* lib/checkout: Use TEMP_FAILURE_RETRY()Colin Walters2017-04-271-32/+9
* checkout: Add SELinux labeling for checkout, use in deployColin Walters2017-04-251-49/+168
* checkout: Merge union/add logic for copies during checkoutColin Walters2017-04-251-118/+52
* repo/checkout: Cache lookups of dirmeta objectsColin Walters2017-04-251-0/+4
* repo: Add a "force copy" flag to checkoutColin Walters2017-04-241-1/+3
* repo/checkout: Finish conversion to new code styleColin Walters2017-04-201-218/+117
* checkout: Fix bare-user symlink checkoutsColin Walters2017-04-181-1/+1
* checkout: Provide useful error with checkout -H and incompat modeColin Walters2017-04-121-10/+38
* Add bare-user-only repo modeAlexander Larsson2017-03-271-1/+14
* Add _ostree_repo_mode_is_bare helperAlexander Larsson2017-03-271-1/+1
* repo/checkout: Convert a few functions to new "stmt-decl/FALSE" styleColin Walters2017-03-091-25/+18
* repo/checkout: fix 32-bit buildsChristian Hergert2017-03-081-2/+2
* checkout: Support a "pure addition" modeColin Walters2017-03-061-25/+49
* repo/checkout: Verify early if src/destination are on same deviceColin Walters2017-03-061-0/+21
* tree-wide: Use g_hash_table_add() where applicableColin Walters2016-12-061-1/+1
* Fix regression for symlinks in bare-user reposAlexander Larsson2016-10-211-1/+3
* core: Do create hardlinks to symlinks for checkoutsColin Walters2016-10-171-1/+1
* checkout: Fix fsync defaults for new API to be off for realColin Walters2016-10-051-2/+2
* repo: Flip the fsync default to off for new checkout APIColin Walters2016-08-041-2/+2
* libostree: mark ostree_repo_checkout_tree_at as deprecatedGiuseppe Scrivano2016-07-301-0/+2
* libostree: new function ostree_repo_checkout_atGiuseppe Scrivano2016-07-301-13/+57
* libglnx porting: Migrate to new tempfile codeColin Walters2016-07-291-28/+33
* checkout: Add an option to require hardlinksColin Walters2016-06-271-1/+1
* core: Use OSTREE_SHA256_STRING_LEN instead of 64Mathnerd3142016-06-221-1/+1
* lib: Use g_file_enumerator_iterate() if available, with fallbackColin Walters2016-06-211-2/+2
* lib: Port some manual close() cleanups to be glnx_fd_closeColin Walters2016-06-131-3/+1
* repo: use OSTREE_TIMESTAMP (=1) for checked-out filesMathnerd3142016-06-091-2/+2
* repo: Port uncompressed cache GC to libglnxColin Walters2016-05-301-24/+22
* libglnx porting: Use glnx_opendirat()Colin Walters2016-03-231-3/+2
* libglnx porting: Use glnx_set_error_from_errnoColin Walters2016-03-231-15/+15
* libglnx porting: xattr callsColin Walters2016-03-181-4/+4
* Support Docker-style whiteoutsColin Walters2016-02-161-6/+41
* Add a checkout option to skip fsyncColin Walters2016-01-261-15/+19
* repo: Add APIs for devino optimization between checkout -> commitColin Walters2016-01-071-0/+56
* Use g_autoptr(GVariant) instead of gs_unref_variantMatthew Barnes2015-05-061-2/+2
* Use g_autoptr(GHashTable) instead of gs_unref_hashtableMatthew Barnes2015-05-061-1/+1
* Use g_autoptr() for GIO object typesMatthew Barnes2015-05-061-11/+11
* Use g_autofree instead of gs_freeMatthew Barnes2015-05-061-3/+3
* ostree_repo_checkout_tree_at: remove @subpath documentationGiuseppe Scrivano2015-04-131-1/+0
* ostree_repo_checkout_tree_at: New API for checkoutsColin Walters2015-04-071-37/+117
* build: Use glibc's xattr support instead of requiring libattrDaniel Svensson2015-04-011-1/+1
* checkout: Drop internal use of GFile *Colin Walters2015-02-221-11/+5
* libostree: set directory mtimes to 0 on checkoutDaniel Drake2015-02-181-0/+16
* checkout: Add --fsync=falseColin Walters2015-01-071-15/+24
* Port to libgsystem errno API, hard depend on 2014.3Colin Walters2015-01-041-14/+14
* Support for "bare-user" repo formatAlexander Larsson2014-12-081-3/+5
* union checkout: Fix symlink handling for xattrsAlexander Larsson2014-12-051-1/+1
* checkout: fchown symlink to proper uid/gidAlexander Larsson2014-12-041-5/+17
* checkout: permit checkout of a single fileGiuseppe Scrivano2014-10-241-0/+10
* repo: Disable uncompressed object cache on non-writable reposColin Walters2014-10-161-1/+2