index
:
delta/rsync.git
b3.0.x
baserock/morph
cvs/branch-2.3
cvs/branch-2.4
cvs/branch-2.5
cvs/branch-2.6.6
cvs/branch-before.2.6
cvs/branch-mbp-merge-rsync+
cvs/branch-mbp-privacy
cvs/branch-mbp-rsyncplus_merge
cvs/branch-mbp-texinfo
cvs/branch-merge-rsync+-2.4.7
cvs/bugfix-2.6.5
master
git.samba.org: rsync.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
match.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Tweak the copyright year.
Wayne Davison
2019-03-16
1
-1
/
+1
*
Tweak copyright date.
Wayne Davison
2018-01-14
1
-1
/
+1
*
More archaic-checksum improvements. This makes the len vars clearer
Wayne Davison
2017-11-07
1
-6
/
+6
*
Add --checksum-choice option to choose the checksum algorithms.
Wayne Davison
2016-05-01
1
-4
/
+5
*
Update the copyright year.
Wayne Davison
2015-08-08
1
-1
/
+1
*
Bump the year to 2014.
Wayne Davison
2014-01-26
1
-1
/
+1
*
Remove bypassed checksums in --inplace to improve speed.
Wayne Davison
2013-08-03
1
-9
/
+17
*
Update copyright year.
Wayne Davison
2013-01-19
1
-1
/
+1
*
Fix a potential crash when trying to find a better block match.
Wayne Davison
2011-04-22
1
-2
/
+3
*
Optimize finding the sum that matches our --inplace position.
Wayne Davison
2011-01-16
1
-39
/
+36
*
Include backup in map_ptr() to avoid backing up when reading.
Wayne Davison
2011-01-15
1
-1
/
+5
*
Sender realigns chunks with generator during an --inplace copy
Wayne Davison
2011-01-14
1
-3
/
+21
*
Make sure an alternate --inplace sum has the right length
Wayne Davison
2011-01-14
1
-5
/
+6
*
A couple comment tweaks.
Wayne Davison
2010-11-20
1
-3
/
+2
*
Optimize --inplace chunck search to avoid a non-aligned search.
Wayne Davison
2010-11-12
1
-19
/
+21
*
Update the copyright year.
Wayne Davison
2009-01-03
1
-1
/
+1
*
Split up the ifuncs.h file into 3 .h files.
Wayne Davison
2008-09-01
1
-1
/
+1
*
Output numbers in 3-digit groups by default (e.g. 1,234,567).
Wayne Davison
2008-09-01
1
-6
/
+7
*
Changed the chksum debug flag to deltasum.
Wayne Davison
2008-07-20
1
-11
/
+11
*
Added a '%C' (MD5 checksum) flag for the output/logfile formatting.
Wayne Davison
2008-07-19
1
-9
/
+18
*
Changed human_num() to big_num() with an extra arg so that it can
Wayne Davison
2008-07-17
1
-12
/
+12
*
Added the --info=FLAGS an --debug=FLAGS options, which allows
Wayne Davison
2008-07-13
1
-16
/
+14
*
Include 2008 in the copyright years.
Wayne Davison
2008-03-01
1
-1
/
+1
*
Switching over to a dynamic hash method for really large files.
Wayne Davison
2007-11-28
1
-35
/
+48
*
Fixed a problem with build_hash_table() getting called too
Wayne Davison
2007-10-27
1
-1
/
+4
*
Chunk a really large file to avoid sender-side hash-table
Wayne Davison
2007-10-26
1
-10
/
+20
*
Handle the new --append and --append-verify options.
Wayne Davison
2007-09-01
1
-14
/
+16
*
Tweaking the license text a bit more.
Wayne Davison
2007-07-10
1
-2
/
+3
*
Switching to GPL 3.
Wayne Davison
2007-07-07
1
-3
/
+2
*
Protocol 30 now uses MD5 checksums instead of MD4.
Wayne Davison
2007-03-18
1
-6
/
+7
*
Further modifications to the copyright comment section.
Wayne Davison
2007-02-04
1
-4
/
+3
*
Only append_mode > 0 now indicates option is enabled.
Wayne Davison
2006-12-28
1
-1
/
+1
*
Use an explicit cast when a value gets stored in a smaller var.
Wayne Davison
2006-11-21
1
-5
/
+5
*
Updated the FSF's address to an even newer one.
Wayne Davison
2006-04-25
1
-3
/
+3
*
- Updated the address for the FSF in the opening comment.
Wayne Davison
2006-04-25
1
-17
/
+20
*
Got the order of s1 and s2 right in the debug output.
Wayne Davison
2006-02-28
1
-1
/
+1
*
Decided to drop the dynamically sized hash table for now. This was
Wayne Davison
2006-02-28
1
-18
/
+14
*
Renamed sum_table -> hash_table.
Wayne Davison
2006-02-28
1
-8
/
+8
*
Changed the name of GETTAG() to SUM2HASH().
Wayne Davison
2006-02-28
1
-3
/
+3
*
Eliminated one variable from hash_search().
Wayne Davison
2006-02-28
1
-3
/
+1
*
- Fixed a problem with the new gettag2() macro by getting rid of the
Wayne Davison
2006-02-28
1
-17
/
+21
*
This is Shachar Shemesh's patch for making the hash-table code
Wayne Davison
2006-02-27
1
-57
/
+35
*
Got rid of unused externs.
Wayne Davison
2006-02-24
1
-1
/
+0
*
Got rid of a superfluous newline.
Wayne Davison
2005-11-10
1
-1
/
+0
*
The combination of --update and --progress now outputs progress
Wayne Davison
2005-07-30
1
-0
/
+4
*
Support new --append option.
Wayne Davison
2005-07-28
1
-1
/
+17
*
Moved the end_progress() call from match.c to sender.c so that we
Wayne Davison
2005-03-05
1
-5
/
+1
*
One arg to matched() is supposed to be an int32.
Wayne Davison
2005-02-14
1
-1
/
+1
*
Changed the size_t variables into int32 variables.
Wayne Davison
2005-02-14
1
-11
/
+9
*
Changed the checks for --inplace to use the new updating_basis_file
Wayne Davison
2005-01-17
1
-7
/
+7
[next]