aboutsummaryrefslogtreecommitdiff
path: root/libbb/copy_file.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* last_patch56 from vodz to simplify copy_file logicandersen2002-09-171-74/+18
* Let people force overwrite linksandersen2002-09-161-1/+1
* Properly honor FILEUTILS_INTERACTIVE and FILEUTILS_FORCE forandersen2002-09-161-1/+65
* * libbb/copy_file.c (copy_file): Check st_dev instead of st_rdev.kraai2002-06-111-1/+1
* Make cp and mv optionally preserve hard links.kraai2001-12-171-1/+23
* Open the source before creating the destination.kraai2001-12-111-8/+11
* Major rework of the directory structure and the entire build system.andersen2001-10-241-1/+0
* Invert FILEUTILS_PRESERVE_SYMLINKS into FILEUTILS_DEREFERENCE.kraai2001-10-051-2/+2
* dfp might be used uninitialized. NULL it.andersen2001-08-211-1/+1
* Add some missing includes to kill warnings when building with the defaultmjn32001-06-291-0/+1
* Copy files until EOF, not the reported file size, to deal with bad sizes inkraai2001-06-111-3/+4
* Made new xreadlink function for libbb and changed applets to use it instead ofmarkw2001-04-301-10/+3
* Fix user permissions of copied directories.kraai2001-04-301-1/+8
* Simplify permission handling for FIFOs.kraai2001-04-301-12/+1
* Fix exit status when there is an error copying a file.kraai2001-04-301-1/+1
* Terminate source correctly when copying symlink. Report and patch bykraai2001-04-271-2/+3
* Use generic flag names.kraai2001-04-241-9/+10
* Move applet_name declaration from busybox.h to libbb.h.kraai2001-04-241-1/+1
* Rewrite cp and mv to be SUSv2 compliant.kraai2001-04-231-143/+189
* Set permissions of created filebug12001-04-201-0/+1
* copy_file_chunk uses streams now.bug12001-04-111-58/+75
* Convert utility.c into libbb.a. It is now a whole pile of .candersen2001-03-161-0/+180