summaryrefslogtreecommitdiff
path: root/checksum.c
AgeCommit message (Expand)AuthorFilesLines
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