aboutsummaryrefslogtreecommitdiff
path: root/net/rsync/Config.in
Commit message (Collapse)AuthorAge
* rsync: support xxhash and lz4Maxim Storchak2024-04-19
| | | | Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
* rsync: add config option for zstd supportIan Leonard2020-10-02
| | | | Signed-off-by: Ian Leonard <antonlacon@gmail.com>
* rsync: drop option for included zlibIan Leonard2020-10-02
| | | | Signed-off-by: Ian Leonard <antonlacon@gmail.com>
* net/rsync: Make using ACL/XATTR the default if it's core defaultDaniel Dickinson2017-01-10
| | | | | | | Core has an option to enable ACL/XATTR by default; if that is set default rsync to use it. Signed-off-by: Daniel Dickinson <lede@cshore.thecshore.com>
* rsync: enable selecting bundled or system zlibIan Leonard2014-09-04
| | | | | | | | | | | | | | rsync, by default, includes a patched zlib within its source tarball. The patch enables a better compression ratio for rsync streams. However, the client and server need the same featureset in their zlib in order to understand the compression stream, or the server will abort the transfer. Older versions have no understanding of the new compression standard used. This patch allows the builder to choose whether to use the bundled or system zlib. It defautls to using the system zlib, as is the default before this patch. Signed-off-by: Ian Leonard <antonlacon@gmail.com>
* rsync: add support for ACL and XATTRMaxim Storchak2014-06-27
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>