summaryrefslogtreecommitdiff
path: root/checksum.c
AgeCommit message (Expand)AuthorFilesLines
2005-01-01- Use an int32 for each checksum length variable.Wayne Davison1-25/+23
2004-08-03Use MAX_MAP_SIZE in the args to map_file().Wayne Davison1-1/+1
2004-08-03Call map_file() with its new args, including a suggested windowWayne Davison1-1/+1
2004-08-02Got rid of trailing whitespace.Wayne Davison1-15/+15
2004-07-20Call map_file() with its new block_size arg.Wayne Davison1-2/+3
2004-07-16Avoid some useless memory copying.Wayne Davison1-13/+6
2004-05-21Changed sum_init() to take a seed value as an arg instead of alwaysWayne Davison1-4/+4
2004-02-09Made checksum_seed an extern.Wayne Davison1-1/+1
2003-12-06Merged in the security fixes from 2.5.7.Wayne Davison1-1/+1
2003-09-09Changed "remote_version" to "protocol_version".Wayne Davison1-4/+4
2003-05-12Another MD4 fix for protocol 27 (from Christoph Bartelmus).Wayne Davison1-1/+1
2003-04-10 - for protocol version >= 27, mdfour_tail() is called when the block sizeJ.W. Schultz1-1/+15
2003-03-31Removing vestigial support for protocol versions prior to 15.J.W. Schultz1-10/+0
2002-04-08Doc sum_updateMartin Pool1-1/+9
1999-10-25use do_open() instead of open() in several places to help the WinXX portAndrew Tridgell1-1/+1
1999-06-26fixed a bug that made us use only 16 bits of the file checksum whenAndrew Tridgell1-1/+1
1998-10-29kfixed char* castsAndrew Tridgell1-10/+10
1998-10-29changes to get rsync working on a CRAY J90. This machine doesn't haveAndrew Tridgell1-109/+94
1998-06-18for consistency use memcpy/memset everywhere instead of bcopy/bzeroAndrew Tridgell1-8/+8
1998-05-06Solaris 2.6 doesn't support "signed char". What a broken system!Andrew Tridgell1-1/+1
1998-05-06added support for 64 bit file offsets under Solaris 2.6. Not testedAndrew Tridgell1-3/+3
1998-03-23finished 64 bit file offset support. Hopefully rsync can now transferAndrew Tridgell1-2/+2
1998-03-23started to add some 64 bit file offset support - not complete yetAndrew Tridgell1-2/+2
1997-12-15damn, I had implicitly assumed signed characters when writing theAndrew Tridgell1-1/+2
1996-07-04added CHAR_OFFSETAndrew Tridgell1-3/+4
1996-07-04*** empty log message ***Andrew Tridgell1-4/+4
1996-07-03*** empty log message ***Andrew Tridgell1-0/+6
1996-07-02save some more bytes by making the checksum smallerAndrew Tridgell1-19/+5
1996-07-02added seed to file sumAndrew Tridgell1-1/+4
1996-07-02added resend logicAndrew Tridgell1-3/+53
1996-07-01*** empty log message ***Andrew Tridgell1-2/+2
1996-06-30get byte order of checksum seed rightAndrew Tridgell1-3/+3
1996-06-30added checksum seedAndrew Tridgell1-9/+19
1996-06-28new exit/cleanup codeAndrew Tridgell1-21/+77
1996-06-27added csum-length optionAndrew Tridgell1-1/+5
1996-06-22Initial revisionAndrew Tridgell1-0/+78