summaryrefslogtreecommitdiff
path: root/match.c
AgeCommit message (Expand)AuthorFilesLines
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
1996-07-01added hooks for compression in token.cAndrew Tridgell1-11/+7
1996-06-30- hard linksAndrew Tridgell1-10/+10
1996-06-28*** empty log message ***Andrew Tridgell1-15/+1
1996-06-28*** empty log message ***Andrew Tridgell1-1/+14
1996-06-28new exit/cleanup codeAndrew Tridgell1-1/+1
1996-06-27added csum-length optionAndrew Tridgell1-1/+3
1996-06-26added support for non-mmap operationAndrew Tridgell1-13/+23
1996-06-26went to full non-blocking writes for the send_files() processAndrew Tridgell1-7/+1
1996-06-25added "created dir" messageAndrew Tridgell1-1/+7
1996-06-22Initial revisionAndrew Tridgell1-0/+246