aboutsummaryrefslogtreecommitdiffstats
path: root/match.c
Commit message (Expand)AuthorAgeFilesLines
...
* Use want_i instead of last_i+1.Wayne Davison2004-07-071-10/+10
* Changed a "for" loop into a "do ... while" loop.Wayne Davison2004-07-041-2/+2
* Optimized away a loop in hash_search().Wayne Davison2004-07-021-13/+6
* Changed sum_init() to take a seed value as an arg instead of alwaysWayne Davison2004-05-211-1/+2
* If we got a read-error on a file, make sure that the whole-fileWayne Davison2004-05-131-0/+3
* More variable-size cleanup.Wayne Davison2004-01-031-37/+43
* Made the types used in the sum_buf and sum_struct structures consistentWayne Davison2004-01-031-3/+4
* Got rid of /* dw */ comments.Wayne Davison2004-01-021-2/+2
* Merged in the security fixes from 2.5.7.Wayne Davison2003-12-061-2/+2
* Cast various s->blength references inside of MIN() macros to OFF_TWayne Davison2003-08-221-5/+3
* Whitespace tweaks.Wayne Davison2003-08-221-59/+58
* Only call show_progress() and end_progress() if do_progress is set.Wayne Davison2003-07-081-1/+2
* Now support dynamic per-file checksum2 size.J.W. Schultz2003-04-101-13/+11
* Removing vestigial support for protocol versions prior to 15.J.W. Schultz2003-03-311-9/+5
* long int and signedness fix from Nelson BeebeMartin Pool2002-04-091-4/+7
* Doc match_sums.Martin Pool2002-04-081-0/+4
* Document the perversely-named matched() function, which is called evenMartin Pool2002-04-081-1/+23
* the signed/unsigned change seems to have caused a logic bug on someAndrew Tridgell2002-02-031-1/+2
* More signedness fixes; should be harmless.Martin Pool2002-01-251-3/+3
* Merge across rsync+ patch; add a little documentation to the manpage. More d...Martin Pool2001-08-141-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