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
/
generator.c
Age
Commit message (
Expand
)
Author
Files
Lines
2006-11-11
- Make delete_dir_contents() use less stack by recursing directly
Wayne Davison
1
-3
/
+20
2006-11-11
My adaptation of Matt's cleanup of the delete_item() code.
Wayne Davison
1
-80
/
+116
2006-11-11
Allow --max-delete=0 (zero used to be ignored).
Wayne Davison
1
-4
/
+4
2006-11-10
Changed two more references to "st" to "real_st" in the dir-handling
Wayne Davison
1
-2
/
+2
2006-11-10
- Fixed a problem where the real stat struct for a newly-created
Wayne Davison
1
-9
/
+11
2006-11-10
- Improved try_dests_non() so that it works with all non-regular
Wayne Davison
1
-124
/
+194
2006-10-22
- Fixed an error-handling path in try_dests_reg().
Wayne Davison
1
-1
/
+4
2006-10-13
- Use the new FNONE enum instead of a literal 0 value.
Wayne Davison
1
-8
/
+10
2006-10-12
Removed the changes in symlink handling in non-chroot daemon mode as
Wayne Davison
1
-1
/
+1
2006-10-11
If new_root_dir is set, itemize the output of the "." dir as a
Wayne Davison
1
-2
/
+9
2006-10-09
If the combination of --dry-run, --link-dest, and -H finds a matching
Wayne Davison
1
-1
/
+4
2006-09-30
I decided that combining --link-dest with -I doesn't make much sense
Wayne Davison
1
-8
/
+1
2006-06-30
Decided that I like remove-source-files better than remove-sender-files.
Wayne Davison
1
-8
/
+8
2006-06-30
Handle the --remove-sender-files option by sending MSG_SUCCESS for
Wayne Davison
1
-9
/
+23
2006-06-05
If we fail to create a new directory, skip trying to update
Wayne Davison
1
-7
/
+29
2006-06-01
- Got rid of the FNAME logcode enum.
Wayne Davison
1
-7
/
+7
2006-05-29
- Use the renamed stdout_format_has_i variable.
Wayne Davison
1
-13
/
+10
2006-05-16
Tweaked a couple things in try_dests_reg().
Wayne Davison
1
-6
/
+4
2006-05-09
Some demon_log_* variables changed into logfile_* variables that are
Wayne Davison
1
-6
/
+6
2006-05-05
- Don't check HAVE_LINK directly, use SUPPORT_HARD_LINKS instead.
Wayne Davison
1
-7
/
+7
2006-05-05
Cast file->mode to an int when printing it via %o.
Wayne Davison
1
-1
/
+1
2006-05-04
Fix generator.c to avoid calling do_link() on systems that do not support
Paul Green
1
-1
/
+4
2006-05-03
- Call safe_stat() instead of do_stat() when a sanitizing daemon might
Wayne Davison
1
-7
/
+1
2006-05-02
Moved the sanitizing of a symlink's link string here from flist.c.
Wayne Davison
1
-0
/
+6
2006-05-02
Fixed a problem in the --link-dest processing where -I (--ignore-times)
Wayne Davison
1
-1
/
+10
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
-22
/
+22
2006-04-18
Fixed a typo in the new code.
Wayne Davison
1
-1
/
+1
2006-04-18
- Fixed --copy-dest behavior on a system where CAN_HARDLINK_SYMLINK
Wayne Davison
1
-14
/
+25
2006-04-18
A slight improvement to the logic in try_dests_non().
Wayne Davison
1
-6
/
+13
2006-04-17
Fixed a bug where special files were not getting hard-linked via
Wayne Davison
1
-6
/
+11
2006-04-17
Use the new CAN_HARDLINK_SYMLINK and CAN_HARDLINK_SPECIAL defines
Wayne Davison
1
-11
/
+11
2006-03-10
Don't force S_IWUSR on a solo directory transfer.
Wayne Davison
1
-3
/
+3
2006-02-24
Got rid of unused externs.
Wayne Davison
1
-1
/
+0
2006-02-24
A recently added stat() call needed to be do_stat().
Wayne Davison
1
-1
/
+2
2006-02-24
The create_directory_path() function no longer takes a base_umask
Wayne Davison
1
-3
/
+2
2006-02-23
One more fuzzy tweak.
Wayne Davison
1
-1
/
+3
2006-02-23
Some improved fuzzy-parent-dir logic.
Wayne Davison
1
-7
/
+5
2006-02-23
The new fuzzy-dir logic once again avoids calling get_dirlist()
Wayne Davison
1
-3
/
+9
2006-02-23
Fixed the creation of symlinks and devices when both --relative
Wayne Davison
1
-12
/
+15
2006-02-23
Renamed fuzzy_dirname -> parent_dirname.
Wayne Davison
1
-5
/
+5
2006-02-23
Make sure that the --fuzzy option's dir-scan doesn't generate an
Wayne Davison
1
-3
/
+7
2006-02-15
Don't try to help the ACKs for the --remove-sent-file option
Wayne Davison
1
-1
/
+1
2006-02-15
Call increment_active_files() during the first phase of a transfer
Wayne Davison
1
-0
/
+2
2006-02-07
Call renamed cmp_time() function (was cmp_modtime()).
Wayne Davison
1
-5
/
+5
2006-02-05
Allow itemize() to flag ITEM_REPORT_PERMS anytime the permissions
Wayne Davison
1
-3
/
+1
2006-01-31
The itemize() output now mentions -E permissions changes.
Wayne Davison
1
-1
/
+2
2006-01-31
When permissions aren't being preserved, set them via the new
Wayne Davison
1
-7
/
+6
2006-01-30
I realized that there were instances where --force could still be
Wayne Davison
1
-1
/
+2
2006-01-30
Allow --force to work even if --recurse was not specified.
Wayne Davison
1
-1
/
+1
[prev]
[next]