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
2009-09-07
Add support for transferring & setting nsec time values.
Wayne Davison
1
-1
/
+1
2009-09-07
Always use lutimes() if it is available.
Wayne Davison
1
-2
/
+2
2009-09-02
Have --fake-super turn a symlink into a file when
Wayne Davison
1
-2
/
+2
2009-09-02
Better compiling if SUPPORT_LINKS is not defined.
Wayne Davison
1
-4
/
+11
2009-08-29
Create non-transferred files in a more atomic manner:
Wayne Davison
1
-32
/
+78
2009-08-22
Have the sender use dead time to pad out the file list.
Wayne Davison
1
-3
/
+7
2009-05-23
Use typedefs for the filter structures.
Wayne Davison
1
-1
/
+1
2009-04-26
Change sending/receiving/storing of the rdev value for special files.
Wayne Davison
1
-4
/
+8
2009-04-12
Fixed the use of --xattrs with --only-write-batch.
Wayne Davison
1
-1
/
+1
2009-04-11
More backup improvements:
Wayne Davison
1
-19
/
+10
2009-03-13
My version of Matt's improvements related to missing source args:
Wayne Davison
1
-3
/
+3
2009-03-13
Make missing args governed by protect filters, not hide.
Wayne Davison
1
-1
/
+3
2009-03-06
Made --list-only output missing args as a "*missing" line.
Wayne Davison
1
-1
/
+5
2009-02-28
Added the --delete-missing-args option to delete specified
Wayne Davison
1
-0
/
+7
2009-01-17
Fixed the delete statistics with --delete-delay and --delete-after.
Wayne Davison
1
-7
/
+31
2009-01-17
Fixed a hang in the inc_recurse batch-reading code.
Wayne Davison
1
-6
/
+2
2009-01-03
Update the copyright year.
Wayne Davison
1
-1
/
+1
2009-01-03
Make delete_item() public, moving it into delete.c.
Wayne Davison
1
-213
/
+1
2009-01-03
Added init_stat_x() to avoid duplication of acl/xattr init code.
Wayne Davison
1
-6
/
+2
2008-11-10
Add flist_find_ignore_dirness() and change delete_in_dir() to use it.
Matt McCutchen
1
-1
/
+4
2008-09-26
Enhanced the --stats output:
Wayne Davison
1
-9
/
+25
2008-09-23
Fixed skipping of unneeded updates in a batch file when
Wayne Davison
1
-0
/
+3
2008-09-01
Split up the ifuncs.h file into 3 .h files.
Wayne Davison
1
-1
/
+1
2008-09-01
Output numbers in 3-digit groups by default (e.g. 1,234,567).
Wayne Davison
1
-10
/
+14
2008-08-31
Improved the fix that ensures that the generator gets notified about an
Wayne Davison
1
-5
/
+0
2008-08-24
Make the !flist_eof assumption explicit before the check_for_io_err
Wayne Davison
1
-1
/
+1
2008-08-14
Changed flist_for_ndx() to optionally die with an error
Wayne Davison
1
-3
/
+2
2008-08-02
Added logic to the receiving side to ensure that the --delete-during
Wayne Davison
1
-0
/
+5
2008-07-31
Output an FERROR* for a general io_error, and an FWARNING for other
Wayne Davison
1
-1
/
+1
2008-07-20
Include the array-size in array externs so that IBM's code-checker
Wayne Davison
1
-1
/
+1
2008-07-20
Changed the chksum debug flag to deltasum.
Wayne Davison
1
-4
/
+4
2008-07-17
Use big_num() in a few more places.
Wayne Davison
1
-5
/
+5
2008-07-17
Changed human_num() to big_num() with an extra arg so that it can
Wayne Davison
1
-7
/
+7
2008-07-13
Added the --info=FLAGS an --debug=FLAGS options, which allows
Wayne Davison
1
-46
/
+47
2008-07-13
Fixed the timeout/flush loop-check logic to work properly with
Wayne Davison
1
-11
/
+17
2008-06-26
Fixed a problem with a file descriptor being left open in the
Wayne Davison
1
-2
/
+5
2008-06-23
Fixed the sending of large files with older rsync versions by
Wayne Davison
1
-2
/
+3
2008-06-12
Fix the problem with setting xattrs on a directory that has an
Wayne Davison
1
-0
/
+5
2008-06-09
Handle a solo_file of a directory for --delete-during.
Wayne Davison
1
-1
/
+4
2008-06-08
Fixed an "Internal abbrev error" when dealing with an xattr value
Wayne Davison
1
-2
/
+5
2008-05-31
Make sure the generator doesn't try to send a negative checksum count to
Wayne Davison
1
-7
/
+18
2008-05-22
A cuple more fixes for --xattrs combined with --backup, this time to
Wayne Davison
1
-2
/
+6
2008-05-17
Fixed several issues with preserving xattrs when using --backup.
Wayne Davison
1
-0
/
+7
2008-05-17
Preserve the right errno value when trying adjunct functions during
Wayne Davison
1
-9
/
+15
2008-04-16
Don't allow '.' dir to be excluded by the daemon's filter rules.
Wayne Davison
1
-1
/
+1
2008-03-28
Dump an extraneous empty line.
Wayne Davison
1
-1
/
+0
2008-03-26
Ensure that a per-dir merge file is also loaded from implied directories
Wayne Davison
1
-8
/
+18
2008-03-24
Don't send daemon-config filter-action messages back to the user.
Wayne Davison
1
-1
/
+1
2008-03-20
Changed the name of the server_filter_list to be
Wayne Davison
1
-3
/
+3
2008-03-19
Some more minor changes for the skip/missing/dry_run code.
Wayne Davison
1
-9
/
+12
[next]