summaryrefslogtreecommitdiff
path: root/match.c
Commit message (Expand)AuthorAgeFilesLines
* Merge Jos's rsync+ patch onto 2.4.6 -- it applies cleanly here. I'm goingcvs/branch-mbp-merge-rsync+Martin Pool2001-08-061-0/+3
* fix segv bug in --progress handlingAndrew Tridgell2000-01-251-2/+3
* patch from David Murn to make sure the final 100% is always printedAndrew Tridgell2000-01-251-1/+1
* fix a problem with files > 2GBAndrew Tridgell2000-01-231-10/+9
* moved the block length mismatch code to another part of the loop.Andrew Tridgell1999-01-051-3/+6
* don't try to match checksums of two blocks which are of unequalAndrew Tridgell1999-01-051-1/+1
* fixed a bug in the adjacent target optimisationAndrew Tridgell1999-01-051-1/+1
* an optimization that tries to make rsync choose adjacent matches ifAndrew Tridgell1999-01-051-1/+21
* no longer use mmap() in rsync because of the risk of a SIGBUS whenAndrew Tridgell1998-12-301-1/+1
* fixed a bug handling files larger than 2GBAndrew Tridgell1998-11-161-1/+1
* - don't show "created directory" message unless verbose is selectedAndrew Tridgell1998-07-021-1/+2
* added --progress option which shows the progress of transfers. ThisAndrew Tridgell1998-07-021-0/+10
* the tag table should be of type int* not tag*.Andrew Tridgell1998-06-031-3/+3
* added --stats option for verbose stats on the file transferAndrew Tridgell1998-06-011-6/+9
* heaps of cleanup in the io code.Andrew Tridgell1998-05-271-3/+0
* removing an unused variableAndrew Tridgell1998-05-221-1/+0
* Update to use the new zlib-1.1.2 code.Paul Mackerras1998-05-221-15/+9
* this fixes two problems:Andrew Tridgell1998-05-221-2/+19
* some large systematic changes to make socket conversion easier. TheAndrew Tridgell1998-05-071-11/+11
* Solaris 2.6 doesn't support "signed char". What a broken system!Andrew Tridgell1998-05-061-5/+5
* added support for 64 bit file offsets under Solaris 2.6. Not testedAndrew Tridgell1998-05-061-6/+6
* a few code cleanupsAndrew Tridgell1998-04-131-1/+1
* - added an internal io_error flag. Whenever an io error occurs (suchAndrew Tridgell1998-03-261-10/+10
* - on systems (such as intel linux) where off_t is 32 bits but "long long"Andrew Tridgell1998-03-251-1/+1
* test for "long long" and %lld in configure.Andrew Tridgell1998-03-231-3/+5
* finished 64 bit file offset support. Hopefully rsync can now transferAndrew Tridgell1998-03-231-8/+8
* started to add some 64 bit file offset support - not complete yetAndrew Tridgell1998-03-231-7/+7
* if the file changes during transfer then don't loop forever trying toAndrew Tridgell1998-03-231-155/+157
* minor cleanups (unused variables etc)rsync-bugs1997-12-151-4/+3
* damn, I had implicitly assumed signed characters when writing theAndrew Tridgell1997-12-151-8/+8
* fix serious corruption bugAndrew Tridgell1996-07-121-27/+5
* *** empty log message ***Andrew Tridgell1996-07-041-1/+1
* added CHAR_OFFSETAndrew Tridgell1996-07-041-2/+2
* *** empty log message ***Andrew Tridgell1996-07-041-5/+5
* added resend logicAndrew Tridgell1996-07-021-10/+55
* *** empty log message ***Andrew Tridgell1996-07-011-3/+5
* added hooks for compression in token.cAndrew Tridgell1996-07-011-11/+7
* - hard linksAndrew Tridgell1996-06-301-10/+10
* *** empty log message ***Andrew Tridgell1996-06-281-15/+1
* *** empty log message ***Andrew Tridgell1996-06-281-1/+14
* new exit/cleanup codeAndrew Tridgell1996-06-281-1/+1
* added csum-length optionAndrew Tridgell1996-06-271-1/+3
* added support for non-mmap operationAndrew Tridgell1996-06-261-13/+23
* went to full non-blocking writes for the send_files() processAndrew Tridgell1996-06-261-7/+1
* added "created dir" messageAndrew Tridgell1996-06-251-1/+7
* Initial revisionAndrew Tridgell1996-06-221-0/+246