aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Resolve LOCAL_MODULE_TAGS errorlineage-17.1lineage-17.0Michael Bestas2019-10-041-1/+1
* rsync: Silence build warningslineage-16.0Michael Bestas2019-03-021-1/+3
* rsync: don't spam warnings as errorsRashed Abdel-Tawab2018-09-031-0/+1
* Android build, static config, and changesDylan Simon2018-09-037-4/+1296
* Need to mark xattr rules in get_rule_prefix().Wayne Davison2018-06-142-0/+4
* Avoid a compiler error/warning about shifting a negative value.Wayne Davison2018-03-252-2/+3
* Allow some pre-/post-xfer exec shell restrictions.Wayne Davison2018-03-256-9/+37
* Prepare the repository for more development.Wayne Davison2018-03-253-41/+53
* Preparing for release of 3.1.3Wayne Davison2018-01-286-12/+12
* Mention nanoseconds change.Wayne Davison2018-01-151-0/+2
* Don't force nanoseconds if a file wasn't transferred or checksummed.Wayne Davison2018-01-154-5/+9
* Preparing for release of 3.1.3pre1Wayne Davison2018-01-145-11/+12
* Tweak copyright date.Wayne Davison2018-01-1457-58/+58
* Mention more changes.Wayne Davison2018-01-141-5/+26
* Ignore --protect-args when already sent by clientJeriko One2018-01-091-0/+5
* Fix issue with earlier path-check (fixes "make check")Wayne Davison2017-12-032-6/+6
* Check daemon filter against fnamecmp in recv_files().Jeriko One2017-12-031-1/+1
* Sanitize xname in read_ndx_and_attrs.Jeriko One2017-12-031-0/+6
* Check fname in recv_files sooner.Jeriko One2017-12-031-6/+6
* More archaic-checksum improvements. This makes the len vars clearerWayne Davison2017-11-079-36/+35
* Use the right sum len.Wayne Davison2017-11-071-2/+3
* Replace startdit|enddit with description for newer yodl.Wayne Davison2017-11-052-13/+47
* Add missing closing paren that Paul Slootman pointed out.Wayne Davison2017-11-051-1/+1
* Enforce trailing \0 when receiving xattr name values.Wayne Davison2017-11-051-0/+4
* Use full MD4 len for archaic protocol auth.Wayne Davison2017-10-302-6/+14
* Don't overflow an allocated dest buf when input path is empty.Wayne Davison2017-10-291-4/+4
* Add an extra argc validation in do_server_sender().Wayne Davison2017-10-291-5/+8
* Only allow a modern checksum method for passwords.Wayne Davison2017-10-241-0/+6
* Don't forget to tweak sum_update().Wayne Davison2017-10-241-0/+1
* Handle archaic checksums properly.Wayne Davison2017-10-241-6/+14
* Set our_uid & our_gid values when changed by the daemon.Wayne Davison2017-10-091-1/+8
* Mention --link-dest limit.Wayne Davison2017-10-081-1/+1
* Mention refusing delete for write-only.Wayne Davison2017-10-081-0/+3
* Mention -O is forced, not just implied.Wayne Davison2017-10-081-1/+1
* Fix double-fuzzy + link-dest issue.Wayne Davison2017-10-081-1/+1
* Fix possible buffer overrun for some large name_len values.Wayne Davison2017-10-071-1/+1
* Add "daemon chroot|uid|gid" parameters.Wayne Davison2017-09-043-5/+68
* Add nanosecond mtime support for Mac OS X.Wayne Davison2017-08-315-4/+40
* Add "syslog tag" to rsync daemon config.Wayne Davison2017-04-293-9/+23
* Don't allow --daemon or --server alias via popt.Wayne Davison2017-02-201-1/+20
* Add a way to specify xattr name filtering.Wayne Davison2017-01-226-49/+106
* Join some lines.Wayne Davison2017-01-223-24/+13
* Get rid of some superfluous double-quotes in error messages.Wayne Davison2017-01-221-11/+11
* Fix extern of preallocated_len w/o SUPPORT_PREALLOCATION.Wayne Davison2016-10-311-2/+0
* More fixes for --progress quirks.Wayne Davison2016-10-292-13/+18
* We need a LF after filelist-progress with a CR.Wayne Davison2016-10-291-0/+2
* Use S_BLKSIZE when multiplying st_blocks.Wayne Davison2016-10-151-1/+11
* Support --sparse combined with --preallocate or --inplace.Wayne Davison2016-10-1010-84/+202
* xattrs: maintain a hashtable in order to speed up find_matching_xattr()Stefan Metzmacher2016-08-141-8/+127
* hashtable: add hashlittle() from lookup3.c, by Bob JenkinsStefan Metzmacher2016-08-141-0/+302