Age | Commit message (Expand) | Author |
2016-08-13 | cp: fix -i for POSIX mode. Closes 9106 | Denys Vlasenko |
2016-07-14 | cp: make verbose cp show symlink copies too | Denys Vlasenko |
2016-05-27 | cp: add -u/--update and --remove-destination | Denys Vlasenko |
2014-05-19 | Add conditional support for -v / --verbose | Denys Vlasenko |
2011-01-28 | libbb/copy_file.c: use smallints instead of signed chars | Denys Vlasenko |
2010-08-16 | *: make GNU licensing statement forms more regular | Denys Vlasenko |
2010-02-06 | cosmetic fixes | Denys Vlasenko |
2010-01-15 | cp: fix -H handling | Denys Vlasenko |
2009-11-29 | fix improper utimes usage | Denys Vlasenko |
2009-11-15 | some non-gnu compilers can't have non-const struct initializers | Denys Vlasenko |
2009-11-15 | use utimes() rather than obsolescent utime() | Bernhard Reutner-Fischer |
2009-11-13 | *: use "can't" instead of "cannot" | Denys Vlasenko |
2009-07-05 | cp: make "non-POSIX" cp a bit more consistent | Denys Vlasenko |
2009-07-05 | cp: by popular demand, make it POSIX compliant (but less safe) | Denys Vlasenko |
2008-06-27 | *: introduce and use FAST_FUNC: regparm on i386, otherwise no-on | Denis Vlasenko |
2008-03-28 | copy_file: handle "cp /dev/foo file" (almost) compatibly to coreutils. | Denis Vlasenko |
2008-02-13 | cp: add ENABLE_FEATURE_VERBOSE_CP_MESSAGE. Closes bug 1470 | Denis Vlasenko |
2007-09-11 | cp: make it a bit closer to POSIX, but still refuse to open and | Denis Vlasenko |
2007-09-11 | cp: make "cp file /dev/node" special case; explained in comments | Denis Vlasenko |
2007-08-27 | cp: fix recursion check to not waste bytes remembering names of dirs | Denis Vlasenko |
2007-08-27 | cp: detect and prevent infinite recursion | Denis Vlasenko |
2007-08-25 | make copy_file() a bit easier to understand, and smaller | Denis Vlasenko |
2007-08-24 | cp: make POSIX-me-harder mode complain with a bit less insane message | Denis Vlasenko |
2007-06-20 | do not do utime() on links, it acts on link targets, and we don't want that. | Denis Vlasenko |
2007-04-12 | style fixes. No code changes | Denis Vlasenko |
2007-04-11 | bb_full_fd_action: remove potential xmalloc from NOFORK path | Denis Vlasenko |
2007-03-20 | fix accumulated whitespace and indentation damage | Denis Vlasenko |
2007-03-15 | copy_file: comment out one condition which is always false. | Denis Vlasenko |
2007-03-14 | stop using big static buffer for inode hash | Denis Vlasenko |
2007-03-12 | introduce and use setfscreatecon_or_die | Denis Vlasenko |
2007-03-10 | selinux support by Yuichi Nakamura <ynakam@hitachisoft.jp> (HitachiSoft) | Denis Vlasenko |
2007-02-11 | syslogd: fix "readpath bug" by using readlink instead | Denis Vlasenko |
2007-01-11 | Trailing whitespace removal over entire tree | Denis Vlasenko |
2006-10-21 | cp: add support for -s, -l. Fix free(nonmalloc) bug. | Denis Vlasenko |
2006-10-03 | bb_applet_name -> applet_name | Denis Vlasenko |
2006-08-03 | Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate | Rob Landley |
2006-06-24 | The logic to make cp -d or -P treat things like regular files should only | Rob Landley |
2006-06-13 | Random cleanup of platform.h. | Rob Landley |
2006-04-12 | - add and use bb_opendir(), bb_xopendir(). | Bernhard Reutner-Fischer |
2006-04-03 | - move buffer allocation schemes to libbb.h | Bernhard Reutner-Fischer |
2006-03-14 | Attempt to make a warning go away without increasing size. | Rob Landley |
2006-01-25 | just whitespace | Tim Riker |
2005-11-01 | Fix cp /dev/null filename, and a few in-passing cleanups. | Rob Landley |
2005-07-19 | applying fix for: | Paul Fox |
2005-07-19 | applying fix from: | Paul Fox |
2005-04-14 | fake out support for POSIX -H and -L options since busybox cp dereferences ev... | Mike Frysinger |
2004-04-19 | Dont try and preserve hard links to directories. | Glenn L McGrath |
2004-02-22 | For the time being, revert the changes for detecting copying | Eric Andersen |
2004-02-19 | Chris Larson (kergoth) writes: | Eric Andersen |
2004-02-19 | Chris Larson (kergoth) writes: | Eric Andersen |