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
/
flist.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-03-06
Don't let --chmod tweak a 0 mode value (which marks a missing arg).
Wayne Davison
1
-2
/
+2
2009-02-28
Added the --delete-missing-args option to delete specified
Wayne Davison
1
-7
/
+20
2009-02-28
Made --progress use ir-chk instead of to-chk when the incremental
Wayne Davison
1
-2
/
+5
2009-02-14
Handle a link_stat() failure with errno ENOENT as a vanished file.
Wayne Davison
1
-7
/
+19
2009-02-04
Ensure that the sender turns off any msg_fd_in use earlier.
Wayne Davison
1
-0
/
+2
2009-02-04
Do not try to send a symlink with a 0-length value.
Wayne Davison
1
-0
/
+8
2009-01-17
Use a varint when sending the error_code.
Wayne Davison
1
-3
/
+3
2009-01-03
Update the copyright year.
Wayne Davison
1
-1
/
+1
2009-01-03
Added init_stat_x() to avoid duplication of acl/xattr init code.
Wayne Davison
1
-2
/
+1
2008-12-27
Allow opendir() in send_directory() to fail with ENOENT.
Wayne Davison
1
-0
/
+2
2008-11-15
Adding the --usermap/--groupmap/--chown options.
Wayne Davison
1
-2
/
+7
2008-11-10
Add flist_find_ignore_dirness() and change delete_in_dir() to use it.
Matt McCutchen
1
-19
/
+22
2008-11-09
Fixed the use of a dot-dir path (foo/./bar) inside of a files-from file.
Wayne Davison
1
-3
/
+3
2008-09-26
Enhanced the --stats output:
Wayne Davison
1
-19
/
+40
2008-09-01
Split up the ifuncs.h file into 3 .h files.
Wayne Davison
1
-0
/
+1
2008-09-01
Output numbers in 3-digit groups by default (e.g. 1,234,567).
Wayne Davison
1
-3
/
+3
2008-08-31
Improved the fix that ensures that the generator gets notified about an
Wayne Davison
1
-10
/
+32
2008-08-10
Made an error of readlink_stat() use the right function name.
Wayne Davison
1
-1
/
+1
2008-08-02
Tweaked the symlink iconv buffer size and fixed a comment.
Wayne Davison
1
-4
/
+4
2008-08-02
When using --iconv, if a server-side receiver can't convert a filename,
Wayne Davison
1
-1
/
+1
2008-08-02
Refer to the symlink's contents as "symlink data", not "symlink name".
Wayne Davison
1
-4
/
+4
2008-08-02
Skip new symlink conversion step if the remote rsync is not
Wayne Davison
1
-3
/
+4
2008-08-01
The --iconv option now converts the content of a symlink too.
Wayne Davison
1
-19
/
+94
2008-08-01
Fixed a problem with checking for the '.' dir in the first file
Wayne Davison
1
-2
/
+2
2008-07-31
Output an FERROR* for a general io_error, and an FWARNING for other
Wayne Davison
1
-6
/
+6
2008-07-29
Make hard-linking work when a device has an st_dev of 0.
Wayne Davison
1
-2
/
+2
2008-07-21
Explicitly cast a -1 that is being assigned to a size_t.
Wayne Davison
1
-1
/
+1
2008-07-19
Added a '%C' (MD5 checksum) flag for the output/logfile formatting.
Wayne Davison
1
-3
/
+10
2008-07-19
Changed the POOL_QALIGN flag to POOL_NO_QALIGN, reversing the setting
Wayne Davison
1
-2
/
+2
2008-07-18
We now pass the POOL_QALIGN flag to pool_create(). Also optimized
Wayne Davison
1
-7
/
+10
2008-07-18
Improved the hard-link logging.
Wayne Davison
1
-11
/
+13
2008-07-17
Added some HLINK debugging output and enabled it for hardlink tests.
Wayne Davison
1
-1
/
+21
2008-07-17
Changed human_num() to big_num() with an extra arg so that it can
Wayne Davison
1
-4
/
+4
2008-07-13
Added the --info=FLAGS an --debug=FLAGS options, which allows
Wayne Davison
1
-26
/
+26
2008-07-05
Got rid of some trailing whitespace.
Wayne Davison
1
-2
/
+2
2008-06-22
The sender now sets IOERR_GENERAL in more skipped-file instances.
Matt McCutchen
1
-3
/
+13
2008-06-04
Improved handling of a system that doesn't have a 64-bit offset type.
Wayne Davison
1
-1
/
+18
2008-05-31
Have send_file_list() check is_excluded() (but only on non-dot-dirs)
Wayne Davison
1
-23
/
+12
2008-05-31
If an arg is excluded, don't include its implied dirs.
Wayne Davison
1
-2
/
+4
2008-03-31
A simple change to change_pathname() to ensure that the error output
Wayne Davison
1
-5
/
+9
2008-03-30
Improved the chdir() code:
Wayne Davison
1
-25
/
+43
2008-03-30
Fixed a path-exclusion glitch when checking more than one arg.
Wayne Davison
1
-14
/
+7
2008-03-29
Improved the code that protects a '.' dir from exclusion.
Wayne Davison
1
-26
/
+28
2008-03-28
Allow the file-list sending code to set XMIT_SAME_UID/XMIT_SAME_GID
Wayne Davison
1
-22
/
+17
2008-03-26
Ensure that a per-dir merge file is also loaded from implied directories
Wayne Davison
1
-20
/
+31
2008-03-25
Fixed the way rsync handles iconv-conversion problems in the file-list:
Wayne Davison
1
-52
/
+57
2008-03-24
Don't send daemon-config filter-action messages back to the user.
Wayne Davison
1
-4
/
+4
2008-03-22
Made the filename arg-parsing code skip args that have excluded path
Wayne Davison
1
-1
/
+34
2008-03-20
Some improvements to the file-name cleaning code:
Wayne Davison
1
-10
/
+22
2008-03-20
Changed the name of the server_filter_list to be
Wayne Davison
1
-3
/
+3
[next]