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
Age
Commit message (
Expand
)
Author
Files
Lines
2008-03-21
Make glob_expand() return an indicator if the glob had no matches.
Wayne Davison
1
-7
/
+13
2008-03-21
Changed d_name() to be a static inline function.
Wayne Davison
2
-9
/
+10
2008-03-21
A couple improvements to the new arg-globbing code:
Wayne Davison
2
-45
/
+54
2008-03-20
Changed the arg-globbing routine to use a custom arg-globbing algorithm
Wayne Davison
4
-94
/
+149
2008-03-20
Some improvements to the file-name cleaning code:
Wayne Davison
6
-41
/
+62
2008-03-20
Changed the name of the server_filter_list to be
Wayne Davison
9
-46
/
+45
2008-03-20
Fixed a bug in the truncating of daemon-excluded paths.
Wayne Davison
1
-5
/
+3
2008-03-19
A couple more support/rrsync tweaks:
Wayne Davison
1
-1
/
+2
2008-03-19
Some more minor changes for the skip/missing/dry_run code.
Wayne Davison
2
-12
/
+14
2008-03-19
Unsnarl missing_below/dry_run logic.
Matt McCutchen
2
-38
/
+69
2008-03-18
Fix a poorly placed sentence in rsyncd.conf.yo.
Matt McCutchen
1
-8
/
+7
2008-03-18
My modified version of Matt's improvements to the sections on
Wayne Davison
1
-50
/
+49
2008-03-18
Improved arg-path checking so that wildcards can't be used to
Wayne Davison
1
-9
/
+38
2008-03-18
Use the missing_below code to make the daemon-exclusions
Wayne Davison
1
-29
/
+20
2008-03-18
Reject a daemon-excluded destination.
Wayne Davison
1
-0
/
+8
2008-03-18
Output a non-existent-file error for server-excluded files instead of
Wayne Davison
1
-4
/
+14
2008-03-17
More typo fixes.
Matt McCutchen
2
-3
/
+3
2008-03-17
A couple more changes for dealing with "checker" warnings.
Wayne Davison
2
-2
/
+2
2008-03-17
Fix typo in rsyncd.conf man page.
Matt McCutchen
1
-1
/
+1
2008-03-17
Attempting to silence some more "checker" warnings.
Wayne Davison
5
-3
/
+14
2008-03-16
Mention all the latest changes in the NEWS file.
Wayne Davison
1
-4
/
+79
2008-03-16
If we're not compiling one or more major options (ACLs, xattrs, & iconv),
Wayne Davison
1
-0
/
+11
2008-03-16
Changed stat() call to do_stat().
Wayne Davison
1
-1
/
+1
2008-03-16
Moved declaration of "int i" outside the ifdef in send_protected_args().
Wayne Davison
1
-1
/
+2
2008-03-16
If the system's popt.h file is not found, use our provided popt code.
Wayne Davison
1
-1
/
+3
2008-03-16
Added "const" to a couple more char * args.
Wayne Davison
2
-4
/
+4
2008-03-16
Fixed hard-linking when some of the files can get skipped. This adds
Wayne Davison
3
-19
/
+129
2008-03-16
Made the FLAG_MOUNT_DIR bit only honored on a directory.
Wayne Davison
1
-2
/
+2
2008-03-16
Moved the --append check so that files that don't need to be transferred
Wayne Davison
2
-6
/
+10
2008-03-16
Make the --ignore-existing option not overwrite a regular file with
Wayne Davison
1
-6
/
+7
2008-03-16
A daemon no longer tries to refuse the iconv option when it is not enabled.
Wayne Davison
1
-0
/
+2
2008-03-16
Fixed a hang when using --remove-source-files in dry-run mode.
Wayne Davison
1
-1
/
+1
2008-03-15
Added missing $(CPPFLAGS) from the building of rounding.h.
Wayne Davison
1
-1
/
+1
2008-03-15
Fixed the use of --protect-args (-s) with a daemon.
Wayne Davison
5
-71
/
+93
2008-03-15
Generate a helpful message when we get an option-error from a daemon
Wayne Davison
1
-0
/
+43
2008-03-15
Another optimization of "bp" adding when creating a file_struct.
Wayne Davison
1
-3
/
+2
2008-03-15
Got rid of some useless uses of the -t option.
Wayne Davison
1
-2
/
+2
2008-03-15
- Fixed a crash bug when backing up files with ACLs enabled and we
Wayne Davison
1
-17
/
+18
2008-03-14
Have configure check to see if /usr/include/popt/popt.h is around
Wayne Davison
2
-7
/
+11
2008-03-13
(Matt) More itemize clarifications.
Wayne Davison
1
-2
/
+2
2008-03-12
Clarify that the change/checksum itemize flag can be missing
Wayne Davison
1
-0
/
+2
2008-03-11
Fixed the 'T' itemized output for a symlink the right way this time.
Wayne Davison
2
-4
/
+2
2008-03-11
- One more fix for the 'T' itemized output for a symlink when we're
Wayne Davison
1
-1
/
+2
2008-03-10
(Matt) Add missing --no-y option.
Wayne Davison
1
-0
/
+1
2008-03-10
Fixed some itemized logging failures:
Wayne Davison
7
-32
/
+51
2008-03-09
Fixed the itemizing of perms with -E.
Wayne Davison
2
-7
/
+11
2008-03-08
Some popt improvements:
Wayne Davison
3
-4
/
+13
2008-03-07
Fixed the latest xattrs tests on OS X.
Wayne Davison
1
-4
/
+4
2008-03-07
Restore a long-attribute test that was temporarily disabled.
Wayne Davison
1
-2
/
+0
2008-03-07
Fixed a syntax problem for non-HAVE_LINUX_ATTRS systems.
Wayne Davison
1
-6
/
+6
[prev]
[next]