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
/
rsync.c
Age
Commit message (
Expand
)
Author
Files
Lines
2005-03-14
Got rid of an unused extern.
Wayne Davison
1
-1
/
+0
2005-02-25
Use the new am_starting_up value in who_am_i().
Wayne Davison
1
-1
/
+2
2005-02-21
- Moved delete_file() into flist.c.
Wayne Davison
1
-119
/
+1
2005-02-19
Made delete_file() backup files it is removing if --backup was specified.
Wayne Davison
1
-1
/
+15
2005-02-19
Moved deletion_count here so that we honor --max-delete in
Wayne Davison
1
-0
/
+11
2005-02-19
When logging PERMS_REPORT messages, send them with the FCLIENT code
Wayne Davison
1
-3
/
+5
2005-02-19
- Changed the calling args to delete_file() to take an st_mode instead
Wayne Davison
1
-23
/
+15
2005-02-14
John E. Malmberg convinced me to standardize on #ifs for defined
Wayne Davison
1
-2
/
+2
2005-02-07
Adding more calls to safe_fname().
Wayne Davison
1
-11
/
+16
2005-02-01
Changed who_am_i() to output "server" or "client" when am_sender
Wayne Davison
1
-0
/
+3
2005-01-28
Use "#if" (not "#ifdef") for configure-defined macros.
Wayne Davison
1
-1
/
+1
2005-01-25
In delete_files(), handle new DEL_NO_RECURSE flag (and use
Wayne Davison
1
-1
/
+2
2005-01-24
Honor the new omit_dir_times var.
Wayne Davison
1
-5
/
+4
2005-01-20
In delete_file(): got rid of DEL_NO_RECURSE code and added
Wayne Davison
1
-3
/
+6
2005-01-20
Moved the dry_run check in set_perms() so that it only triggers if
Wayne Davison
1
-3
/
+2
2005-01-19
- Updated delete_file() to take a flag arg that makes it more
Wayne Davison
1
-20
/
+40
2005-01-10
Added a "overwriting_basis" arg to finish_transfer().
Wayne Davison
1
-2
/
+2
2005-01-03
If lchown() is not available, we only skip the call to chown() for a
Wayne Davison
1
-1
/
+1
2005-01-03
If there is no lchown(), don't try to set the user & group of a symlink.
Wayne Davison
1
-0
/
+5
2004-09-07
W mustn't backup an inplace file in finish_transfer().
Wayne Davison
1
-3
/
+3
2004-08-09
Set each file's permissions and modtime before it gets renamed.
Wayne Davison
1
-1
/
+8
2004-07-31
One call to link_stat() (in set_perms()) needed to honor the setting
Wayne Davison
1
-1
/
+3
2004-07-26
Use the new safe_fname() function.
Wayne Davison
1
-1
/
+1
2004-07-22
The inplace handling in finish_transfer() now passes PERMS_SKIP_MTIME
Wayne Davison
1
-5
/
+4
2004-07-16
My version of Mark Curtis's --inplace option.
Wayne Davison
1
-0
/
+8
2004-07-02
Moved the verbose message about renaming the finished file down into
Wayne Davison
1
-0
/
+2
2004-06-11
Call link_stat() with its new arg (for --keep-dirlinks support).
Wayne Davison
1
-2
/
+2
2004-05-21
If --backup was specified without a --backup-dir, don't preserve the
Wayne Davison
1
-4
/
+7
2004-05-15
Changed rprintf() calls that included strerror() to use rsyserr().
Wayne Davison
1
-20
/
+20
2004-05-13
Changed PERMS_SKIP_TIME to PERMS_SKIP_MTIME.
Wayne Davison
1
-3
/
+3
2004-05-13
Got rid of some useless externs.
Wayne Davison
1
-3
/
+0
2004-05-13
The finish_transfer() call takes an arg that specifies if we should set the
Wayne Davison
1
-6
/
+11
2004-03-23
A few formatting tweaks in delete_file().
Wayne Davison
1
-11
/
+11
2004-03-13
Check robust_rename()'s return value using < 0.
Wayne Davison
1
-1
/
+1
2004-02-25
Tweaked some comments and some whitespace.
Wayne Davison
1
-10
/
+9
2004-02-17
Moved the EXDEV handling into robust_rename().
Wayne Davison
1
-16
/
+8
2004-02-03
If verbose > 2, mention it if we're setting the uid or the gid.
Wayne Davison
1
-0
/
+12
2004-01-27
New function: who_am_i() returns "sender", "receiver", or "generator".
Wayne Davison
1
-0
/
+8
2004-01-20
Use new pathjoin() function.
Wayne Davison
1
-1
/
+1
2004-01-15
If the do_lchown() fails and we weren't trying to change the user,
Wayne Davison
1
-1
/
+2
2004-01-03
Create GID_NONE for use gid test readability.
J.W. Schultz
1
-1
/
+1
2004-01-02
Moved the is_in_group() function to uidlist.c.
Wayne Davison
1
-41
/
+2
2003-12-19
Do a small msleep() in the sig_int() handler before shutting down.
Wayne Davison
1
-0
/
+9
2003-12-06
Merged in the security fixes from 2.5.7.
Wayne Davison
1
-1
/
+1
2003-09-16
Tweaked the just-added error message to use my new full_fname()
Wayne Davison
1
-11
/
+11
2003-09-16
Detect and report when open or opendir succeed but read and
J.W. Schultz
1
-6
/
+12
2003-09-11
Improved file-related error messages by using the new
Wayne Davison
1
-15
/
+21
2003-02-18
Patch from Roderick Schertler (roderick at argon.org) to ignore
Paul Green
1
-2
/
+2
2001-12-20
Removed debugging statement that was added to sig_int() by the rsync+ patch
David Dykstra
1
-1
/
+0
2001-08-14
Merge across rsync+ patch; add a little documentation to the manpage. More d...
Martin Pool
1
-0
/
+1
[next]