index
:
platform/upstream/rsync
accepted/tizen/ivi/genivi
accepted/tizen/ivi/stable
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_8.0_unified
accepted/tizen_9.0_unified
accepted/tizen_common
accepted/tizen_generic
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_unified_dev
accepted/tizen_unified_toolchain
accepted/tizen_unified_x
accepted/tizen_wearable
backup/rsync-3.1.1-20220217
pristine-tar
sandbox/backup/rsync_3.2.3_20240122
sandbox/dh0128.kwak/rsync-3.2.3-20220216
sandbox/rsync_3.2.7
tizen
tizen_3.0
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.2_ivi
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_ivi
tizen_3.0_tv
tizen_4.0
tizen_4.0_tv
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
tizen_8.0
tizen_9.0
tizen_ivi_genivi
upstream
Domain: System / Base;
Donghun Kwak <dh0128.kwak@samsung.com>, hyunjee Kim <hj0426.kim@samsung.com>, JinWang An <jinwang.an@samsung.com>, Kiseok Chang <kiso.chang@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
backup.c
Age
Commit message (
Expand
)
Author
Files
Lines
2006-01-30
Call robust_rename() with its newly-added arg.
Wayne Davison
1
-2
/
+3
2006-01-29
Call the new name of set_perms(): set_file_attrs().
Wayne Davison
1
-1
/
+1
2006-01-26
Handle separated devices and special files.
Wayne Davison
1
-1
/
+3
2006-01-20
Call make_file() with one more arg (the base flags).
Wayne Davison
1
-1
/
+1
2006-01-19
Added a new arg to the make_file() call.
Wayne Davison
1
-1
/
+1
2006-01-13
Got rid of calls to (the soon to vanish) safe_fname() function.
Wayne Davison
1
-8
/
+7
2005-11-10
Indent the "failure:" label away from column 0.
Wayne Davison
1
-1
/
+1
2005-06-10
Fixed a problem in the backing up of symlinks and devices: we
Wayne Davison
1
-20
/
+21
2005-02-22
In make_simple_backup(), if the rename() failed because we tried
Wayne Davison
1
-9
/
+23
2005-02-14
John E. Malmberg convinced me to standardize on #ifs for defined
Wayne Davison
1
-1
/
+1
2005-02-07
Adding more calls to safe_fname().
Wayne Davison
1
-8
/
+12
2005-01-25
Renamed several exclude-related functions/variables using new
Wayne Davison
1
-1
/
+1
2005-01-19
No need for conditional code around do_lstat() anymore.
Wayne Davison
1
-6
/
+1
2004-10-01
The device-handling code is no longer omitted based on HAVE_MKNOD
Wayne Davison
1
-2
/
+0
2004-09-20
Output the same backup-message prefix when verbose > 1 regardless of
Wayne Davison
1
-1
/
+1
2004-09-20
Got rid of a superfluous static buffer.
Wayne Davison
1
-5
/
+3
2004-09-07
Moved the code that determines the backup filename into a new function
Wayne Davison
1
-33
/
+43
2004-09-07
When we say we're skipping a non-regular file, actually skip it.
Wayne Davison
1
-0
/
+1
2004-07-26
Made a comment better.
Wayne Davison
1
-1
/
+1
2004-07-22
If we sucessfully renamed a file that has multiple links to it, unlink()
Wayne Davison
1
-1
/
+6
2004-06-10
The mkdir code should be using do_stat(), not do_lstat() to copy
Wayne Davison
1
-3
/
+5
2004-05-15
Changed rprintf() calls that included strerror() to use rsyserr().
Wayne Davison
1
-18
/
+18
2004-05-13
Don't force the modtime on our backup dirs -- the dirs in the
Wayne Davison
1
-1
/
+0
2004-05-04
Calls to make_bak_dir() should only happen when we fail to create a
Wayne Davison
1
-8
/
+14
2004-03-13
Check robust_rename()'s return value using < 0.
Wayne Davison
1
-2
/
+2
2004-02-23
A couple fixes from Shinichi Maruyama.
Wayne Davison
1
-3
/
+3
2004-02-17
Moved the EXDEV handling into robust_rename().
Wayne Davison
1
-36
/
+4
2004-02-11
- Revised and optimized the directory-making code.
Wayne Davison
1
-98
/
+83
2004-02-11
Got rid of hard-link message (since I don't think it was ever
Wayne Davison
1
-3
/
+0
2004-02-10
Simplified test for hardlink in make_backup debug message to
J.W. Schultz
1
-5
/
+2
2004-02-10
Make idev, hlink and file_struct + strings use allocation
J.W. Schultz
1
-2
/
+3
2004-02-02
Changed args to make_file() and free_file().
Wayne Davison
1
-3
/
+2
2004-01-25
Changed F_HEAD to F_HLINDEX.
Wayne Davison
1
-1
/
+2
2004-01-20
Use new stringjoin() and pathjoin() functions.
Wayne Davison
1
-19
/
+16
2004-01-12
Changed the hard-link check.
Wayne Davison
1
-1
/
+2
2004-01-11
Use the new union-ified flist_struct values.
Wayne Davison
1
-5
/
+5
2004-01-05
A few formatting tweaks.
Wayne Davison
1
-61
/
+61
2003-09-11
Improved file-related error messages by using the new
Wayne Davison
1
-12
/
+15
2003-08-22
Make extra backup dirs mode 0700, not 0755.
Wayne Davison
1
-1
/
+1
2003-08-01
Use the new backup_suffix_len and backup_dir_len variables. Got rid
Wayne Davison
1
-15
/
+8
2003-07-31
Whitespace and indentation fixes.
J.W. Schultz
1
-103
/
+112
2003-07-01
Call make_file() using the revised arg syntax and new defines.
Wayne Davison
1
-2
/
+1
2002-05-09
Submit enhancement from Michael Zimmerman to allow --suffix to be used
David Dykstra
1
-2
/
+8
2001-05-07
imported new snprintf.c from samba, got rid of slprintf
Andrew Tridgell
1
-4
/
+4
2000-10-26
Print strerror when a system error occurs; add a new function rsyserr
Martin Pool
1
-1
/
+1
2000-08-19
added an explicit noexcludes flag to make_file()
Andrew Tridgell
1
-1
/
+4
2000-08-19
fixed backup_dir bug introduced with recent memory handling patches
Andrew Tridgell
1
-1
/
+1
2000-07-29
optimisations from Rich Salz <rsalz@caveosystems.com>
Andrew Tridgell
1
-1
/
+1
2000-01-30
patch from Jim Delahanty <mail_us@swbell.net> to ensure files are
Andrew Tridgell
1
-3
/
+7
2000-01-27
patch from James Delahanty <jimd@gie.com> to make --backup-dir work
Andrew Tridgell
1
-18
/
+123
[next]