chiark / gitweb /
Prep v239: Uncomment header inclusions that are new or needed now.
[elogind.git] / src / basic / copy.c
2018-08-24 Sven EdenPrep v239: Uncomment header inclusions that are new...
2018-08-24 Sven EdenPrep v239: Add missing updates that evaded migration.
2018-08-24 Lennart Poetteringtree-wide: remove Lennart's copyright lines
2018-08-24 Lennart Poetteringtree-wide: drop 'This file is part of systemd' blurb
2018-08-24 Lennart Poetteringcopy: rework copy_file_atomic() to copy the specified...
2018-08-24 Lennart Poetteringcopy: put a depth limit on copying file system trees...
2018-08-24 Lennart Poetteringcopy: extend check for mount point crossing
2018-08-24 Filipe Brandenburgercopy: only check for traversing mount points on directories
2018-08-24 Zbigniew Jędrzejew... Add macro for checking if some flags are set
2018-08-24 Zbigniew Jędrzejew... basic/copy: fix awkward sentence
2018-08-24 Lennart Poetteringcopy: reduce number of checks
2018-08-24 Lennart Poetteringcopy: drop _unlikely_() that isn't obviously the case
2018-08-24 Lennart Poetteringcopy: hide in copy_bytes() the strange way splice(...
2018-08-24 Lennart Poetteringcopy: extend copy_bytes() a bit
2018-08-24 Lennart Poetteringcopy: tweak reflink logic in copy_bytes() a bit
2018-08-24 Lennart Poetteringcopy: add brief comment to copy_bytes() explaining...
2018-08-24 Zbigniew Jędrzejew... tree-wide: drop license boilerplate
2018-05-30 Lennart Poetteringcopy: wrap some unlink() calls in (void) casts
2018-03-26 Sven EdenPrep v236 : Add missing SPDX-License-Identifier (2...
2017-12-07 Sven EdenApply updates from upstream
2017-07-17 Lennart Poetteringcopy: a plain unlink() works here too
2017-07-17 Lennart Poetteringmachined: when copying files from/to userns containers...
2017-07-17 Lennart Poetteringcopy: change the various copy_xyz() calls to take a...
2017-07-17 Lennart Poetteringfs-util: unify code we use to check if dirent's d_name...
2017-07-03 Sven EdenMerge pull request #19 from elogind/dev_v231
2017-06-16 Torstein Husebøtreewide: fix typos and remove accidental repetition...
2017-06-16 Sven EdenPrep v230: Apply missing upstream fixes and updates...
2017-06-16 Lennart Poetteringmachined: support non-btrfs file systems with "machinec...
2017-06-16 Lennart Poetteringcopy: adjust directory times after writing to the directory
2017-06-16 Lennart Poetteringcopy: return the right error when we can't open a file
2017-06-16 Lennart Poetteringcopy: also copy AF_UNIX sockets
2017-05-23 Sven EdenMerge pull request #15 from elogind/dev_v229
2017-05-17 Sven EdenPrep v229: Add missing fixes from upstream [1/6] src...
2017-05-04 Sven EdenMerge pull request #7 from elogind/dev_v228-r1
2017-04-26 Sven EdenPrep v228: Condense elogind source masks (1/5)
2017-04-26 Sven EdenPrep v228: Substitute declaration masks (1/4)
2017-04-26 Sven EdenPrep v228: Add remaining updates from upstream (2/3)
2017-04-24 Sven EdenMerge pull request #5 from elogind/dev_v227 v227.2
2017-03-29 Sven Eden[1/5] Apply missing fixes from upstream
2017-03-21 Sven EdenMerge pull request #3 from elogind/dev_v226-r1
2017-03-14 Sven EdenPrep v226: Add src/basic/copy.[hc] to libbasic, the...