aboutsummaryrefslogtreecommitdiff
path: root/libbb/copy_file.c
AgeCommit message (Expand)Author
2005-04-14fake out support for POSIX -H and -L options since busybox cp dereferences ev...Mike Frysinger
2004-04-19Dont try and preserve hard links to directories.Glenn L McGrath
2004-02-22For the time being, revert the changes for detecting copyingEric Andersen
2004-02-19Chris Larson (kergoth) writes:Eric Andersen
2004-02-19Chris Larson (kergoth) writes:Eric Andersen
2004-01-11Patch from Matt Kraai to fix debian bug #227081Glenn L McGrath
2003-12-20Use low level file descriptors to match bb_copyfd_eofGlenn L McGrath
2003-11-21As we no longer use function pointers for read in common archiving codeGlenn L McGrath
2003-05-26Vodz, last_patch_86Glenn L McGrath
2003-03-19Major coreutils update.Manuel Novoa III
2002-12-13Merge copyfd and copy_file_chunkGlenn L McGrath
2002-09-17last_patch56 from vodz to simplify copy_file logicEric Andersen
2002-09-16Let people force overwrite linksEric Andersen
2002-09-16Properly honor FILEUTILS_INTERACTIVE and FILEUTILS_FORCE forEric Andersen
2002-06-11* libbb/copy_file.c (copy_file): Check st_dev instead of st_rdev.Matt Kraai
2001-12-17Make cp and mv optionally preserve hard links.Matt Kraai
2001-12-11Open the source before creating the destination.Matt Kraai
2001-10-24Major rework of the directory structure and the entire build system.Eric Andersen
2001-10-05Invert FILEUTILS_PRESERVE_SYMLINKS into FILEUTILS_DEREFERENCE.Matt Kraai
2001-08-21dfp might be used uninitialized. NULL it.Eric Andersen
2001-06-29Add some missing includes to kill warnings when building with the defaultManuel Novoa III
2001-06-11Copy files until EOF, not the reported file size, to deal with bad sizes inMatt Kraai
2001-04-30Made new xreadlink function for libbb and changed applets to use it instead ofMark Whitley
2001-04-30Fix user permissions of copied directories.Matt Kraai
2001-04-30Simplify permission handling for FIFOs.Matt Kraai
2001-04-30Fix exit status when there is an error copying a file.Matt Kraai
2001-04-27Terminate source correctly when copying symlink. Report and patch byMatt Kraai
2001-04-24Use generic flag names.Matt Kraai
2001-04-24Move applet_name declaration from busybox.h to libbb.h.Matt Kraai
2001-04-23Rewrite cp and mv to be SUSv2 compliant.Matt Kraai
2001-04-20Set permissions of created fileGlenn L McGrath
2001-04-11copy_file_chunk uses streams now.Glenn L McGrath
2001-03-16Convert utility.c into libbb.a. It is now a whole pile of .cEric Andersen