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
2006-09-23
Matt tracked down a bug in the daemon option "incoming chmod" where
Wayne Davison
1
-8
/
+12
2006-06-05
Got rid of an unused extern.
Wayne Davison
1
-1
/
+0
2006-06-01
- Got rid of the FNAME logcode enum.
Wayne Davison
1
-3
/
+2
2006-05-29
Use the renamed stdout_format_has_i variable.
Wayne Davison
1
-2
/
+1
2006-05-09
Some demon_log_* variables changed into logfile_* variables that are
Wayne Davison
1
-2
/
+2
2006-04-25
Updated the FSF's address to an even newer one.
Wayne Davison
1
-3
/
+3
2006-04-25
- Updated the address for the FSF in the opening comment.
Wayne Davison
1
-20
/
+20
2006-02-24
The orig_umask value is now a mode_t.
Wayne Davison
1
-1
/
+1
2006-02-20
In dest_mode(), we now apply any "incoming chmod" changes from
Wayne Davison
1
-0
/
+3
2006-02-08
Tweaked the name of one of dest_mode()'s args.
Wayne Davison
1
-6
/
+6
2006-02-07
Call renamed cmp_time() function (was cmp_modtime()).
Wayne Davison
1
-1
/
+1
2006-02-06
Don't setup ic_chck if --8-bit was specified.
Wayne Davison
1
-18
/
+16
2006-02-06
Got rid of a newly-added trailing tab.
Wayne Davison
1
-1
/
+1
2006-02-06
Allow the iconv_open() call to fail since we can now fall-back on
Wayne Davison
1
-10
/
+21
2006-02-06
Have default_charset() try mapping "646" -> "ASCII" instead of "ascii".
Wayne Davison
1
-1
/
+1
2006-02-06
Added "const" to the default_charset() return.
Wayne Davison
1
-3
/
+3
2006-02-05
In default_charset(): if nl_langinfo() gives us "646", return "ascii".
Wayne Davison
1
-1
/
+4
2006-02-05
Make sure that we don't try to use iconv() without iconv.h.
Wayne Davison
1
-1
/
+1
2006-02-05
Changed HAVE_ICONV to HAVE_ICONV_OPEN.
Wayne Davison
1
-2
/
+2
2006-02-04
The new function setup_iconv() initializes the ic_chck var.
Wayne Davison
1
-0
/
+34
2006-02-04
- When not preserving permissions, ensure that a newly-created
Wayne Davison
1
-2
/
+9
2006-02-02
Changed sig_int() to use a standard signal-handler prototype.
Wayne Davison
1
-1
/
+1
2006-01-31
Added the dest_mode() function: it figures out the permissions for
Wayne Davison
1
-0
/
+23
2006-01-30
The finish_transfer() function now takes a "partialptr" arg that, if
Wayne Davison
1
-8
/
+23
2006-01-29
- Renamed set_perms() to set_file_attrs().
Wayne Davison
1
-10
/
+11
2006-01-25
Decided to hold off on the potential memory savings of indexed
Wayne Davison
1
-7
/
+7
2006-01-24
The uid & gid are now stored using an id_pair structure.
Wayne Davison
1
-7
/
+7
2006-01-13
Got rid of calls to (the soon to vanish) safe_fname() function.
Wayne Davison
1
-11
/
+9
2005-07-27
- Call set_modtime() with its new mode arg.
Wayne Davison
1
-12
/
+14
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
[prev]
[next]