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
2008-02-15
Some daemon security improvements, including the new parameters
Wayne Davison
1
-1
/
+1
2008-02-09
Improved the "symlink has no referent" logic to work with all the
Wayne Davison
1
-3
/
+9
2008-01-19
Don't apply filter rules to implied directories.
Wayne Davison
1
-2
/
+7
2008-01-09
Fixed a length problem parsing an arg of "./".
Wayne Davison
1
-1
/
+1
2007-12-29
Made some user-/group-name pointers "const".
Wayne Davison
1
-1
/
+1
2007-12-16
Moved the dir_count increment into an even better spot and make sure that
Wayne Davison
1
-3
/
+2
2007-12-15
Fixed a potential memory leak in make_file().
Wayne Davison
1
-1
/
+4
2007-12-13
Move incrementing of dir_count so that it can't get incremented
Wayne Davison
1
-2
/
+3
2007-12-08
Updated indexing for accurate progress and improved raw ndx values.
Wayne Davison
1
-47
/
+29
2007-11-29
Simplified the time_t overflow check and moved an extra_len rounding
Wayne Davison
1
-6
/
+6
2007-11-27
When the new "munge symlinks" option is off, a non-chroot
Wayne Davison
1
-1
/
+4
2007-11-27
Add a new daemon security option: "munge symlinks".
Wayne Davison
1
-2
/
+13
2007-11-22
New logging categories added to allow differentiation between
Wayne Davison
1
-11
/
+11
2007-11-20
Got rid of the unused symlink parameter to sanitize_path().
Wayne Davison
1
-5
/
+5
2007-11-06
Some changes to allow an unsorted file list even if the iconv option
Wayne Davison
1
-32
/
+9
2007-11-03
A better way to count our queued workload.
Wayne Davison
1
-8
/
+5
2007-10-31
- In --iconv mode, we can't lower the ndx_end value because dirs
Wayne Davison
1
-4
/
+14
2007-10-31
Set ndx_start to 1 only for an inc-recursive transfer.
Wayne Davison
1
-1
/
+1
2007-10-31
- Fixed a problem with merging dot dirs with non-dot-dir args
Wayne Davison
1
-47
/
+67
2007-10-30
Fixed --one-file-system handling when dealing with multiple
Wayne Davison
1
-13
/
+25
2007-10-20
Got rid of a couple compiler warnings when SUPPORT_HARD_LINKS is not
Wayne Davison
1
-0
/
+4
2007-10-08
- Mark implied dirs with FLAG_IMPLIED_DIR.
Wayne Davison
1
-21
/
+34
2007-10-07
- Simplified the code in recv_file_entry() for protocol 30.
Wayne Davison
1
-20
/
+22
2007-09-23
Changed "statx" to "stat_x" to try to work around a build problem on AIX.
Wayne Davison
1
-1
/
+1
2007-09-23
Fixed a glitch in the sending of mount-point dirs in inc_recurse mode.
Wayne Davison
1
-7
/
+4
2007-09-23
Made clean_flist() only duplicate *_DIR_* flags on a dropped dir
Wayne Davison
1
-5
/
+2
2007-09-23
Fix a glitch in the handling of the last path element in a -R path
Wayne Davison
1
-2
/
+2
2007-09-23
- Don't allow -x to drop implied directories.
Wayne Davison
1
-19
/
+24
2007-09-23
Added the relnamecache structure and improved some variable names.
Wayne Davison
1
-19
/
+21
2007-09-23
Moved list-only output from flist.c to generator.c so that it works
Wayne Davison
1
-36
/
+0
2007-09-22
Always send implied dirs as dirs.
Wayne Davison
1
-4
/
+1
2007-09-22
Using relative with incremental recursion now results in a normal
Wayne Davison
1
-38
/
+149
2007-09-22
Moved inline functions from rsync.h into ifuncs.h.
Wayne Davison
1
-0
/
+1
2007-09-18
Added missing "#ifdef ICONV_OPTION" conditionals.
Wayne Davison
1
-2
/
+4
2007-09-18
Make use of new iconvbufs() function.
Wayne Davison
1
-31
/
+27
2007-09-17
Make sure that the hashed hard-link numbers from different file
Wayne Davison
1
-4
/
+10
2007-09-15
- If two duplicate directories have identical outside-the-transfer
Wayne Davison
1
-2
/
+4
2007-09-15
Reverting last change for a re-think.
Wayne Davison
1
-8
/
+12
2007-09-15
Fixed a problem with duplicate dirs being unduplicated in the list:
Wayne Davison
1
-8
/
+5
2007-09-15
Got rid of duplicate error when push_pathname() fails.
Wayne Davison
1
-7
/
+2
2007-09-09
Call the renamed read_line() function (was read_filesfrom_line()).
Wayne Davison
1
-1
/
+5
2007-09-04
Fixed two flist->files[first_hlink_ndx] references.
Wayne Davison
1
-2
/
+2
2007-09-03
Changes to allow hard-linking to work in inc_recurse mode.
Wayne Davison
1
-30
/
+33
2007-09-03
- Use the new hashtable structures and functions.
Wayne Davison
1
-7
/
+7
2007-09-03
Use new0() function instead of new() followed by memset().
Wayne Davison
1
-3
/
+13
2007-09-01
Tweaked a comment.
Wayne Davison
1
-15
/
+5
2007-08-29
Make the verbose message about the file-list expansion clearer in
Wayne Davison
1
-1
/
+1
2007-08-04
- Use the new XMIT_NON_XFER_DIR flag.
Wayne Davison
1
-10
/
+20
2007-08-04
Only honor XFLAGS_HLINKED on a non-directory.
Wayne Davison
1
-2
/
+2
2007-08-04
Changed flags variable in send_file_entry() to xflags.
Wayne Davison
1
-40
/
+40
[next]