index
:
busybox-w32
ansi
awk_faster
busybox
dscho-kill-gently
embed
fix_backslash
manifest
master
merge
merge_1_19
merge_1_20
noconsole
noconsole2
old
path_search
realpath
stty
su_cmd
su_cmd2
su_cmd3
symlink
tab_completion
tab_completion2
tilde
ucrt_hack
w32_1_26_2
wget-post-file
wip
A mirror of https://github.com/rmyorston/busybox-w32.git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libbb
/
copy_file.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
adapt it to be buildable
Nguyễn Thái Ngọc Duy
2009-04-23
1
-0
/
+10
*
style fixes. No code changes
vda
2007-04-12
1
-1
/
+1
*
bb_full_fd_action: remove potential xmalloc from NOFORK path
vda
2007-04-11
1
-6
/
+4
*
fix accumulated whitespace and indentation damage
vda
2007-03-20
1
-2
/
+2
*
copy_file: comment out one condition which is always false.
vda
2007-03-15
1
-28
/
+50
*
stop using big static buffer for inode hash
vda
2007-03-14
1
-12
/
+11
*
introduce and use setfscreatecon_or_die
vda
2007-03-12
1
-1
/
+1
*
selinux support by Yuichi Nakamura <ynakam@hitachisoft.jp> (HitachiSoft)
vda
2007-03-10
1
-0
/
+40
*
syslogd: fix "readpath bug" by using readlink instead
vda
2007-02-11
1
-1
/
+1
*
Trailing whitespace removal over entire tree
vda
2007-01-11
1
-1
/
+1
*
cp: add support for -s, -l. Fix free(nonmalloc) bug.
vda
2006-10-21
1
-84
/
+126
*
bb_applet_name -> applet_name
vda
2006-10-03
1
-1
/
+1
*
Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate
landley
2006-08-03
1
-3
/
+1
*
The logic to make cp -d or -P treat things like regular files should only
landley
2006-06-24
1
-21
/
+14
*
Random cleanup of platform.h.
landley
2006-06-13
1
-7
/
+0
*
- add and use bb_opendir(), bb_xopendir().
aldot
2006-04-12
1
-2
/
+1
*
- move buffer allocation schemes to libbb.h
aldot
2006-04-03
1
-1
/
+1
*
Attempt to make a warning go away without increasing size.
landley
2006-03-14
1
-4
/
+3
*
just whitespace
timr
2006-01-25
1
-1
/
+1
*
Fix cp /dev/null filename, and a few in-passing cleanups.
landley
2005-11-01
1
-59
/
+44
*
applying fix for:
pgf
2005-07-19
1
-1
/
+1
*
applying fix from:
pgf
2005-07-19
1
-3
/
+7
*
fake out support for POSIX -H and -L options since busybox cp dereferences ev...
vapier
2005-04-14
1
-4
/
+5
*
Dont try and preserve hard links to directories.
bug1
2004-04-19
1
-1
/
+3
*
For the time being, revert the changes for detecting copying
andersen
2004-02-22
1
-6
/
+0
*
Chris Larson (kergoth) writes:
andersen
2004-02-19
1
-16
/
+6
*
Chris Larson (kergoth) writes:
andersen
2004-02-19
1
-0
/
+16
*
Patch from Matt Kraai to fix debian bug #227081
bug1
2004-01-11
1
-1
/
+1
*
Use low level file descriptors to match bb_copyfd_eof
bug1
2003-12-20
1
-20
/
+19
*
As we no longer use function pointers for read in common archiving code
bug1
2003-11-21
1
-1
/
+1
*
Vodz, last_patch_86
bug1
2003-05-26
1
-4
/
+2
*
Major coreutils update.
mjn3
2003-03-19
1
-27
/
+27
*
Merge copyfd and copy_file_chunk
bug1
2002-12-13
1
-1
/
+1
*
last_patch56 from vodz to simplify copy_file logic
andersen
2002-09-17
1
-74
/
+18
*
Let people force overwrite links
andersen
2002-09-16
1
-1
/
+1
*
Properly honor FILEUTILS_INTERACTIVE and FILEUTILS_FORCE for
andersen
2002-09-16
1
-1
/
+65
*
* libbb/copy_file.c (copy_file): Check st_dev instead of st_rdev.
kraai
2002-06-11
1
-1
/
+1
*
Make cp and mv optionally preserve hard links.
kraai
2001-12-17
1
-1
/
+23
*
Open the source before creating the destination.
kraai
2001-12-11
1
-8
/
+11
*
Major rework of the directory structure and the entire build system.
andersen
2001-10-24
1
-1
/
+0
*
Invert FILEUTILS_PRESERVE_SYMLINKS into FILEUTILS_DEREFERENCE.
kraai
2001-10-05
1
-2
/
+2
*
dfp might be used uninitialized. NULL it.
andersen
2001-08-21
1
-1
/
+1
*
Add some missing includes to kill warnings when building with the default
mjn3
2001-06-29
1
-0
/
+1
*
Copy files until EOF, not the reported file size, to deal with bad sizes in
kraai
2001-06-11
1
-3
/
+4
*
Made new xreadlink function for libbb and changed applets to use it instead of
markw
2001-04-30
1
-10
/
+3
*
Fix user permissions of copied directories.
kraai
2001-04-30
1
-1
/
+8
*
Simplify permission handling for FIFOs.
kraai
2001-04-30
1
-12
/
+1
*
Fix exit status when there is an error copying a file.
kraai
2001-04-30
1
-1
/
+1
*
Terminate source correctly when copying symlink. Report and patch by
kraai
2001-04-27
1
-2
/
+3
*
Use generic flag names.
kraai
2001-04-24
1
-9
/
+10
[next]