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
2004-02-11
Fixed a crash bug when keep_backup() calls make_file() and the lastdir
Wayne Davison
1
-0
/
+2
2004-02-10
Got rid of useless extern.
Wayne Davison
1
-1
/
+0
2004-02-10
Keep in sync with protocol if idev data on stream but no hlink_pool.
J.W. Schultz
1
-2
/
+2
2004-02-10
If XMIT_HAS_IDEV_DATA is set in receive_file_entry(), we now bomb out
Wayne Davison
1
-1
/
+1
2004-02-10
Changed flist_init() to use offsetof().
Wayne Davison
1
-3
/
+2
2004-02-10
Dropped support for protocol versions less than 20 (2.3.0
J.W. Schultz
1
-11
/
+11
2004-02-10
Make idev, hlink and file_struct + strings use allocation
J.W. Schultz
1
-83
/
+85
2004-02-06
Start flist with a more reasonable size, grow it linearly
J.W. Schultz
1
-25
/
+33
2004-02-06
Fixed the indentation in init_flist().
Wayne Davison
1
-3
/
+3
2004-02-05
Added new extern.
Wayne Davison
1
-0
/
+1
2004-02-05
Only call add_uid() or add_gid() if numeric_ids is not set.
Wayne Davison
1
-2
/
+4
2004-02-04
Delay the output the (verbose > 3) list of files until we've had a
Wayne Davison
1
-5
/
+15
2004-02-04
If we're dumping the file list (i.e. verbose > 3), mention the uid and/or
Wayne Davison
1
-7
/
+15
2004-02-04
Changed the -x code to allow -L to copy a file on another filesystem
Wayne Davison
1
-6
/
+5
2004-02-03
Made hard-link sending compatible with pre-28 protocols again.
Wayne Davison
1
-4
/
+8
2004-02-03
Corrected sizeof usage:
J.W. Schultz
1
-11
/
+14
2004-02-02
Fix for memset bug found by buildfarm.
Wayne Davison
1
-2
/
+1
2004-02-02
Change to try to debug a failure on the build farm.
Wayne Davison
1
-0
/
+1
2004-02-02
- Use as little memory as possible for the file_struct (saves another 3
Wayne Davison
1
-29
/
+57
2004-02-02
Go back to using malloc() for the hard-link data structure (for now
Wayne Davison
1
-38
/
+17
2004-02-02
Make sure that the idev struct's data is 4-byte aligned.
Wayne Davison
1
-8
/
+20
2004-02-02
- Changed the file-list allocation to alloc all the memory we need
Wayne Davison
1
-194
/
+167
2004-02-01
Added some missing #if SUPPORT_HARD_LINK and #if SUPPORT_LINK directives.
Wayne Davison
1
-15
/
+27
2004-02-01
Changed the rdev code to have both an "rdev" variable (which always
Wayne Davison
1
-15
/
+17
2004-01-31
One more improvement to the 0-flag-byte avoidance algorithm.
Wayne Davison
1
-5
/
+9
2004-01-31
A small optimization to the symlink-send code, and an extra sanity
Wayne Davison
1
-7
/
+8
2004-01-31
Fixed the test to ensure that we don't send a flag-byte of 0 to the
Wayne Davison
1
-4
/
+4
2004-01-31
One more minor variable-name change.
Wayne Davison
1
-3
/
+3
2004-01-31
Switched a buffer name in make_file() to make the code a little more
Wayne Davison
1
-18
/
+17
2004-01-27
Use who_am_i() to qualify some debug messages.
Wayne Davison
1
-5
/
+8
2004-01-27
Don't free lastdir! It is still needed by the flist basedir pointers.
Wayne Davison
1
-3
/
+2
2004-01-27
Optimized the -x option by removing the skip_filesystem() call and using the
Wayne Davison
1
-28
/
+8
2004-01-27
Tweaked a comment.
Wayne Davison
1
-1
/
+1
2004-01-27
Use the new names for the transmit-flag defines. We also make sure
Wayne Davison
1
-45
/
+46
2004-01-26
Back out bad refactor (thanks Wayne)
J.W. Schultz
1
-3
/
+6
2004-01-25
Tightened up code in skip_filesystem()
J.W. Schultz
1
-7
/
+4
2004-01-22
When setting an flist entry's flags, mask it with LIVE_FLAGS.
Wayne Davison
1
-1
/
+1
2004-01-22
- Ensure in make_file() that we can't make a name that overflows
Wayne Davison
1
-23
/
+31
2004-01-20
- Use the new push_dir() and pop_dir() calling syntax.
Wayne Davison
1
-7
/
+8
2004-01-17
A few minor string optimizations and a new complaint if we try to
Wayne Davison
1
-17
/
+23
2004-01-17
Items read from a per-directory .cvsignore file should be added to the
Wayne Davison
1
-1
/
+1
2004-01-13
Merged a couple more f != -1 if sections.
Wayne Davison
1
-13
/
+13
2004-01-13
Merged some "if (f != -1)" checks, put the clean_flist() call in the
Wayne Davison
1
-13
/
+10
2004-01-11
Use the new dev+inode union in the flist_struct.
Wayne Davison
1
-16
/
+20
2004-01-11
Use the new union-ified flist_struct values.
Wayne Davison
1
-46
/
+49
2004-01-10
A slightly better reset mechanism for send_file_entry() and
Wayne Davison
1
-24
/
+27
2004-01-10
Allow the send_file_entry() and receive_file_entry() routines to be
Wayne Davison
1
-18
/
+24
2004-01-09
Got rid of tmpsum[].
Wayne Davison
1
-2
/
+2
2004-01-09
- Never allocate a useless sum array for a non-regular flist item.
Wayne Davison
1
-25
/
+25
2004-01-09
Added an extra comment.
Wayne Davison
1
-1
/
+2
[next]