Re: Enabling easier contributions to rsync

2020-05-25 Thread Filipe Maia via rsync
e we're going to be staying long > term. > > ..wayne.. > > > On Sun, Apr 26, 2020 at 11:54 AM Ben RUBSON via rsync < > rsync@lists.samba.org> wrote: > >> > On 26 Apr 2020, at 20:37, Filipe Maia via rsync >> wrote: >> > >> > Hi, >>

Re: checksum feature request

2020-05-23 Thread Filipe Maia via rsync
That's excellent news! On Sat, 23 May 2020 at 08:11, Wayne Davison via rsync wrote: > On Tue, Oct 1, 2019 at 8:02 AM Bill Wichser via rsync < > rsync@lists.samba.org> wrote: > >> Attached is the patch we applied [to add xxhash checksums] > > > Thanks, Bill! I finally got around to finishing up

Re: [PATCH] SSE2/SSSE3 optimized version of get_checksum1() for x86-64

2020-05-18 Thread Filipe Maia via rsync
I think this is a great patch but, in my view, an even better way to tackle the fundamental problem (the performance limitations) is to use a much faster checksum like xxhash, as has been suggested before: https://lists.samba.org/archive/rsync/2019-October/031975.html Cheers, Filipe On Mon, 18 Ma

Re: commit b936741 breaks compilation on macos

2020-04-27 Thread Filipe Maia via rsync
This has now been fixed by 1c7785a. On Sat, 25 Apr 2020 at 23:53, Filipe Maia wrote: > Hi, > > On systems with HAVE_SETATTRLIST, commit b936741 breaks compilation. > This is because do_setattrlist_times hasn't been converted to STRUCT_STAT > *stp. > Here's a small patch to do it. > > Cheers, > F

Enabling easier contributions to rsync

2020-04-26 Thread Filipe Maia via rsync
Hi, Are there plans to soon move to github or some other place where people can easily contribute to rsync, making the software discussion more lively and productive? I've seen several useful patches being submitted (e.g. faster checksums) which many others could really use... Cheers, Filipe --

commit b936741 breaks compilation on macos

2020-04-25 Thread Filipe Maia via rsync
Hi, On systems with HAVE_SETATTRLIST, commit b936741 breaks compilation. This is because do_setattrlist_times hasn't been converted to STRUCT_STAT *stp. Here's a small patch to do it. Cheers, Filipe PS: I've been playing with IO_BUFFER_SIZE, MAX_MAP_SIZE and WRITE_SIZE. Any plans to make it conf