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
/
match.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-01-22
Imported Upstream version 3.2.7
upstream/3.2.7
upstream
TizenOpenSource
1
-10
/
+10
2022-02-16
Imported Upstream version 3.2.2
upstream/3.2.2
DongHun Kwak
1
-2
/
+0
2022-02-16
Imported Upstream version 3.2.0
upstream/3.2.0
DongHun Kwak
1
-10
/
+8
2022-02-16
Imported Upstream version 3.1.3
upstream/3.1.3
DongHun Kwak
1
-9
/
+10
2022-02-16
Imported Upstream version 3.1.2
upstream/3.1.2
DongHun Kwak
1
-1
/
+1
2014-01-26
Bump the year to 2014.
Wayne Davison
1
-1
/
+1
2013-08-03
Remove bypassed checksums in --inplace to improve speed.
Wayne Davison
1
-9
/
+17
2013-01-19
Update copyright year.
Wayne Davison
1
-1
/
+1
2011-04-22
Fix a potential crash when trying to find a better block match.
Wayne Davison
1
-2
/
+3
2011-01-16
Optimize finding the sum that matches our --inplace position.
Wayne Davison
1
-39
/
+36
2011-01-15
Include backup in map_ptr() to avoid backing up when reading.
Wayne Davison
1
-1
/
+5
2011-01-14
Sender realigns chunks with generator during an --inplace copy
Wayne Davison
1
-3
/
+21
2011-01-14
Make sure an alternate --inplace sum has the right length
Wayne Davison
1
-5
/
+6
2010-11-20
A couple comment tweaks.
Wayne Davison
1
-3
/
+2
2010-11-12
Optimize --inplace chunck search to avoid a non-aligned search.
Wayne Davison
1
-19
/
+21
2009-01-03
Update the copyright year.
Wayne Davison
1
-1
/
+1
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
-6
/
+7
2008-07-20
Changed the chksum debug flag to deltasum.
Wayne Davison
1
-11
/
+11
2008-07-19
Added a '%C' (MD5 checksum) flag for the output/logfile formatting.
Wayne Davison
1
-9
/
+18
2008-07-17
Changed human_num() to big_num() with an extra arg so that it can
Wayne Davison
1
-12
/
+12
2008-07-13
Added the --info=FLAGS an --debug=FLAGS options, which allows
Wayne Davison
1
-16
/
+14
2008-03-01
Include 2008 in the copyright years.
Wayne Davison
1
-1
/
+1
2007-11-28
Switching over to a dynamic hash method for really large files.
Wayne Davison
1
-35
/
+48
2007-10-27
Fixed a problem with build_hash_table() getting called too
Wayne Davison
1
-1
/
+4
2007-10-26
Chunk a really large file to avoid sender-side hash-table
Wayne Davison
1
-10
/
+20
2007-09-01
Handle the new --append and --append-verify options.
Wayne Davison
1
-14
/
+16
2007-07-10
Tweaking the license text a bit more.
Wayne Davison
1
-2
/
+3
2007-07-07
Switching to GPL 3.
Wayne Davison
1
-3
/
+2
2007-03-18
Protocol 30 now uses MD5 checksums instead of MD4.
Wayne Davison
1
-6
/
+7
2007-02-04
Further modifications to the copyright comment section.
Wayne Davison
1
-4
/
+3
2006-12-28
Only append_mode > 0 now indicates option is enabled.
Wayne Davison
1
-1
/
+1
2006-11-21
Use an explicit cast when a value gets stored in a smaller var.
Wayne Davison
1
-5
/
+5
2006-04-25
Updated the FSF's address to an even newer one.
Wayne Davison
1
-3
/
+3
2006-04-25
- Updated the address for the FSF in the opening comment.
Wayne Davison
1
-17
/
+20
2006-02-28
Got the order of s1 and s2 right in the debug output.
Wayne Davison
1
-1
/
+1
2006-02-28
Decided to drop the dynamically sized hash table for now. This was
Wayne Davison
1
-18
/
+14
2006-02-28
Renamed sum_table -> hash_table.
Wayne Davison
1
-8
/
+8
2006-02-28
Changed the name of GETTAG() to SUM2HASH().
Wayne Davison
1
-3
/
+3
2006-02-28
Eliminated one variable from hash_search().
Wayne Davison
1
-3
/
+1
2006-02-28
- Fixed a problem with the new gettag2() macro by getting rid of the
Wayne Davison
1
-17
/
+21
2006-02-27
This is Shachar Shemesh's patch for making the hash-table code
Wayne Davison
1
-57
/
+35
2006-02-24
Got rid of unused externs.
Wayne Davison
1
-1
/
+0
2005-11-10
Got rid of a superfluous newline.
Wayne Davison
1
-1
/
+0
2005-07-30
The combination of --update and --progress now outputs progress
Wayne Davison
1
-0
/
+4
2005-07-28
Support new --append option.
Wayne Davison
1
-1
/
+17
2005-03-05
Moved the end_progress() call from match.c to sender.c so that we
Wayne Davison
1
-5
/
+1
2005-02-14
One arg to matched() is supposed to be an int32.
Wayne Davison
1
-1
/
+1
2005-02-14
Changed the size_t variables into int32 variables.
Wayne Davison
1
-11
/
+9
2005-01-17
Changed the checks for --inplace to use the new updating_basis_file
Wayne Davison
1
-7
/
+7
[next]