summaryrefslogtreecommitdiff
path: root/match.c
AgeCommit message (Expand)AuthorFilesLines
2004-01-03More variable-size cleanup.Wayne Davison1-37/+43
2004-01-03Made the types used in the sum_buf and sum_struct structures consistentWayne Davison1-3/+4
2004-01-02Got rid of /* dw */ comments.Wayne Davison1-2/+2
2003-12-06Merged in the security fixes from 2.5.7.Wayne Davison1-2/+2
2003-08-22Cast various s->blength references inside of MIN() macros to OFF_TWayne Davison1-5/+3
2003-08-22Whitespace tweaks.Wayne Davison1-59/+58
2003-07-08Only call show_progress() and end_progress() if do_progress is set.Wayne Davison1-1/+2
2003-04-10Now support dynamic per-file checksum2 size.J.W. Schultz1-13/+11
2003-03-31Removing vestigial support for protocol versions prior to 15.J.W. Schultz1-9/+5
2002-04-09long int and signedness fix from Nelson BeebeMartin Pool1-4/+7
2002-04-08Doc match_sums.Martin Pool1-0/+4
2002-04-08Document the perversely-named matched() function, which is called evenMartin Pool1-1/+23
2002-02-03the signed/unsigned change seems to have caused a logic bug on someAndrew Tridgell1-1/+2
2002-01-25More signedness fixes; should be harmless.Martin Pool1-3/+3
2001-08-14Merge across rsync+ patch; add a little documentation to the manpage. More d...Martin Pool1-0/+3
2000-01-25fix segv bug in --progress handlingAndrew Tridgell1-2/+3
2000-01-25patch from David Murn to make sure the final 100% is always printedAndrew Tridgell1-1/+1
2000-01-23fix a problem with files > 2GBAndrew Tridgell1-10/+9
1999-01-05moved the block length mismatch code to another part of the loop.Andrew Tridgell1-3/+6
1999-01-05don't try to match checksums of two blocks which are of unequalAndrew Tridgell1-1/+1
1999-01-05fixed a bug in the adjacent target optimisationAndrew Tridgell1-1/+1
1999-01-05an optimization that tries to make rsync choose adjacent matches ifAndrew Tridgell1-1/+21
1998-12-30no longer use mmap() in rsync because of the risk of a SIGBUS whenAndrew Tridgell1-1/+1
1998-11-16fixed a bug handling files larger than 2GBAndrew Tridgell1-1/+1
1998-07-02- don't show "created directory" message unless verbose is selectedAndrew Tridgell1-1/+2
1998-07-02added --progress option which shows the progress of transfers. ThisAndrew Tridgell1-0/+10
1998-06-03the tag table should be of type int* not tag*.Andrew Tridgell1-3/+3
1998-06-01added --stats option for verbose stats on the file transferAndrew Tridgell1-6/+9
1998-05-27heaps of cleanup in the io code.Andrew Tridgell1-3/+0
1998-05-22removing an unused variableAndrew Tridgell1-1/+0
1998-05-22Update to use the new zlib-1.1.2 code.Paul Mackerras1-15/+9
1998-05-22this fixes two problems:Andrew Tridgell1-2/+19
1998-05-07some large systematic changes to make socket conversion easier. TheAndrew Tridgell1-11/+11
1998-05-06Solaris 2.6 doesn't support "signed char". What a broken system!Andrew Tridgell1-5/+5
1998-05-06added support for 64 bit file offsets under Solaris 2.6. Not testedAndrew Tridgell1-6/+6
1998-04-13a few code cleanupsAndrew Tridgell1-1/+1
1998-03-26- added an internal io_error flag. Whenever an io error occurs (suchAndrew Tridgell1-10/+10
1998-03-25- on systems (such as intel linux) where off_t is 32 bits but "long long"Andrew Tridgell1-1/+1
1998-03-23test for "long long" and %lld in configure.Andrew Tridgell1-3/+5
1998-03-23finished 64 bit file offset support. Hopefully rsync can now transferAndrew Tridgell1-8/+8
1998-03-23started to add some 64 bit file offset support - not complete yetAndrew Tridgell1-7/+7
1998-03-23if the file changes during transfer then don't loop forever trying toAndrew Tridgell1-155/+157
1997-12-15minor cleanups (unused variables etc)rsync-bugs1-4/+3
1997-12-15damn, I had implicitly assumed signed characters when writing theAndrew Tridgell1-8/+8
1996-07-12fix serious corruption bugAndrew Tridgell1-27/+5
1996-07-04*** empty log message ***Andrew Tridgell1-1/+1
1996-07-04added CHAR_OFFSETAndrew Tridgell1-2/+2
1996-07-04*** empty log message ***Andrew Tridgell1-5/+5
1996-07-02added resend logicAndrew Tridgell1-10/+55
1996-07-01*** empty log message ***Andrew Tridgell1-3/+5