Start 1.33.0 development cycle
[oweals/busybox.git] / libbb / copy_file.c
2019-07-02 James Byrnelibbb: reduce the overhead of single parameter bb_error...
2018-09-03 Denys Vlasenkolibbb: fix use-after-free in copy_file
2018-07-13 Denys Vlasenkocp: optional --reflink support
2018-04-07 Denys Vlasenkolibbb: rename bb_ask -> bb_ask_noecho, bb_ask_confirmat...
2017-08-10 Denys Vlasenkolibarchive: do not extract unsafe symlinks unless ...
2016-08-13 Denys Vlasenkocp: fix -i for POSIX mode. Closes 9106
2016-07-14 Denys Vlasenkocp: make verbose cp show symlink copies too
2016-05-26 Denys Vlasenkocp: add -u/--update and --remove-destination
2014-05-19 Denys VlasenkoAdd conditional support for -v / --verbose
2011-01-28 Denys Vlasenkolibbb/copy_file.c: use smallints instead of signed...
2010-08-16 Denys Vlasenko*: make GNU licensing statement forms more regular
2010-02-06 Denys Vlasenkocosmetic fixes
2010-01-15 Denys Vlasenkocp: fix -H handling
2009-11-29 Denys Vlasenkofix improper utimes usage
2009-11-15 Denys Vlasenkosome non-gnu compilers can't have non-const struct...
2009-11-14 Bernhard Reutner... use utimes() rather than obsolescent utime()
2009-11-13 Denys Vlasenko*: use "can't" instead of "cannot"
2009-07-05 Denys Vlasenkocp: make "non-POSIX" cp a bit more consistent
2009-07-05 Denys Vlasenkocp: by popular demand, make it POSIX compliant (but...
2008-06-27 Denis Vlasenko*: introduce and use FAST_FUNC: regparm on i386, otherw...
2008-03-28 Denis Vlasenkocopy_file: handle "cp /dev/foo file" (almost) compatibl...
2008-02-13 Denis Vlasenkocp: add ENABLE_FEATURE_VERBOSE_CP_MESSAGE. Closes bug...
2007-09-11 Denis Vlasenkocp: make it a bit closer to POSIX, but still refuse...
2007-09-11 Denis Vlasenkocp: make "cp file /dev/node" special case; explained...
2007-08-27 Denis Vlasenkocp: fix recursion check to not waste bytes remembering...
2007-08-27 Denis Vlasenkocp: detect and prevent infinite recursion
2007-08-25 Denis Vlasenkomake copy_file() a bit easier to understand, and smaller
2007-08-24 Denis Vlasenkocp: make POSIX-me-harder mode complain with a bit less...
2007-06-20 Denis Vlasenkodo not do utime() on links, it acts on link targets...
2007-04-12 Denis Vlasenkostyle fixes. No code changes
2007-04-11 Denis Vlasenkobb_full_fd_action: remove potential xmalloc from NOFORK...
2007-03-20 Denis Vlasenkofix accumulated whitespace and indentation damage
2007-03-15 Denis Vlasenkocopy_file: comment out one condition which is always...
2007-03-14 Denis Vlasenkostop using big static buffer for inode hash
2007-03-12 Denis Vlasenkointroduce and use setfscreatecon_or_die
2007-03-10 Denis Vlasenkoselinux support by Yuichi Nakamura <ynakam@hitachisoft...
2007-02-11 Denis Vlasenkosyslogd: fix "readpath bug" by using readlink instead
2007-01-11 Denis VlasenkoTrailing whitespace removal over entire tree
2006-10-21 Denis Vlasenkocp: add support for -s, -l. Fix free(nonmalloc) bug.
2006-10-03 Denis Vlasenkobb_applet_name -> applet_name
2006-08-03 Rob LandleyRemove bb_ prefixes from xfuncs.c (and a few other...
2006-06-24 Rob LandleyThe logic to make cp -d or -P treat things like regular...
2006-06-13 Rob LandleyRandom cleanup of platform.h.
2006-04-12 Bernhard Reutner... - add and use bb_opendir(), bb_xopendir().
2006-04-03 Bernhard Reutner... - move buffer allocation schemes to libbb.h
2006-03-14 Rob LandleyAttempt to make a warning go away without increasing...
2006-01-25 Tim Rikerjust whitespace
2005-11-01 Rob LandleyFix cp /dev/null filename, and a few in-passing cleanups.
2005-07-19 Paul Foxapplying fix for:
2005-07-19 Paul Foxapplying fix from:
2005-04-14 Mike Frysingerfake out support for POSIX -H and -L options since...
2004-04-19 Glenn L McGrathDont try and preserve hard links to directories.
2004-02-22 Eric AndersenFor the time being, revert the changes for detecting...
2004-02-19 Eric AndersenChris Larson (kergoth) writes:
2004-02-19 Eric AndersenChris Larson (kergoth) writes:
2004-01-11 Glenn L McGrathPatch from Matt Kraai to fix debian bug #227081
2003-12-20 Glenn L McGrathUse low level file descriptors to match bb_copyfd_eof
2003-11-21 Glenn L McGrathAs we no longer use function pointers for read in commo...
2003-05-26 Glenn L McGrathVodz, last_patch_86
2003-03-19 Manuel Novoa III Major coreutils update.
2002-12-13 Glenn L McGrathMerge copyfd and copy_file_chunk
2002-09-17 Eric Andersenlast_patch56 from vodz to simplify copy_file logic
2002-09-16 Eric AndersenLet people force overwrite links
2002-09-16 Eric AndersenProperly honor FILEUTILS_INTERACTIVE and FILEUTILS_FORC...
2002-06-11 Matt Kraai* libbb/copy_file.c (copy_file): Check st_dev instead...
2001-12-17 Matt KraaiMake cp and mv optionally preserve hard links.
2001-12-11 Matt KraaiOpen the source before creating the destination.
2001-10-24 Eric AndersenMajor rework of the directory structure and the entire...
2001-10-05 Matt KraaiInvert FILEUTILS_PRESERVE_SYMLINKS into FILEUTILS_DEREF...
2001-08-21 Eric Andersendfp might be used uninitialized. NULL it.
2001-06-29 Manuel Novoa III Add some missing includes to kill warnings when buildin...
2001-06-11 Matt KraaiCopy files until EOF, not the reported file size, to...
2001-04-30 Mark WhitleyMade new xreadlink function for libbb and changed apple...
2001-04-30 Matt KraaiFix user permissions of copied directories.
2001-04-30 Matt KraaiSimplify permission handling for FIFOs.
2001-04-30 Matt KraaiFix exit status when there is an error copying a file.
2001-04-27 Matt KraaiTerminate source correctly when copying symlink. Repor...
2001-04-24 Matt KraaiUse generic flag names.
2001-04-24 Matt KraaiMove applet_name declaration from busybox.h to libbb.h.
2001-04-23 Matt KraaiRewrite cp and mv to be SUSv2 compliant.
2001-04-20 Glenn L McGrathSet permissions of created file
2001-04-11 Glenn L McGrathcopy_file_chunk uses streams now.
2001-03-16 Eric AndersenConvert utility.c into libbb.a. It is now a whole...