Re: Enabling easier contributions to rsync

2020-05-25 Thread Filipe Maia via rsync
Hurray!

On Tue, 26 May 2020 at 00:07, Wayne Davison via rsync 
wrote:

> I've decided to give hosting it on github a try, especially since there's
> been a lot of nice contributions lately.  Hopefully this will make it
> easier for both the people sending patches as well as for me to snag the
> changes.  I'll continue to push changes to the samba git as well.
>
> Here's the new repo:  https://github.com/WayneD/rsync
>
> Feel free to open issues there, but we won't do any migration of current
> tickets from bugzilla unless it looks like 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,
>> >
>> > 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...
>>
>> +1 for GitHub, would really be convenient !
>>
>> Wayne, time to switch ? :-)
>>
>> Ben
>>
>>
>> --
>> Please use reply-all for most replies to avoid omitting the mailing list.
>> To unsubscribe or change options:
>> https://lists.samba.org/mailman/listinfo/rsync
>> Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html
>>
> --
> Please use reply-all for most replies to avoid omitting the mailing list.
> To unsubscribe or change options:
> https://lists.samba.org/mailman/listinfo/rsync
> Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html
>
-- 
Please use reply-all for most replies to avoid omitting the mailing list.
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html


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 some checksum
> improvements and have added support for xxhash in the master branch. The
> latest version in git now picks the best checksum algorithm in common
> between the client & server version, and will support future checksum
> algorithms being added without the need for a protocol bump.  It also
> supports a new RSYNC_CHECKSUM_LIST environment variable that allows the
> user to limit what checksum algorithms they want rsync to use (in addition
> to the already existing --checksum-choice=FOO option that forces the
> checksum choice).
>
> ..wayne..
> --
> Please use reply-all for most replies to avoid omitting the mailing list.
> To unsubscribe or change options:
> https://lists.samba.org/mailman/listinfo/rsync
> Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html
>
-- 
Please use reply-all for most replies to avoid omitting the mailing list.
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html


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,
> Filipe
>
> PS: I've been playing with IO_BUFFER_SIZE, MAX_MAP_SIZE and WRITE_SIZE.
> Any plans to make it configurable at runtime? It seems to make a big
> difference for large files on a fast link (about 5x in my case)
>
-- 
Please use reply-all for most replies to avoid omitting the mailing list.
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html


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
-- 
Please use reply-all for most replies to avoid omitting the mailing list.
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html


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 configurable at runtime? It seems to make a big difference
for large files on a fast link (about 5x in my case)


0001-Update-do_setattrlist_times-to-use-the-new-STRUCT_ST.patch
Description: Binary data
-- 
Please use reply-all for most replies to avoid omitting the mailing list.
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html