index
:
delta/rsync.git
b3.0.x
baserock/morph
cvs/branch-2.3
cvs/branch-2.4
cvs/branch-2.5
cvs/branch-2.6.6
cvs/branch-before.2.6
cvs/branch-mbp-merge-rsync+
cvs/branch-mbp-privacy
cvs/branch-mbp-rsyncplus_merge
cvs/branch-mbp-texinfo
cvs/branch-merge-rsync+-2.4.7
cvs/bugfix-2.6.5
master
git.samba.org: rsync.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
match.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
If --backup was used with --inplace, we don't limit the basis-file
Wayne Davison
2004-09-07
1
-3
/
+4
*
We call map_ptr() with a data range than includes any unmatched data
Wayne Davison
2004-08-03
1
-7
/
+14
*
My version of Mark Curtis's --inplace option.
Wayne Davison
2004-07-16
1
-0
/
+33
*
My modified version of Chris Shoemaker's improved batch-file handling.
Wayne Davison
2004-07-15
1
-3
/
+0
*
Use want_i instead of last_i+1.
Wayne Davison
2004-07-07
1
-10
/
+10
*
Changed a "for" loop into a "do ... while" loop.
Wayne Davison
2004-07-04
1
-2
/
+2
*
Optimized away a loop in hash_search().
Wayne Davison
2004-07-02
1
-13
/
+6
*
Changed sum_init() to take a seed value as an arg instead of always
Wayne Davison
2004-05-21
1
-1
/
+2
*
If we got a read-error on a file, make sure that the whole-file
Wayne Davison
2004-05-13
1
-0
/
+3
*
More variable-size cleanup.
Wayne Davison
2004-01-03
1
-37
/
+43
*
Made the types used in the sum_buf and sum_struct structures consistent
Wayne Davison
2004-01-03
1
-3
/
+4
*
Got rid of /* dw */ comments.
Wayne Davison
2004-01-02
1
-2
/
+2
*
Merged in the security fixes from 2.5.7.
Wayne Davison
2003-12-06
1
-2
/
+2
*
Cast various s->blength references inside of MIN() macros to OFF_T
Wayne Davison
2003-08-22
1
-5
/
+3
*
Whitespace tweaks.
Wayne Davison
2003-08-22
1
-59
/
+58
*
Only call show_progress() and end_progress() if do_progress is set.
Wayne Davison
2003-07-08
1
-1
/
+2
*
Now support dynamic per-file checksum2 size.
J.W. Schultz
2003-04-10
1
-13
/
+11
*
Removing vestigial support for protocol versions prior to 15.
J.W. Schultz
2003-03-31
1
-9
/
+5
*
long int and signedness fix from Nelson Beebe
Martin Pool
2002-04-09
1
-4
/
+7
*
Doc match_sums.
Martin Pool
2002-04-08
1
-0
/
+4
*
Document the perversely-named matched() function, which is called even
Martin Pool
2002-04-08
1
-1
/
+23
*
the signed/unsigned change seems to have caused a logic bug on some
Andrew Tridgell
2002-02-03
1
-1
/
+2
*
More signedness fixes; should be harmless.
Martin Pool
2002-01-25
1
-3
/
+3
*
Merge across rsync+ patch; add a little documentation to the manpage. More d...
Martin Pool
2001-08-14
1
-0
/
+3
*
fix segv bug in --progress handling
Andrew Tridgell
2000-01-25
1
-2
/
+3
*
patch from David Murn to make sure the final 100% is always printed
Andrew Tridgell
2000-01-25
1
-1
/
+1
*
fix a problem with files > 2GB
Andrew Tridgell
2000-01-23
1
-10
/
+9
*
moved the block length mismatch code to another part of the loop.
Andrew Tridgell
1999-01-05
1
-3
/
+6
*
don't try to match checksums of two blocks which are of unequal
Andrew Tridgell
1999-01-05
1
-1
/
+1
*
fixed a bug in the adjacent target optimisation
Andrew Tridgell
1999-01-05
1
-1
/
+1
*
an optimization that tries to make rsync choose adjacent matches if
Andrew Tridgell
1999-01-05
1
-1
/
+21
*
no longer use mmap() in rsync because of the risk of a SIGBUS when
Andrew Tridgell
1998-12-30
1
-1
/
+1
*
fixed a bug handling files larger than 2GB
Andrew Tridgell
1998-11-16
1
-1
/
+1
*
- don't show "created directory" message unless verbose is selected
Andrew Tridgell
1998-07-02
1
-1
/
+2
*
added --progress option which shows the progress of transfers. This
Andrew Tridgell
1998-07-02
1
-0
/
+10
*
the tag table should be of type int* not tag*.
Andrew Tridgell
1998-06-03
1
-3
/
+3
*
added --stats option for verbose stats on the file transfer
Andrew Tridgell
1998-06-01
1
-6
/
+9
*
heaps of cleanup in the io code.
Andrew Tridgell
1998-05-27
1
-3
/
+0
*
removing an unused variable
Andrew Tridgell
1998-05-22
1
-1
/
+0
*
Update to use the new zlib-1.1.2 code.
Paul Mackerras
1998-05-22
1
-15
/
+9
*
this fixes two problems:
Andrew Tridgell
1998-05-22
1
-2
/
+19
*
some large systematic changes to make socket conversion easier. The
Andrew Tridgell
1998-05-07
1
-11
/
+11
*
Solaris 2.6 doesn't support "signed char". What a broken system!
Andrew Tridgell
1998-05-06
1
-5
/
+5
*
added support for 64 bit file offsets under Solaris 2.6. Not tested
Andrew Tridgell
1998-05-06
1
-6
/
+6
*
a few code cleanups
Andrew Tridgell
1998-04-13
1
-1
/
+1
*
- added an internal io_error flag. Whenever an io error occurs (such
Andrew Tridgell
1998-03-26
1
-10
/
+10
*
- on systems (such as intel linux) where off_t is 32 bits but "long long"
Andrew Tridgell
1998-03-25
1
-1
/
+1
*
test for "long long" and %lld in configure.
Andrew Tridgell
1998-03-23
1
-3
/
+5
*
finished 64 bit file offset support. Hopefully rsync can now transfer
Andrew Tridgell
1998-03-23
1
-8
/
+8
*
started to add some 64 bit file offset support - not complete yet
Andrew Tridgell
1998-03-23
1
-7
/
+7
[next]