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
*
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
*
Use an int32 for the each block-size variable.
Wayne Davison
2005-01-01
1
-33
/
+32
*
If --backup was used with --inplace, we don't limit the basis-file
Wayne Davison
2004-09-07
1
-3
/
+4
*
We call map_ptr() with a data range than includes any unmatched data
Wayne Davison
2004-08-03
1
-7
/
+14
*
My version of Mark Curtis's --inplace option.
Wayne Davison
2004-07-16
1
-0
/
+33
*
My modified version of Chris Shoemaker's improved batch-file handling.
Wayne Davison
2004-07-15
1
-3
/
+0
*
Use want_i instead of last_i+1.
Wayne Davison
2004-07-07
1
-10
/
+10
*
Changed a "for" loop into a "do ... while" loop.
Wayne Davison
2004-07-04
1
-2
/
+2
*
Optimized away a loop in hash_search().
Wayne Davison
2004-07-02
1
-13
/
+6
*
Changed sum_init() to take a seed value as an arg instead of always
Wayne Davison
2004-05-21
1
-1
/
+2
*
If we got a read-error on a file, make sure that the whole-file
Wayne Davison
2004-05-13
1
-0
/
+3
*
More variable-size cleanup.
Wayne Davison
2004-01-03
1
-37
/
+43
*
Made the types used in the sum_buf and sum_struct structures consistent
Wayne Davison
2004-01-03
1
-3
/
+4
*
Got rid of /* dw */ comments.
Wayne Davison
2004-01-02
1
-2
/
+2
*
Merged in the security fixes from 2.5.7.
Wayne Davison
2003-12-06
1
-2
/
+2
*
Cast various s->blength references inside of MIN() macros to OFF_T
Wayne Davison
2003-08-22
1
-5
/
+3
[next]