[SCM] The rsync repository. - branch master updated

2020-05-24 Thread Rsync CVS commit messages
The branch, master has been updated via 97e8c55e Some minor tweaks & tidying up. from 739fa967 Change odd-ball map_ptr() to use remainder like the others. https://git.samba.org/?p=rsync.git;a=shortlog;h=master - Log

[SCM] The rsync repository. - branch master updated

2020-05-24 Thread Rsync CVS commit messages
The branch, master has been updated via 739fa967 Change odd-ball map_ptr() to use remainder like the others. via d474f298 Improve performance of file_checksum() from a863c62c More NEWS updates. https://git.samba.org/?p=rsync.git;a=shortlog;h=master - Log

[SCM] The rsync repository. - branch master updated

2020-05-24 Thread Rsync CVS commit messages
The branch, master has been updated via a863c62c More NEWS updates. from 5ac353d8 Prefer zlibx compression consistently instead of having 2 possible default preference orders. https://git.samba.org/?p=rsync.git;a=shortlog;h=master - Log

[Bug 14390] Feature request: don't fail if using "-z" transferring to rsync complied with --with-included-zlib=no

2020-05-24 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=14390 --- Comment #2 from Wayne Davison --- I've updated the compression code to add a negotiation idiom like I did for checksums, and then I re-enabled the external zlib's ability to handle both the old-style compression (now named "zlib") and the

[SCM] The rsync repository. - branch master updated

2020-05-24 Thread Rsync CVS commit messages
The branch, master has been updated via 5ac353d8 Prefer zlibx compression consistently instead of having 2 possible default preference orders. from faecd066 Don't auto-foward debug options to the server side anymore. https://git.samba.org/?p=rsync.git;a=shortlog;h=master - Log

[SCM] The rsync repository. - branch master updated

2020-05-24 Thread Rsync CVS commit messages
The branch, master has been updated via faecd066 Don't auto-foward debug options to the server side anymore. from 6efc43cc Fix -z choice with older rsyncs. https://git.samba.org/?p=rsync.git;a=shortlog;h=master - Log

[SCM] The rsync repository. - branch master updated

2020-05-24 Thread Rsync CVS commit messages
The branch, master has been updated via 6efc43cc Fix -z choice with older rsyncs. from 4496e0e8 A few more compression tweaks. https://git.samba.org/?p=rsync.git;a=shortlog;h=master - Log - commit

[SCM] The rsync repository. - branch master updated

2020-05-24 Thread Rsync CVS commit messages
The branch, master has been updated via 4496e0e8 A few more compression tweaks. from 64d5ea39 More compress changes https://git.samba.org/?p=rsync.git;a=shortlog;h=master - Log - commit

[SCM] The rsync repository. - branch master updated

2020-05-24 Thread Rsync CVS commit messages
The branch, master has been updated via 64d5ea39 More compress changes from 4af8403a Fix negotiation of none & improve NSTR debug msgs. https://git.samba.org/?p=rsync.git;a=shortlog;h=master - Log - commit

[PATCH] file_checksum() optimization

2020-05-24 Thread Jorrit Jongma via rsync
When a whole-file checksum is performed, hashing was done in 64 byte blocks, causing overhead and limiting performance. Testing showed the performance improvement to go up quickly going from 64 to 512 bytes, with diminishing returns above, 4096 was where it seemed to plateau for me. Re-used

[SCM] The rsync repository. - branch master updated

2020-05-24 Thread Rsync CVS commit messages
The branch, master has been updated via 4af8403a Fix negotiation of none & improve NSTR debug msgs. from 2f84a6bd Add support for negotiated checksum names. https://git.samba.org/?p=rsync.git;a=shortlog;h=master - Log

[SCM] The rsync repository. - branch master updated

2020-05-24 Thread Rsync CVS commit messages
The branch, master has been updated via 2f84a6bd Add support for negotiated checksum names. from eda15d52 Make xxh64 the "main_name" for the current xxhash. https://git.samba.org/?p=rsync.git;a=shortlog;h=master - Log

[Bug 14390] Feature request: don't fail if using "-z" transferring to rsync complied with --with-included-zlib=no

2020-05-24 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=14390 Wayne Davison changed: What|Removed |Added Status|NEW |ASSIGNED --- Comment #1 from Wayne

Rsync with three folders

2020-05-24 Thread @lbutlr via rsync
OK I have the following setup: Server A: a remote server which runs rsync to a local machine to get new files Local: A local machine Local A: A folder on the local machine with new files for Server A yto get Local B: An empty folder on an external drive connected to Local Now, normally Local

[SCM] The rsync repository. - branch master updated

2020-05-24 Thread Rsync CVS commit messages
The branch, master has been updated via eda15d52 Make xxh64 the "main_name" for the current xxhash. from 741d5f10 Fix some warnings. https://git.samba.org/?p=rsync.git;a=shortlog;h=master - Log - commit

[SCM] The rsync repository. - branch master updated

2020-05-24 Thread Rsync CVS commit messages
The branch, master has been updated via 741d5f10 Fix some warnings. from 4f92fd8d Some more checksum improvements https://git.samba.org/?p=rsync.git;a=shortlog;h=master - Log - commit

[SCM] The rsync repository. - branch master updated

2020-05-24 Thread Rsync CVS commit messages
The branch, master has been updated via 4f92fd8d Some more checksum improvements via 7f2359a5 Improve some early debug-message newlines. via 6e942e58 Avoid re-evaluating the args of SIVAL* w/CAREFUL_ALIGNMENT. from 1c9bb168 Unify the checksum context memory, since we