last_patch56 from vodz to simplify copy_file logic
[oweals/busybox.git] / libbb / copy_file.c
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...