aboutsummaryrefslogtreecommitdiff
path: root/libbb/copy_file.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'busybox' into mergeRon Yorston2021-06-281-0/+2
|\
| * cp: implement -nDenys Vlasenko2021-06-221-0/+2
* | Merge branch 'busybox' into mergeRon Yorston2019-08-161-1/+1
|\|
| * libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne2019-07-021-1/+1
* | win32: fix POSIX build (again)Ron Yorston2019-03-121-1/+3
* | win32: stat(2) succeeds if fetching extra metadata failsRon Yorston2019-02-191-2/+3
* | win32: make stat(2) fetch additional metadataRon Yorston2019-02-161-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2018-09-101-1/+2
|\|
| * libbb: fix use-after-free in copy_fileDenys Vlasenko2018-09-031-1/+2
* | Merge branch 'busybox'Ron Yorston2018-07-251-0/+19
|\|
| * cp: optional --reflink supportDenys Vlasenko2018-07-131-0/+19
* | Merge branch 'busybox' into mergeRon Yorston2018-04-091-1/+1
|\|
| * libbb: rename bb_ask -> bb_ask_noecho, bb_ask_confirmation -> bb_ask_y_confir...Denys Vlasenko2018-04-071-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2017-08-221-1/+4
|\|
| * libarchive: do not extract unsafe symlinks unless $EXTRACT_UNSAFE_SYMLINKS=1Denys Vlasenko2017-08-101-1/+4
* | Merge branch busybox (up to "ash: comment out free(p) just before...")Ron Yorston2016-10-191-5/+11
|\|
| * cp: fix -i for POSIX mode. Closes 9106Denys Vlasenko2016-08-131-4/+9
| * cp: make verbose cp show symlink copies tooDenys Vlasenko2016-07-141-1/+2
* | Merge branch 'busybox' into mergeRon Yorston2016-07-071-0/+21
|\|
| * cp: add -u/--update and --remove-destinationDenys Vlasenko2016-05-271-0/+21
* | Don't store file details in inode hash tableRon Yorston2014-11-301-6/+0
* | Merge branch 'busybox' into mergeRon Yorston2014-06-301-0/+4
|\|
| * Add conditional support for -v / --verboseDenys Vlasenko2014-05-191-0/+4
* | Revise mingw_stat to minimise changes from upstream BusyBoxRon Yorston2014-01-071-3/+1
* | Ensure mingw_stat is called when necessaryRon Yorston2012-11-291-1/+3
* | Update mingw.c from latest git/compatRon Yorston2012-03-301-5/+0
* | Merge commit 'da4441c44f6efccb6f7b7588404d9c6bfb7b6af8' into mergeRon Yorston2012-03-221-4/+4
|\|
| * libbb/copy_file.c: use smallints instead of signed charsDenys Vlasenko2011-01-281-4/+4
* | copy_file: kkip inode/device checkDaniel Klessing2011-11-211-0/+6
* | Added missing stat() tweaks for mingw portZheng, Lei2011-11-201-0/+3
* | Merge branch 'origin/master' (early part)Nguyễn Thái Ngọc Duy2010-09-141-1/+1
|\|
| * *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* | win32: copy_file: always use lstat to avoid macro conflictNguyễn Thái Ngọc Duy2010-09-101-0/+5
|/
* cosmetic fixesDenys Vlasenko2010-02-061-2/+2
* cp: fix -H handlingDenys Vlasenko2010-01-151-2/+2
* fix improper utimes usageDenys Vlasenko2009-11-291-4/+4
* some non-gnu compilers can't have non-const struct initializersDenys Vlasenko2009-11-151-2/+4
* use utimes() rather than obsolescent utime()Bernhard Reutner-Fischer2009-11-151-5/+3
* *: use "can't" instead of "cannot"Denys Vlasenko2009-11-131-20/+20
* cp: make "non-POSIX" cp a bit more consistentDenys Vlasenko2009-07-051-34/+28
* cp: by popular demand, make it POSIX compliant (but less safe)Denys Vlasenko2009-07-051-9/+9
* *: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko2008-06-271-1/+1
* copy_file: handle "cp /dev/foo file" (almost) compatibly to coreutils.Denis Vlasenko2008-03-281-8/+29
* cp: add ENABLE_FEATURE_VERBOSE_CP_MESSAGE. Closes bug 1470Denis Vlasenko2008-02-131-1/+11
* cp: make it a bit closer to POSIX, but still refuse to open andDenis Vlasenko2007-09-111-5/+7
* cp: make "cp file /dev/node" special case; explained in commentsDenis Vlasenko2007-09-111-7/+15
* cp: fix recursion check to not waste bytes remembering names of dirsDenis Vlasenko2007-08-271-6/+5
* cp: detect and prevent infinite recursionDenis Vlasenko2007-08-271-17/+35
* make copy_file() a bit easier to understand, and smallerDenis Vlasenko2007-08-251-67/+66
* cp: make POSIX-me-harder mode complain with a bit less insane messageDenis Vlasenko2007-08-241-7/+8