| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Android build, static config, and changesstaging/lineage-15.1lineage-15.1 | Dylan Simon | 2018-01-03 | 7 | -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.2 | Wayne Davison | 2015-12-21 | 6 | -12/+12 |
| | | |||||
| * | Improve the "use chroot" & "numeric ids" info a bit more. | Wayne Davison | 2015-12-21 | 1 | -12/+11 |
| | | |||||
| * | Improve the comment a bit more. | Wayne Davison | 2015-12-21 | 1 | -0/+2 |
| | | |||||
| * | Fix rule for out-of-tree builds. | Wayne Davison | 2015-12-18 | 1 | -1/+1 |
| | | | | | Fixes bug 11635. | ||||
| * | Don't allow an empty flag name to --info & --debug. | Wayne Davison | 2015-12-18 | 3 | -10/+12 |
| | | |||||
| * | Document expand_item_list's args & make sure incr==0 works OK. | Wayne Davison | 2015-12-18 | 1 | -2/+10 |
| | | |||||
| * | Fix return of stat info from try_dests_reg(). | Wayne Davison | 2015-12-05 | 1 | -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 Davison | 2015-09-13 | 2 | -5/+17 |
| | | |||||
| * | Fixed logging of %b & %c when using --log-file. | Wayne Davison | 2015-09-07 | 4 | -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 Davison | 2015-09-02 | 1 | -2/+2 |
| | | | | | Closes bug-suggestion 11484. | ||||
| * | Change daemon's gid list to use an "item_list". | Wayne Davison | 2015-08-24 | 6 | -41/+54 |
| | | |||||
| * | Add configure option to set max daemon gid list. | Wayne Davison | 2015-08-24 | 3 | -5/+12 |
| | | | | | Fixes bug 11456. | ||||
| * | Avoid creating even the top-level backup dir until needed. | Wayne Davison | 2015-08-23 | 2 | -6/+31 |
| | | | | | Fixes bug 11423. | ||||
| * | Improve make_path() error return for non-dir element. | Wayne Davison | 2015-08-23 | 1 | -2/+4 |
| | | |||||
| * | Preparing for release of 3.1.2pre1 | Wayne Davison | 2015-08-08 | 4 | -11/+11 |
| | | |||||
| * | Update the copyright year. | Wayne Davison | 2015-08-08 | 57 | -58/+58 |
| | | |||||
| * | Mention latest fixes. | Wayne Davison | 2015-08-08 | 2 | -3/+17 |
| | | |||||
| * | Don't create so many empty backup dirs. | Wayne Davison | 2015-08-08 | 1 | -9/+10 |
| | | | | | Fixes bug 10724. | ||||
| * | Allow samba.org hostname to be overridden. | Wayne Davison | 2015-08-02 | 2 | -3/+4 |
| | | |||||
| * | Improve mergedir filter handling internals. | Wayne Davison | 2015-07-13 | 2 | -72/+70 |
| | | | | | Fixes bug 10995. | ||||
| * | Make sure chk subdir can't diverge in time from its src subdir. | Wayne Davison | 2015-07-12 | 1 | -0/+2 |
| | | |||||
| * | Avoid --remove-sent-file issue for non-regular files. | Wayne Davison | 2015-07-12 | 1 | -2/+3 |
| | | |||||
| * | Mention local-only effect of --msgs2stderr. | Wayne Davison | 2015-07-12 | 1 | -1/+3 |
| | | |||||
| * | Mention how we handle a module named "global". | Wayne Davison | 2015-07-12 | 1 | -0/+4 |
| | | |||||
| * | Brant Gurganus's autoconf updates. | Wayne Davison | 2015-07-07 | 6 | -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 Davison | 2015-07-04 | 2 | -2/+44 |
| | | |||||
| * | Change "fail" to "test_fail". | Wayne Davison | 2015-06-10 | 3 | -6/+6 |
| | | | | | Fixes bug 11322. | ||||
| * | Make the checksum_seed a bit harder to predict. | Wayne Davison | 2015-05-11 | 1 | -1/+1 |
| | | |||||
| * | Add compat flag to allow proper seed checksum order. | Wayne Davison | 2015-05-11 | 3 | -4/+19 |
| | | | | | Fixes the equivalent of librsync's CVE-2014-8242 issue. | ||||
| * | Pass -I option to aclocal. | Wayne Davison | 2015-05-01 | 2 | -2/+2 |
| | | |||||
| * | Use AS_IF instead of plain if/then/fi | Tiziano Müller | 2015-05-01 | 1 | -4/+2 |
| | | |||||
| * | Ignore .deps directories. | Tiziano Müller | 2015-05-01 | 1 | -0/+1 |
| | | |||||
| * | Check for perl and assign it to a var since it is needed for generating the ↵ | Tiziano Müller | 2015-05-01 | 1 | -0/+1 |
| | | | | | protocol header. | ||||
| * | Remove dead targets from build system | Tiziano Müller | 2015-05-01 | 1 | -11/+0 |
| | | |||||
| * | Handle configure's new version style. | Wayne Davison | 2015-05-01 | 2 | -6/+6 |
| | | |||||
| * | Specify package name and version in call to AC_INIT | Tiziano Müller | 2015-05-01 | 1 | -5/+4 |
| | | |||||
| * | Properly quote arguments for AC_LIBOBJ. | Tiziano Müller | 2015-05-01 | 1 | -2/+2 |
| | | |||||
| * | Must define LIBOBJDIR in the Makefile. | Wayne Davison | 2015-05-01 | 1 | -0/+1 |
| | | |||||
| * | Use AC_CONFIG_LIBOBJ_DIR and AC_REPLACE_FUNCS to adhere to autoconf standards | Tiziano Müller | 2015-04-26 | 1 | -5/+8 |
| | | |||||
| * | Modularize m4 macros | Tiziano Müller | 2015-04-26 | 5 | -48/+48 |
| | | | | | Split acinclude.m4 into one file per function in m4/ | ||||
| * | Properly quote m4 macro | Tiziano Müller | 2015-04-26 | 1 | -1/+1 |
| | | |||||
| * | Update generated-files logic. | Wayne Davison | 2015-04-26 | 2 | -3/+3 |
| | | |||||
| * | Rename aclocal.m4 to acinclude.m4 and add make target | Tiziano Müller | 2015-04-26 | 4 | -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 Behrens | 2015-04-22 | 1 | -1/+1 |
| | | | | | Fixes bug 11229. | ||||
| * | Complain if an inc-recursive path is not right for its dir. | Wayne Davison | 2014-12-31 | 5 | -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 Davison | 2014-12-31 | 1 | -0/+5 |
| | | |||||
| * | Call set_modtime even if only NSEC is different. | Wayne Davison | 2014-12-31 | 1 | -1/+5 |
| | | |||||
| * | Use usleep() for msleep() if it is available. | Wayne Davison | 2014-11-27 | 3 | -4/+10 |
| | | |||||
| * | Add a missing closing paren. | Wayne Davison | 2014-10-10 | 1 | -1/+1 |
| | | |||||
