1. 56bbbfa cp: implement -n by Denys Vlasenko · 3 years, 6 months ago
  2. 6937487 libbb: reduce the overhead of single parameter bb_error_msg() calls by James Byrne · 5 years ago
  3. 3060992 libbb: fix use-after-free in copy_file by Denys Vlasenko · 6 years ago
  4. 79fb6ac cp: optional --reflink support by Denys Vlasenko · 6 years ago
  5. 77cb6b9 libbb: rename bb_ask -> bb_ask_noecho, bb_ask_confirmation -> bb_ask_y_confirmation by Denys Vlasenko · 7 years ago
  6. bc9bbeb libarchive: do not extract unsafe symlinks unless $EXTRACT_UNSAFE_SYMLINKS=1 by Denys Vlasenko · 7 years ago
  7. 98c50f9 cp: fix -i for POSIX mode. Closes 9106 by Denys Vlasenko · 8 years ago
  8. ca00338 cp: make verbose cp show symlink copies too by Denys Vlasenko · 8 years ago
  9. 877dedb cp: add -u/--update and --remove-destination by Denys Vlasenko · 9 years ago
  10. 17f8418 Add conditional support for -v / --verbose by Denys Vlasenko · 11 years ago
  11. aa4f9a2 libbb/copy_file.c: use smallints instead of signed chars by Denys Vlasenko · 14 years ago
  12. 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
  13. 0cd445f cosmetic fixes by Denys Vlasenko · 15 years ago
  14. a40f062 cp: fix -H handling by Denys Vlasenko · 15 years ago
  15. dcbfaba fix improper utimes usage by Denys Vlasenko · 15 years ago
  16. 389cca4 some non-gnu compilers can't have non-const struct initializers by Denys Vlasenko · 15 years ago
  17. a307af1 use utimes() rather than obsolescent utime() by Bernhard Reutner-Fischer · 15 years ago
  18. 6331cf0 *: use "can't" instead of "cannot" by Denys Vlasenko · 15 years ago
  19. 6f58be0 cp: make "non-POSIX" cp a bit more consistent by Denys Vlasenko · 15 years ago
  20. 2d7b5bf cp: by popular demand, make it POSIX compliant (but less safe) by Denys Vlasenko · 15 years ago
  21. defc1ea *: introduce and use FAST_FUNC: regparm on i386, otherwise no-on by Denis Vlasenko · 16 years ago
  22. b9ad75f copy_file: handle "cp /dev/foo file" (almost) compatibly to coreutils. by Denis Vlasenko · 17 years ago
  23. d5fe880 cp: add ENABLE_FEATURE_VERBOSE_CP_MESSAGE. Closes bug 1470 by Denis Vlasenko · 17 years ago
  24. a9335ea cp: make it a bit closer to POSIX, but still refuse to open and by Denis Vlasenko · 17 years ago
  25. fa05074 cp: make "cp file /dev/node" special case; explained in comments by Denis Vlasenko · 17 years ago
  26. 0f214ec cp: fix recursion check to not waste bytes remembering names of dirs by Denis Vlasenko · 17 years ago
  27. 8a5fab6 cp: detect and prevent infinite recursion by Denis Vlasenko · 17 years ago
  28. 30bab71 make copy_file() a bit easier to understand, and smaller by Denis Vlasenko · 17 years ago
  29. 3d82962 cp: make POSIX-me-harder mode complain with a bit less insane message by Denis Vlasenko · 17 years ago
  30. 7510384 do not do utime() on links, it acts on link targets, and we don't want that. by Denis Vlasenko · 17 years ago
  31. 51742f4 style fixes. No code changes by Denis Vlasenko · 18 years ago
  32. 50f7f44 bb_full_fd_action: remove potential xmalloc from NOFORK path by Denis Vlasenko · 18 years ago
  33. c86e052 fix accumulated whitespace and indentation damage by Denis Vlasenko · 18 years ago
  34. 54d14ca copy_file: comment out one condition which is always false. by Denis Vlasenko · 18 years ago
  35. 6ef06ee stop using big static buffer for inode hash by Denis Vlasenko · 18 years ago
  36. 39c651e introduce and use setfscreatecon_or_die by Denis Vlasenko · 18 years ago
  37. 49622d7 selinux support by Yuichi Nakamura <ynakam@hitachisoft.jp> (HitachiSoft) by Denis Vlasenko · 18 years ago
  38. 6ca0444 syslogd: fix "readpath bug" by using readlink instead by Denis Vlasenko · 18 years ago
  39. f7996f3 Trailing whitespace removal over entire tree by Denis Vlasenko · 18 years ago
  40. f24e1f4 cp: add support for -s, -l. Fix free(nonmalloc) bug. by Denis Vlasenko · 18 years ago
  41. 8f8f268 bb_applet_name -> applet_name by Denis Vlasenko · 18 years ago
  42. d921b2e Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate by Rob Landley · 18 years ago
  43. c983274 The logic to make cp -d or -P treat things like regular files should only by Rob Landley · 18 years ago
  44. 18958e9 Random cleanup of platform.h. by Rob Landley · 18 years ago
  45. cb44816 - add and use bb_opendir(), bb_xopendir(). by Bernhard Reutner-Fischer · 19 years ago
  46. 421d9e5 - move buffer allocation schemes to libbb.h by Bernhard Reutner-Fischer · 19 years ago
  47. 386f85e Attempt to make a warning go away without increasing size. by Rob Landley · 19 years ago
  48. c1ef7bd just whitespace by Tim Riker · 19 years ago
  49. 2f30932 Fix cp /dev/null filename, and a few in-passing cleanups. by Rob Landley · 19 years ago
  50. c337d29 applying fix for: by Paul Fox · 19 years ago
  51. 0a92bbf applying fix from: 0000067: cp -p produces misleading error message by Paul Fox · 19 years ago
  52. 2ed05ab fake out support for POSIX -H and -L options since busybox cp dereferences everything by default by Mike Frysinger · 20 years ago
  53. 1219879 Dont try and preserve hard links to directories. by Glenn L McGrath · 21 years ago
  54. 817565a For the time being, revert the changes for detecting copying by Eric Andersen · 21 years ago
  55. e7d244c Chris Larson (kergoth) writes: by Eric Andersen · 21 years ago
  56. e0cbe48 Chris Larson (kergoth) writes: by Eric Andersen · 21 years ago
  57. 447bc2d Patch from Matt Kraai to fix debian bug #227081 by Glenn L McGrath · 21 years ago
  58. f62ea20 Use low level file descriptors to match bb_copyfd_eof by Glenn L McGrath · 21 years ago
  59. 7ffe133 As we no longer use function pointers for read in common archiving code by Glenn L McGrath · 21 years ago
  60. 393183d Vodz, last_patch_86 by Glenn L McGrath · 22 years ago
  61. cad5364 Major coreutils update. by Manuel Novoa III · 22 years ago
  62. 25fe94f Merge copyfd and copy_file_chunk by Glenn L McGrath · 22 years ago
  63. a9a220b last_patch56 from vodz to simplify copy_file logic by Eric Andersen · 22 years ago
  64. 02b8dfc Let people force overwrite links -Erik by Eric Andersen · 22 years ago
  65. 403a73a Properly honor FILEUTILS_INTERACTIVE and FILEUTILS_FORCE for by Eric Andersen · 22 years ago
  66. 9ef2ea2 * libbb/copy_file.c (copy_file): Check st_dev instead of st_rdev. by Matt Kraai · 23 years ago
  67. ace02dc Make cp and mv optionally preserve hard links. by Matt Kraai · 23 years ago
  68. 14b7c5d Open the source before creating the destination. by Matt Kraai · 23 years ago
  69. bdfd0d7 Major rework of the directory structure and the entire build system. -Erik by Eric Andersen · 23 years ago
  70. 4c557bf Invert FILEUTILS_PRESERVE_SYMLINKS into FILEUTILS_DEREFERENCE. by Matt Kraai · 23 years ago
  71. 75220b5 dfp might be used uninitialized. NULL it. by Eric Andersen · 23 years ago
  72. a2949aa Add some missing includes to kill warnings when building with the default by Manuel Novoa III · 23 years ago
  73. bf0a010 Copy files until EOF, not the reported file size, to deal with bad sizes in by Matt Kraai · 24 years ago
  74. 8a63326 Made new xreadlink function for libbb and changed applets to use it instead of by Mark Whitley · 24 years ago
  75. 218aa37 Fix user permissions of copied directories. by Matt Kraai · 24 years ago
  76. 43ca137 Simplify permission handling for FIFOs. by Matt Kraai · 24 years ago
  77. 24abecc Fix exit status when there is an error copying a file. by Matt Kraai · 24 years ago
  78. 72ab975 Terminate source correctly when copying symlink. Report and patch by by Matt Kraai · 24 years ago
  79. 0144103 Use generic flag names. by Matt Kraai · 24 years ago
  80. 9ff9325 Move applet_name declaration from busybox.h to libbb.h. by Matt Kraai · 24 years ago
  81. 91b2855 Rewrite cp and mv to be SUSv2 compliant. by Matt Kraai · 24 years ago
  82. 6ebd633 Set permissions of created file by Glenn L McGrath · 24 years ago
  83. 4949faf copy_file_chunk uses streams now. by Glenn L McGrath · 24 years ago
  84. aad1a88 Convert utility.c into libbb.a. It is now a whole pile of .c by Eric Andersen · 24 years ago