- make getopt_ulflags aware of CONFIG_GETOPT_LONG
[oweals/busybox.git] / libbb / copy_file.c
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...