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
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
2005-01-01
Use an int32 for the each block-size variable.
Wayne Davison
1
-33
/
+32
2004-09-07
If --backup was used with --inplace, we don't limit the basis-file
Wayne Davison
1
-3
/
+4
2004-08-03
We call map_ptr() with a data range than includes any unmatched data
Wayne Davison
1
-7
/
+14
2004-07-16
My version of Mark Curtis's --inplace option.
Wayne Davison
1
-0
/
+33
2004-07-15
My modified version of Chris Shoemaker's improved batch-file handling.
Wayne Davison
1
-3
/
+0
2004-07-07
Use want_i instead of last_i+1.
Wayne Davison
1
-10
/
+10
2004-07-04
Changed a "for" loop into a "do ... while" loop.
Wayne Davison
1
-2
/
+2
2004-07-02
Optimized away a loop in hash_search().
Wayne Davison
1
-13
/
+6
2004-05-21
Changed sum_init() to take a seed value as an arg instead of always
Wayne Davison
1
-1
/
+2
2004-05-13
If we got a read-error on a file, make sure that the whole-file
Wayne Davison
1
-0
/
+3
2004-01-03
More variable-size cleanup.
Wayne Davison
1
-37
/
+43
2004-01-03
Made the types used in the sum_buf and sum_struct structures consistent
Wayne Davison
1
-3
/
+4
2004-01-02
Got rid of /* dw */ comments.
Wayne Davison
1
-2
/
+2
2003-12-06
Merged in the security fixes from 2.5.7.
Wayne Davison
1
-2
/
+2
2003-08-22
Cast various s->blength references inside of MIN() macros to OFF_T
Wayne Davison
1
-5
/
+3
2003-08-22
Whitespace tweaks.
Wayne Davison
1
-59
/
+58
2003-07-08
Only call show_progress() and end_progress() if do_progress is set.
Wayne Davison
1
-1
/
+2
2003-04-10
Now support dynamic per-file checksum2 size.
J.W. Schultz
1
-13
/
+11
2003-03-31
Removing vestigial support for protocol versions prior to 15.
J.W. Schultz
1
-9
/
+5
2002-04-09
long int and signedness fix from Nelson Beebe
Martin Pool
1
-4
/
+7
2002-04-08
Doc match_sums.
Martin Pool
1
-0
/
+4
2002-04-08
Document the perversely-named matched() function, which is called even
Martin Pool
1
-1
/
+23
2002-02-03
the signed/unsigned change seems to have caused a logic bug on some
Andrew Tridgell
1
-1
/
+2
2002-01-25
More signedness fixes; should be harmless.
Martin Pool
1
-3
/
+3
2001-08-14
Merge across rsync+ patch; add a little documentation to the manpage. More d...
Martin Pool
1
-0
/
+3
2000-01-25
fix segv bug in --progress handling
Andrew Tridgell
1
-2
/
+3
2000-01-25
patch from David Murn to make sure the final 100% is always printed
Andrew Tridgell
1
-1
/
+1
2000-01-23
fix a problem with files > 2GB
Andrew Tridgell
1
-10
/
+9
1999-01-05
moved the block length mismatch code to another part of the loop.
Andrew Tridgell
1
-3
/
+6
1999-01-05
don't try to match checksums of two blocks which are of unequal
Andrew Tridgell
1
-1
/
+1
1999-01-05
fixed a bug in the adjacent target optimisation
Andrew Tridgell
1
-1
/
+1
1999-01-05
an optimization that tries to make rsync choose adjacent matches if
Andrew Tridgell
1
-1
/
+21
1998-12-30
no longer use mmap() in rsync because of the risk of a SIGBUS when
Andrew Tridgell
1
-1
/
+1
1998-11-16
fixed a bug handling files larger than 2GB
Andrew Tridgell
1
-1
/
+1
1998-07-02
- don't show "created directory" message unless verbose is selected
Andrew Tridgell
1
-1
/
+2
1998-07-02
added --progress option which shows the progress of transfers. This
Andrew Tridgell
1
-0
/
+10
1998-06-03
the tag table should be of type int* not tag*.
Andrew Tridgell
1
-3
/
+3
1998-06-01
added --stats option for verbose stats on the file transfer
Andrew Tridgell
1
-6
/
+9
1998-05-27
heaps of cleanup in the io code.
Andrew Tridgell
1
-3
/
+0
1998-05-22
removing an unused variable
Andrew Tridgell
1
-1
/
+0
1998-05-22
Update to use the new zlib-1.1.2 code.
Paul Mackerras
1
-15
/
+9
1998-05-22
this fixes two problems:
Andrew Tridgell
1
-2
/
+19
1998-05-07
some large systematic changes to make socket conversion easier. The
Andrew Tridgell
1
-11
/
+11
[next]