summaryrefslogtreecommitdiff
path: root/src/basic/copy.h
Commit message (Expand)AuthorAgeFilesLines
* copy: move sync_rights() to copy.c and rename copy_rights()Lennart Poettering2021-03-041-0/+1
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* basic: include stddef.h since we use NULL in headerLennart Poettering2020-10-071-0/+1
* copy: optionally, reproduce hardlinks from source in destinationLennart Poettering2020-09-091-0/+1
* copy: add copy_access() helper for copying access modeLennart Poettering2020-08-111-0/+1
* copy: add flag COPY_MAC_CREATE to create with correct labelChristian Göttsche2019-11-281-0/+1
* copy: optionally check for SIGINT regularly, and abort operation safelyLennart Poettering2019-07-171-0/+1
* util-lib: when copying files make sure to apply some chattrs early, some lateLennart Poettering2019-03-281-6/+6
* copy: don't synthesize a 'user.crtime_usec' xattr on copy unless explicitly r...Lennart Poettering2019-03-011-1/+2
* copy: Add a COPY_MERGE_EMPTY flag to merge only if the target is emptyRyan Gonzalez2019-01-081-4/+5
* copy: support getting progress feedback from the various copy functionsLennart Poettering2018-11-261-9/+41
* tree-wide: remove Lennart's copyright linesLennart Poettering2018-06-141-4/+0
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
* tree-wide: unify how we define bit mak enumsLennart Poettering2018-06-121-4/+4
* copy: extend check for mount point crossingLennart Poettering2018-06-071-3/+4
* copy: rearrange flags field definitionLennart Poettering2018-04-131-3/+3
* copy: extend copy_bytes() a bitLennart Poettering2018-04-131-1/+4
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* machined: when copying files from/to userns containers chown to rootLennart Poettering2017-02-171-2/+2
* copy: change the various copy_xyz() calls to take a unified flags parameterLennart Poettering2017-02-171-8/+14
* machined: support non-btrfs file systems with "machinectl clone"Lennart Poettering2016-05-021-0/+1
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* basic: include only what we useThomas Hindoe Paaboel Andersen2015-11-301-0/+1
* tree-wide: never use the off_t unless glibc makes us use itLennart Poettering2015-09-101-1/+2
* build-sys: split internal basic/ library from shared/Kay Sievers2015-06-111-0/+35