aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Android build, static config, and changesstaging/lineage-15.1lineage-15.1Dylan Simon2018-01-037-4/+1281
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Works fine on emulator both for local copies and in daemon mode. Very few changes necessary. Change-Id: I6ef54769b00333f84eabd1306381eac80b3d5f09 proto.h update Add LOCAL_MODULE_TAGS Change-Id: Id972b0c0c876477cb29fcb9bb5b4a9c6be6703c0 update config.h and proto.h Fix build with 4.3's bionic Change-Id: I09ca525c26571d8dd492339a6763f012783531ef Fix android compilation for 3.1.1 Change-Id: Ic8c134020beb98e1e52c4d527cbdbfe591d67262 rsync: Fix compilation for O-MR1 Change-Id: I546bbb40339cfce8fe854596fa7442fa0c08b43e rsync: fix build after 3.1.2 rebase Change-Id: I6fd02633db2ce15f60299174ae5b34df577195a5 revert dev_t changes Change-Id: I947106cd86617bdc48a23a03191d491dbe4ca5ea
* Preparing for release of 3.1.2Wayne Davison2015-12-216-12/+12
|
* Improve the "use chroot" & "numeric ids" info a bit more.Wayne Davison2015-12-211-12/+11
|
* Improve the comment a bit more.Wayne Davison2015-12-211-0/+2
|
* Fix rule for out-of-tree builds.Wayne Davison2015-12-181-1/+1
| | | | Fixes bug 11635.
* Don't allow an empty flag name to --info & --debug.Wayne Davison2015-12-183-10/+12
|
* Document expand_item_list's args & make sure incr==0 works OK.Wayne Davison2015-12-181-2/+10
|
* Fix return of stat info from try_dests_reg().Wayne Davison2015-12-051-11/+11
| | | | | | | The try_dests_reg() function could sometimes tweak the stat struct's info when it should have been left unchanged. This fixes bug 11545 (where an ACL check of a file that was mistakenly thought to be a directory failed).
* Add -wo option for write-only rrsync mode.Wayne Davison2015-09-132-5/+17
|
* Fixed logging of %b & %c when using --log-file.Wayne Davison2015-09-074-16/+7
| | | | | | | The %b and %c escapes were outputting cumulative values when logged via --log-file only (the bug didn't affect daemon transfer logging or the output of the client's --out-format info). Also unified the %b & %c switch case to make it easier to maintain. Fixes bug 11496.
* Add support for netbsd in xattrs case.Wayne Davison2015-09-021-2/+2
| | | | Closes bug-suggestion 11484.
* Change daemon's gid list to use an "item_list".Wayne Davison2015-08-246-41/+54
|
* Add configure option to set max daemon gid list.Wayne Davison2015-08-243-5/+12
| | | | Fixes bug 11456.
* Avoid creating even the top-level backup dir until needed.Wayne Davison2015-08-232-6/+31
| | | | Fixes bug 11423.
* Improve make_path() error return for non-dir element.Wayne Davison2015-08-231-2/+4
|
* Preparing for release of 3.1.2pre1Wayne Davison2015-08-084-11/+11
|
* Update the copyright year.Wayne Davison2015-08-0857-58/+58
|
* Mention latest fixes.Wayne Davison2015-08-082-3/+17
|
* Don't create so many empty backup dirs.Wayne Davison2015-08-081-9/+10
| | | | Fixes bug 10724.
* Allow samba.org hostname to be overridden.Wayne Davison2015-08-022-3/+4
|
* Improve mergedir filter handling internals.Wayne Davison2015-07-132-72/+70
| | | | Fixes bug 10995.
* Make sure chk subdir can't diverge in time from its src subdir.Wayne Davison2015-07-121-0/+2
|
* Avoid --remove-sent-file issue for non-regular files.Wayne Davison2015-07-121-2/+3
|
* Mention local-only effect of --msgs2stderr.Wayne Davison2015-07-121-1/+3
|
* Mention how we handle a module named "global".Wayne Davison2015-07-121-0/+4
|
* Brant Gurganus's autoconf updates.Wayne Davison2015-07-076-111/+76
| | | | | This improves some obsolete autoconf macros and increases the minimum autoconf version from 2.60 to 2.69. Fixes bug 11369.
* Add parent-dir validation for --no-inc-recurse too.Wayne Davison2015-07-042-2/+44
|
* Change "fail" to "test_fail".Wayne Davison2015-06-103-6/+6
| | | | Fixes bug 11322.
* Make the checksum_seed a bit harder to predict.Wayne Davison2015-05-111-1/+1
|
* Add compat flag to allow proper seed checksum order.Wayne Davison2015-05-113-4/+19
| | | | Fixes the equivalent of librsync's CVE-2014-8242 issue.
* Pass -I option to aclocal.Wayne Davison2015-05-012-2/+2
|
* Use AS_IF instead of plain if/then/fiTiziano Müller2015-05-011-4/+2
|
* Ignore .deps directories.Tiziano Müller2015-05-011-0/+1
|
* Check for perl and assign it to a var since it is needed for generating the ↵Tiziano Müller2015-05-011-0/+1
| | | | protocol header.
* Remove dead targets from build systemTiziano Müller2015-05-011-11/+0
|
* Handle configure's new version style.Wayne Davison2015-05-012-6/+6
|
* Specify package name and version in call to AC_INITTiziano Müller2015-05-011-5/+4
|
* Properly quote arguments for AC_LIBOBJ.Tiziano Müller2015-05-011-2/+2
|
* Must define LIBOBJDIR in the Makefile.Wayne Davison2015-05-011-0/+1
|
* Use AC_CONFIG_LIBOBJ_DIR and AC_REPLACE_FUNCS to adhere to autoconf standardsTiziano Müller2015-04-261-5/+8
|
* Modularize m4 macrosTiziano Müller2015-04-265-48/+48
| | | | Split acinclude.m4 into one file per function in m4/
* Properly quote m4 macroTiziano Müller2015-04-261-1/+1
|
* Update generated-files logic.Wayne Davison2015-04-262-3/+3
|
* Rename aclocal.m4 to acinclude.m4 and add make targetTiziano Müller2015-04-264-0/+7
| | | | | It is common practice to split up m4 files for easier maintenance and generate the required aclocal.m4 using `aclocal` instead.
* rsync: fix of-by-one in check of snprintf() result.Stefan Behrens2015-04-221-1/+1
| | | | Fixes bug 11229.
* Complain if an inc-recursive path is not right for its dir.Wayne Davison2014-12-315-7/+30
| | | | | This ensures that a malicious sender can't use a just-sent symlink as a trasnfer path.
* Mention that --append can be dangerous.Wayne Davison2014-12-311-0/+5
|
* Call set_modtime even if only NSEC is different.Wayne Davison2014-12-311-1/+5
|
* Use usleep() for msleep() if it is available.Wayne Davison2014-11-273-4/+10
|
* Add a missing closing paren.Wayne Davison2014-10-101-1/+1
|