aboutsummaryrefslogtreecommitdiff
path: root/libbb/copy_file.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* win32: copy_file: lstat/stat macro conflictNguyễn Thái Ngọc Duy2010-04-201-0/+5
* 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
* fake out support for POSIX -H and -L options since busybox cp dereferences ev...Mike Frysinger2005-04-141-4/+5
* Dont try and preserve hard links to directories.Glenn L McGrath2004-04-191-1/+3
* For the time being, revert the changes for detecting copyingEric Andersen2004-02-221-6/+0
* Chris Larson (kergoth) writes:Eric Andersen2004-02-191-16/+6
* Chris Larson (kergoth) writes:Eric Andersen2004-02-191-0/+16
* Patch from Matt Kraai to fix debian bug #227081Glenn L McGrath2004-01-111-1/+1
* Use low level file descriptors to match bb_copyfd_eofGlenn L McGrath2003-12-201-20/+19
* As we no longer use function pointers for read in common archiving codeGlenn L McGrath2003-11-211-1/+1
* Vodz, last_patch_86Glenn L McGrath2003-05-261-4/+2
* Major coreutils update.Manuel Novoa III2003-03-191-27/+27