aboutsummaryrefslogtreecommitdiff
path: root/libbb/copy_file.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne2019-07-021-1/+1
* libbb: fix use-after-free in copy_fileDenys Vlasenko2018-09-031-1/+2
* cp: optional --reflink supportDenys Vlasenko2018-07-131-0/+19
* libbb: rename bb_ask -> bb_ask_noecho, bb_ask_confirmation -> bb_ask_y_confir...Denys Vlasenko2018-04-071-1/+1
* libarchive: do not extract unsafe symlinks unless $EXTRACT_UNSAFE_SYMLINKS=1Denys Vlasenko2017-08-101-1/+4
* cp: fix -i for POSIX mode. Closes 9106Denys Vlasenko2016-08-131-4/+9
* cp: make verbose cp show symlink copies tooDenys Vlasenko2016-07-141-1/+2
* cp: add -u/--update and --remove-destinationDenys Vlasenko2016-05-271-0/+21
* Add conditional support for -v / --verboseDenys Vlasenko2014-05-191-0/+4
* libbb/copy_file.c: use smallints instead of signed charsDenys Vlasenko2011-01-281-4/+4
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* cosmetic fixesDenys Vlasenko2010-02-061-2/+2
* cp: fix -H handlingDenys Vlasenko2010-01-151-2/+2
* fix improper utimes usageDenys Vlasenko2009-11-291-4/+4
* some non-gnu compilers can't have non-const struct initializersDenys Vlasenko2009-11-151-2/+4
* use utimes() rather than obsolescent utime()Bernhard Reutner-Fischer2009-11-151-5/+3
* *: use "can't" instead of "cannot"Denys Vlasenko2009-11-131-20/+20
* cp: make "non-POSIX" cp a bit more consistentDenys Vlasenko2009-07-051-34/+28
* cp: by popular demand, make it POSIX compliant (but less safe)Denys Vlasenko2009-07-051-9/+9
* *: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko2008-06-271-1/+1
* copy_file: handle "cp /dev/foo file" (almost) compatibly to coreutils.Denis Vlasenko2008-03-281-8/+29
* cp: add ENABLE_FEATURE_VERBOSE_CP_MESSAGE. Closes bug 1470Denis Vlasenko2008-02-131-1/+11
* cp: make it a bit closer to POSIX, but still refuse to open andDenis Vlasenko2007-09-111-5/+7
* cp: make "cp file /dev/node" special case; explained in commentsDenis Vlasenko2007-09-111-7/+15
* cp: fix recursion check to not waste bytes remembering names of dirsDenis Vlasenko2007-08-271-6/+5
* cp: detect and prevent infinite recursionDenis Vlasenko2007-08-271-17/+35
* make copy_file() a bit easier to understand, and smallerDenis Vlasenko2007-08-251-67/+66
* cp: make POSIX-me-harder mode complain with a bit less insane messageDenis Vlasenko2007-08-241-7/+8
* do not do utime() on links, it acts on link targets, and we don't want that.Denis Vlasenko2007-06-201-5/+5
* style fixes. No code changesDenis Vlasenko2007-04-121-1/+1
* bb_full_fd_action: remove potential xmalloc from NOFORK pathDenis Vlasenko2007-04-111-6/+4
* fix accumulated whitespace and indentation damageDenis Vlasenko2007-03-201-2/+2
* copy_file: comment out one condition which is always false.Denis Vlasenko2007-03-151-28/+50
* stop using big static buffer for inode hashDenis Vlasenko2007-03-141-12/+11
* introduce and use setfscreatecon_or_dieDenis Vlasenko2007-03-121-1/+1
* selinux support by Yuichi Nakamura <ynakam@hitachisoft.jp> (HitachiSoft)Denis Vlasenko2007-03-101-0/+40
* syslogd: fix "readpath bug" by using readlink insteadDenis Vlasenko2007-02-111-1/+1
* Trailing whitespace removal over entire treeDenis Vlasenko2007-01-111-1/+1
* cp: add support for -s, -l. Fix free(nonmalloc) bug.Denis Vlasenko2006-10-211-84/+126
* bb_applet_name -> applet_nameDenis Vlasenko2006-10-031-1/+1
* Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley2006-08-031-3/+1
* The logic to make cp -d or -P treat things like regular files should onlyRob Landley2006-06-241-21/+14
* Random cleanup of platform.h.Rob Landley2006-06-131-7/+0
* - add and use bb_opendir(), bb_xopendir().Bernhard Reutner-Fischer2006-04-121-2/+1
* - move buffer allocation schemes to libbb.hBernhard Reutner-Fischer2006-04-031-1/+1
* Attempt to make a warning go away without increasing size.Rob Landley2006-03-141-4/+3
* just whitespaceTim Riker2006-01-251-1/+1
* Fix cp /dev/null filename, and a few in-passing cleanups.Rob Landley2005-11-011-59/+44
* applying fix for:Paul Fox2005-07-191-1/+1
* applying fix from:Paul Fox2005-07-191-3/+7