Age | Commit message (Expand) | Author |
2020-03-08 | cp: fix -D (--parents) (REWORK MINIMAL FIX) | Jarno Mäkipää |
2020-03-03 | Remove another command sub-option. | Rob Landley |
2020-01-24 | cp/mv: add -T. | Elliott Hughes |
2019-10-28 | cp: treat a directory name with a slash at the end the same as one without a ... | William Haddon |
2019-10-21 | Use FLAG() macros more. | Rob Landley |
2019-10-21 | Remove getdirname(), it's _not_ a drop-in replacement for dirname | Rob Landley |
2019-07-10 | dd: iflags, oflags, fix ^C, fix the fundamental loop. | Elliott Hughes |
2019-06-23 | Switch cp.c to FLAG() macros. | Rob Landley |
2019-06-22 | Fix mv with trailing slash in source. | Denys Nykula |
2019-06-21 | Fix cp -r dir/. symlink child. | makepost |
2019-06-08 | macOS: numerous fixes. | Elliott Hughes |
2019-03-27 | Change fileunderdir() to return abspath to file. | Rob Landley |
2019-03-13 | Use defined constants for mkpathat. | Hadrian Węgrzynowski |
2019-03-02 | Improve help consistency. | Elliott Hughes |
2019-01-12 | Fix cp permissions when copying symlink contents, and add test. | Rob Landley |
2018-12-11 | Implement --preserve default = mot behavior (fixes segfault when no argument). | Rob Landley |
2018-12-04 | Clean up some --help formatting. | Elliott Hughes |
2018-11-17 | Volodymyr Medvid reported that install -d doesn't honor -o or -g. | Rob Landley |
2018-08-31 | Convert option style. | Rob Landley |
2018-04-12 | Fix "cp -p" doesn't preserve timestamps bug | Minghui Liu |
2018-04-08 | Add cp --parents | Rob Landley |
2017-01-28 | Add missing `static`s and remove an unused function. | Elliott Hughes |
2016-08-18 | Change xgetpwnamid/xgetgrnamid to xgetuid/xgetgid returning the id number | Rob Landley |
2016-06-15 | Add readlink0() and readlinkat0() which null terminate the data. | Rob Landley |
2016-06-09 | Fix dangling link after cp command | Kyungsik Lee |
2016-05-31 | In cp -a, don't complain if non-root user can't chown, failure is expected.0.7.1 | Rob Landley |
2016-05-30 | Add output path to cp error message filenames. | Rob Landley |
2016-03-30 | Whitespace and comment. | Rob Landley |
2016-03-30 | Implement mv -n / cp -n (no clobber). | Andy Chu |
2016-03-12 | Update scripts/single.sh and cp.c so "make mv" isn't actually building cp. | Rob Landley |
2016-03-12 | The xattr functions were added during the 2.5 kernel, lsm.h can #include the | Rob Landley |
2016-03-07 | Cleanup pass on the dirtree infrastructure, in preparation for making rm -r | Rob Landley |
2016-02-01 | Fix directory test in cp. | Elliott Hughes |
2016-01-05 | Add error_msg_raw() and friends, replace error_msg("%s", s) uses, enable format | Rob Landley |
2015-12-22 | First guess at cp xattr support, ala --preserve=context,xattr | Rob Landley |
2015-12-22 | Convert cp from magic constants to TAGGED_ARRAY() | Rob Landley |
2015-10-27 | Install without a mode should use 0755, and check FLAG_preserve instead of | Rob Landley |
2015-09-07 | Remove prompt argument from yesno(), caller can fprintf(stderr, "blah") itself. | Rob Landley |
2015-08-30 | Fix mv on overwrite. | Elliott Hughes |
2015-07-03 | First pass on cp --preserve | Rob Landley |
2015-05-10 | Cleanups of dirtree_start() calls. (Don't need to feed in flag values, just | Rob Landley |
2015-05-09 | Add DIRTREE_SHUTUP to disable dirtree warnings if file vanishes out from | Rob Landley |
2015-03-21 | install -D bugfix from David Halls. | Rob Landley |
2015-03-12 | Make install support numeric uid/gids (reported by Kylie McClain). | Rob Landley |
2015-03-01 | Patches from Elliott Hughes to fix various printf() format strings. | Rob Landley |
2015-02-15 | Add --remove-destination longopt for -F because the host version doesn't have... | Rob Landley |
2014-12-31 | When CP_MORE was disabled, the d flag was still in the [-exclusion] list at t... | Rob Landley |
2014-12-18 | Decouple cp and mv so mv uses its own --help text. | Rob Landley |
2014-11-22 | As long as Android's going to require fortify, fixup the warnings it generates. | Rob Landley |
2014-10-14 | Fix last night's mv commit (use dest, not source). | Rob Landley |