rsync.git
3 years agoPreparing for release of 3.2.3pre1 v3.2.3pre1
Wayne Davison [Tue, 28 Jul 2020 00:56:25 +0000 (17:56 -0700)]
Preparing for release of 3.2.3pre1

3 years agoNeed 3.2.3 line in table & tweak to release script.
Wayne Davison [Tue, 28 Jul 2020 00:49:28 +0000 (17:49 -0700)]
Need 3.2.3 line in table & tweak to release script.

3 years agoA couple more NEWS updates.
Wayne Davison [Mon, 27 Jul 2020 23:50:47 +0000 (16:50 -0700)]
A couple more NEWS updates.

3 years agoSet LANG to C to help with some remote build hosts.
Wayne Davison [Mon, 27 Jul 2020 23:48:48 +0000 (16:48 -0700)]
Set LANG to C to help with some remote build hosts.

3 years agoUse linkat() if available
Wayne Davison [Mon, 27 Jul 2020 23:36:55 +0000 (16:36 -0700)]
Use linkat() if available

Some OSes have a more capable linkat() function that can hard-link
syslinks, so use linkat() when it is available.

3 years agoAdd a few more skip-compress suffixes.
Wayne Davison [Mon, 27 Jul 2020 22:56:48 +0000 (15:56 -0700)]
Add a few more skip-compress suffixes.

3 years agoMake the `--append*` options have more warnings.
Wayne Davison [Mon, 27 Jul 2020 22:05:11 +0000 (15:05 -0700)]
Make the `--append*` options have more warnings.

3 years agoDon't allow a completely empty source arg.
Wayne Davison [Mon, 27 Jul 2020 21:42:21 +0000 (14:42 -0700)]
Don't allow a completely empty source arg.

3 years agoMention an implied option.
Wayne Davison [Mon, 27 Jul 2020 20:49:19 +0000 (13:49 -0700)]
Mention an implied option.

3 years agoReplace a couple calloc() calls with new_array0().
Wayne Davison [Mon, 27 Jul 2020 06:30:50 +0000 (23:30 -0700)]
Replace a couple calloc() calls with new_array0().

3 years agoComplain about a missing/non-dir `--temp-dir`.
Wayne Davison [Sun, 26 Jul 2020 08:56:30 +0000 (01:56 -0700)]
Complain about a missing/non-dir `--temp-dir`.

3 years agoDon't include config.h in proto.h rule.
Wayne Davison [Sun, 26 Jul 2020 08:40:55 +0000 (01:40 -0700)]
Don't include config.h in proto.h rule.

3 years agoMention awk/gawk/nawk dependency.
Wayne Davison [Sun, 26 Jul 2020 08:40:43 +0000 (01:40 -0700)]
Mention awk/gawk/nawk dependency.

3 years agoMention `--protect-args` in `--chown` info.
Wayne Davison [Sun, 26 Jul 2020 07:59:51 +0000 (00:59 -0700)]
Mention `--protect-args` in `--chown` info.

3 years agoFix issue where rdev major could get out of sync
Wayne Davison [Sun, 26 Jul 2020 06:28:44 +0000 (23:28 -0700)]
Fix issue where rdev major could get out of sync

If the receiving side read a hard-linked device, it needs to set the
value of rdev_major to the value it snags from the hard-linked data
because the sender set their rdev_major value for that file entry.

3 years agoHave release script use patch-update --make (not --shell)
Wayne Davison [Sat, 25 Jul 2020 17:52:49 +0000 (10:52 -0700)]
Have release script use patch-update --make (not --shell)

3 years agoFix a grammar error.
Wayne Davison [Sat, 25 Jul 2020 17:40:46 +0000 (10:40 -0700)]
Fix a grammar error.

3 years agoMore spelling fixes.
Wayne Davison [Sat, 25 Jul 2020 17:34:26 +0000 (10:34 -0700)]
More spelling fixes.

3 years agoFix some spelling errors.
Wayne Davison [Sat, 25 Jul 2020 17:21:50 +0000 (10:21 -0700)]
Fix some spelling errors.

3 years agoChange new stderr options to `--stderr=MODE`.
Wayne Davison [Sat, 25 Jul 2020 16:37:17 +0000 (09:37 -0700)]
Change new stderr options to `--stderr=MODE`.

3 years agoChange daemon variable & simplify some option code
Wayne Davison [Sat, 25 Jul 2020 16:15:41 +0000 (09:15 -0700)]
Change daemon variable & simplify some option code

- Rename daemon_over_rsh -> daemon_connection since it is also used to
  indicate if a non-rsh daemon connection is active.
- Move the daemon-over-rsh exception out of server_options() to the one
  caller that needs that behavior.
- Don't allow noop_io_until_death() to be short-circuited when talking
  to a daemon over a socket, because it can't send errors via stderr.

3 years agoTweak NEWS & src_file().
Wayne Davison [Sat, 25 Jul 2020 06:30:32 +0000 (23:30 -0700)]
Tweak NEWS & src_file().

3 years agoAdd `--errors2stderr` & `--msgs2protocol` options.
Wayne Davison [Sat, 25 Jul 2020 02:17:55 +0000 (19:17 -0700)]
Add `--errors2stderr` & `--msgs2protocol` options.

3 years agoHandle the first run of configure; prefer gmake.
Wayne Davison [Sat, 25 Jul 2020 00:31:54 +0000 (17:31 -0700)]
Handle the first run of configure; prefer gmake.

3 years agoChange smart-rebuild to smart-make.
Wayne Davison [Sat, 25 Jul 2020 00:20:45 +0000 (17:20 -0700)]
Change smart-rebuild to smart-make.

3 years agoFix the setting of $make.
Wayne Davison [Fri, 24 Jul 2020 23:49:55 +0000 (16:49 -0700)]
Fix the setting of $make.

3 years agoAdd helper script for a smart rebuild.
Wayne Davison [Fri, 24 Jul 2020 21:04:02 +0000 (14:04 -0700)]
Add helper script for a smart rebuild.

3 years agoLink to the git blob for source files.
Wayne Davison [Fri, 24 Jul 2020 19:47:35 +0000 (12:47 -0700)]
Link to the git blob for source files.

3 years agoMore changes to NEWS, README, INSTALL, & configure.ac
Wayne Davison [Fri, 24 Jul 2020 18:53:16 +0000 (11:53 -0700)]
More changes to NEWS, README, INSTALL, & configure.ac

3 years agoEnable xattrs on Cygwin.
Wayne Davison [Fri, 24 Jul 2020 18:38:14 +0000 (11:38 -0700)]
Enable xattrs on Cygwin.

- Tweak configure.ac to have Cygwin use linux xattrs.
- Change CI setup to install attr packages on Cygwin.

[buildall]

3 years agoAdd Cygwin package info into INSTALL.md.
Wayne Davison [Fri, 24 Jul 2020 18:37:50 +0000 (11:37 -0700)]
Add Cygwin package info into INSTALL.md.

3 years agoFix devices-fake test if rsync can't link specials
Wayne Davison [Fri, 24 Jul 2020 18:33:21 +0000 (11:33 -0700)]
Fix devices-fake test if rsync can't link specials

- Add info about hardlinked specials to --version output.
- Use "no hardlink-special" info to ensure that the devices-fake
  test will not fail.

3 years agoInstall python3 for cygwin [buildall]
Wayne Davison [Fri, 24 Jul 2020 17:10:26 +0000 (10:10 -0700)]
Install python3 for cygwin [buildall]

3 years agoInstall python36 for cygwin [buildall]
Wayne Davison [Fri, 24 Jul 2020 16:57:41 +0000 (09:57 -0700)]
Install python36 for cygwin [buildall]

3 years agoChange the --mkpath message.
Wayne Davison [Fri, 24 Jul 2020 16:45:47 +0000 (09:45 -0700)]
Change the --mkpath message.

3 years agoSome INSTALL improvements.
Wayne Davison [Fri, 24 Jul 2020 16:42:49 +0000 (09:42 -0700)]
Some INSTALL improvements.

3 years agoAdd --mkpath option. Fixes bugzilla bug 4621.
Wayne Davison [Fri, 24 Jul 2020 03:46:51 +0000 (20:46 -0700)]
Add --mkpath option. Fixes bugzilla bug 4621.

3 years agoAdd packages to INSTALL.md; put INSTALL.md on ftp site
Wayne Davison [Fri, 24 Jul 2020 00:29:13 +0000 (17:29 -0700)]
Add packages to INSTALL.md; put INSTALL.md on ftp site

3 years agoSimplify md_parser assignment.
Wayne Davison [Fri, 24 Jul 2020 00:28:34 +0000 (17:28 -0700)]
Simplify md_parser assignment.

3 years agoFix multi-line code blocks.
Wayne Davison [Thu, 23 Jul 2020 23:20:07 +0000 (16:20 -0700)]
Fix multi-line code blocks.

3 years agoTweak ubuntu configure args.
Wayne Davison [Thu, 23 Jul 2020 19:32:41 +0000 (12:32 -0700)]
Tweak ubuntu configure args.

3 years agoSetup commonmark on Cygwin.
Wayne Davison [Thu, 23 Jul 2020 19:20:40 +0000 (12:20 -0700)]
Setup commonmark on Cygwin.

3 years agoSimplify the msgs2stderr default logic.
Wayne Davison [Thu, 23 Jul 2020 19:14:07 +0000 (12:14 -0700)]
Simplify the msgs2stderr default logic.

3 years agoImprove error output for local & remote-shell xfers
Wayne Davison [Thu, 23 Jul 2020 17:36:49 +0000 (10:36 -0700)]
Improve error output for local & remote-shell xfers

3 years agoDrop a superfluous "+".
Wayne Davison [Thu, 23 Jul 2020 04:42:24 +0000 (21:42 -0700)]
Drop a superfluous "+".

3 years agoA few more build improvements
Wayne Davison [Thu, 23 Jul 2020 04:01:01 +0000 (21:01 -0700)]
A few more build improvements

Includes Ben's RSYNC_MAX_SKIPPED=3 suggestion for FreeBSD and a fix for
the artifact file list for Cygwin.

3 years agoAdd --crtimes option.
Wayne Davison [Wed, 22 Jul 2020 19:12:18 +0000 (12:12 -0700)]
Add --crtimes option.

3 years agoImprove --itemize-changes doc.
Wayne Davison [Wed, 22 Jul 2020 18:26:02 +0000 (11:26 -0700)]
Improve --itemize-changes doc.

3 years agoSwitch to RSYNC_MAX_SKIPPED test setting.
Wayne Davison [Wed, 22 Jul 2020 17:59:15 +0000 (10:59 -0700)]
Switch to RSYNC_MAX_SKIPPED test setting.

3 years agoUpdate NEWS.
Wayne Davison [Tue, 21 Jul 2020 19:35:45 +0000 (12:35 -0700)]
Update NEWS.

3 years agoAvoid some extraneous parent-dir warnings
Wayne Davison [Tue, 21 Jul 2020 18:42:32 +0000 (11:42 -0700)]
Avoid some extraneous parent-dir warnings

Don't complain about an absent parent dir if the current file is marked
as missing and there is a marked-as-missing entry for the parent dir.

3 years agoDon't create a path for a file marked as missing.
Wayne Davison [Tue, 21 Jul 2020 18:22:24 +0000 (11:22 -0700)]
Don't create a path for a file marked as missing.

3 years agoTweak include syntax.
Wayne Davison [Tue, 21 Jul 2020 01:44:37 +0000 (18:44 -0700)]
Tweak include syntax.

3 years agoSave the build into an artifact.
Wayne Davison [Mon, 20 Jul 2020 21:43:28 +0000 (14:43 -0700)]
Save the build into an artifact.

3 years agoIgnore *.exe files (for Cygwin builds).
Wayne Davison [Mon, 20 Jul 2020 21:43:06 +0000 (14:43 -0700)]
Ignore *.exe files (for Cygwin builds).

3 years agoUse just $(...) instead of a mix of that and ${...}.
Wayne Davison [Mon, 20 Jul 2020 21:42:13 +0000 (14:42 -0700)]
Use just $(...) instead of a mix of that and ${...}.

3 years agoMake the daily build happen a few hours later.
Wayne Davison [Sun, 19 Jul 2020 06:17:25 +0000 (23:17 -0700)]
Make the daily build happen a few hours later.

3 years agoAdd strict (no-skipping) checks and use them.
Wayne Davison [Fri, 17 Jul 2020 18:18:35 +0000 (11:18 -0700)]
Add strict (no-skipping) checks and use them.

3 years agoA couple minor changes.
Wayne Davison [Fri, 17 Jul 2020 17:56:22 +0000 (10:56 -0700)]
A couple minor changes.

3 years agoAdd the `name converter` daemon parameter.
Wayne Davison [Fri, 17 Jul 2020 17:22:27 +0000 (10:22 -0700)]
Add the `name converter` daemon parameter.

This is based on the long-standing patch but with the protocol changed
to just use newlines as delimiters instead of null chars (since names
should not contain a newline AND it makes it easier to write a helper
script).  Lots of other small improvements and a better default value
for "numeric ids" when using "use chroot" with "name converter".

3 years agoRun a daily build.
Wayne Davison [Fri, 17 Jul 2020 05:04:06 +0000 (22:04 -0700)]
Run a daily build.

3 years agoLet's try cygwin again. (#69)
Wayne Davison [Wed, 15 Jul 2020 21:30:22 +0000 (14:30 -0700)]
Let's try cygwin again. (#69)

Setup an optional cygwin build that is currently triggered when a [buildall] is in the commit message (the build is currently quite slow).

3 years agoGitHub artifact test didn't work.
Wayne Davison [Wed, 15 Jul 2020 20:53:40 +0000 (13:53 -0700)]
GitHub artifact test didn't work.

3 years agoTweak the save path.
Wayne Davison [Wed, 15 Jul 2020 20:42:36 +0000 (13:42 -0700)]
Tweak the save path.

3 years agoAvoid normal build on cygwin-save change.
Wayne Davison [Wed, 15 Jul 2020 20:20:40 +0000 (13:20 -0700)]
Avoid normal build on cygwin-save change.

3 years agoTry to get cygwin-save to run.
Wayne Davison [Wed, 15 Jul 2020 20:16:36 +0000 (13:16 -0700)]
Try to get cygwin-save to run.

3 years agoTry to save cygwin install in an artifact.
Wayne Davison [Wed, 15 Jul 2020 19:31:38 +0000 (12:31 -0700)]
Try to save cygwin install in an artifact.

3 years agoForce git line endings (#68)
Ben RUBSON [Wed, 15 Jul 2020 17:20:52 +0000 (19:20 +0200)]
Force git line endings (#68)

3 years agoTweak the workflows filename.
Wayne Davison [Wed, 15 Jul 2020 04:47:50 +0000 (21:47 -0700)]
Tweak the workflows filename.

3 years agoDisable cygwin for now.
Wayne Davison [Wed, 15 Jul 2020 04:47:11 +0000 (21:47 -0700)]
Disable cygwin for now.

3 years agoTry a couple different way to fix the build.
Wayne Davison [Wed, 15 Jul 2020 04:32:41 +0000 (21:32 -0700)]
Try a couple different way to fix the build.

3 years agoTry Cygwin build in actions.
Wayne Davison [Wed, 15 Jul 2020 04:18:52 +0000 (21:18 -0700)]
Try Cygwin build in actions.

3 years agoLet's try a Cygwin build on Cirrus.
Wayne Davison [Wed, 15 Jul 2020 03:41:44 +0000 (20:41 -0700)]
Let's try a Cygwin build on Cirrus.

3 years agoMention the auto-build-save setup.
Wayne Davison [Wed, 15 Jul 2020 03:01:54 +0000 (20:01 -0700)]
Mention the auto-build-save setup.

3 years agoEnable FreeBSD CI ssl (#66)
Ben RUBSON [Tue, 14 Jul 2020 20:22:55 +0000 (22:22 +0200)]
Enable FreeBSD CI ssl (#66)

3 years agoReduce the installed pkg items since they are so slow.
Wayne Davison [Mon, 13 Jul 2020 23:26:58 +0000 (16:26 -0700)]
Reduce the installed pkg items since they are so slow.

3 years agoA few more NEWS & man tweaks.
Wayne Davison [Mon, 13 Jul 2020 23:07:46 +0000 (16:07 -0700)]
A few more NEWS & man tweaks.

3 years agoTry using cmarkgfm.
Wayne Davison [Mon, 13 Jul 2020 22:44:43 +0000 (15:44 -0700)]
Try using cmarkgfm.

3 years agoAvoid a failed test on Cygwin.
Wayne Davison [Mon, 13 Jul 2020 22:33:07 +0000 (15:33 -0700)]
Avoid a failed test on Cygwin.

3 years agoSearch for cmark.
Wayne Davison [Mon, 13 Jul 2020 21:09:24 +0000 (14:09 -0700)]
Search for cmark.

3 years agoAdd new code to recv_group_name() too.
Wayne Davison [Mon, 13 Jul 2020 20:43:17 +0000 (13:43 -0700)]
Add new code to recv_group_name() too.

3 years agoGive up on commonmark.
Wayne Davison [Mon, 13 Jul 2020 20:42:28 +0000 (13:42 -0700)]
Give up on commonmark.

3 years agoAvoid a crash if id-0 doesn't exist.
Wayne Davison [Mon, 13 Jul 2020 20:18:38 +0000 (13:18 -0700)]
Avoid a crash if id-0 doesn't exist.

3 years agoOne more commonmark try.
Wayne Davison [Mon, 13 Jul 2020 20:12:39 +0000 (13:12 -0700)]
One more commonmark try.

3 years agoAvoid a test failure if `id` didn't work.
Wayne Davison [Mon, 13 Jul 2020 19:59:22 +0000 (12:59 -0700)]
Avoid a test failure if `id` didn't work.

3 years agoTry another way to get commonmark working.
Wayne Davison [Mon, 13 Jul 2020 19:59:07 +0000 (12:59 -0700)]
Try another way to get commonmark working.

3 years agoInstall commonmark on FreeBSD.
Wayne Davison [Mon, 13 Jul 2020 19:18:13 +0000 (12:18 -0700)]
Install commonmark on FreeBSD.

3 years agoTweak lsh's Usage message & opening comment.
Wayne Davison [Mon, 13 Jul 2020 19:01:00 +0000 (12:01 -0700)]
Tweak lsh's Usage message & opening comment.

3 years agoSearch for commonmark pkg.
Wayne Davison [Mon, 13 Jul 2020 19:00:44 +0000 (12:00 -0700)]
Search for commonmark pkg.

3 years agoTweak brew run.
Wayne Davison [Mon, 13 Jul 2020 17:41:26 +0000 (10:41 -0700)]
Tweak brew run.

3 years agoSetup a macOS CI.
Wayne Davison [Mon, 13 Jul 2020 17:38:17 +0000 (10:38 -0700)]
Setup a macOS CI.

3 years agoA couple more NEWS items.
Wayne Davison [Mon, 13 Jul 2020 06:45:55 +0000 (23:45 -0700)]
A couple more NEWS items.

3 years agoMention file & line on OOM and overflow errors.
Wayne Davison [Mon, 13 Jul 2020 05:46:21 +0000 (22:46 -0700)]
Mention file & line on OOM and overflow errors.

Also simplify output of src file paths in errors & warnings when
built in a alternate build dir.

3 years agoCheck for overflow the right way.
Wayne Davison [Mon, 13 Jul 2020 04:51:51 +0000 (21:51 -0700)]
Check for overflow the right way.

3 years agoFix a typo.
Wayne Davison [Mon, 13 Jul 2020 03:51:21 +0000 (20:51 -0700)]
Fix a typo.

3 years agoMore NEWS tweaks.
Wayne Davison [Mon, 13 Jul 2020 03:49:01 +0000 (20:49 -0700)]
More NEWS tweaks.

3 years agoAdd "@netgroup" names to host matching.
Wayne Davison [Mon, 13 Jul 2020 02:15:50 +0000 (19:15 -0700)]
Add "@netgroup" names to host matching.

3 years agoAdd the --stop-after & --stop-at options.
Wayne Davison [Mon, 13 Jul 2020 01:32:41 +0000 (18:32 -0700)]
Add the --stop-after & --stop-at options.

3 years agoA few word tweaks.
Wayne Davison [Sun, 12 Jul 2020 19:38:12 +0000 (12:38 -0700)]
A few word tweaks.

3 years agoImprove FreeBSD tests (#61)
Ben RUBSON [Sun, 12 Jul 2020 19:36:02 +0000 (21:36 +0200)]
Improve FreeBSD tests (#61)

Improve FreeBSD tests & use a ZFS mount for the CI's testtmp.