]>
git.ipfire.org Git - thirdparty/rsync.git/log
Wayne Davison [Fri, 12 Jun 2020 15:02:51 +0000 (08:02 -0700)]
Enable SIMD by default (if g++ is around).
Wayne Davison [Fri, 12 Jun 2020 05:26:59 +0000 (22:26 -0700)]
Use the refused-option code to disable options that aren't compiled into the source.
Wayne Davison [Fri, 12 Jun 2020 04:57:37 +0000 (21:57 -0700)]
Improve checkcsum/compress info that may differ between packaged versions.
Wayne Davison [Fri, 12 Jun 2020 03:32:44 +0000 (20:32 -0700)]
Add packaging notes to NEWS.
Wayne Davison [Fri, 12 Jun 2020 03:24:53 +0000 (20:24 -0700)]
Translate man page's option list into .h files for options.h to use.
Wayne Davison [Fri, 12 Jun 2020 01:47:43 +0000 (18:47 -0700)]
Simplify the install of rsync-ssl by unifying 2 scripts.
Wayne Davison [Fri, 12 Jun 2020 01:01:50 +0000 (18:01 -0700)]
Promote newer compressors to the start of the list.
Wayne Davison [Fri, 12 Jun 2020 00:34:17 +0000 (17:34 -0700)]
Remove generated doc files via make clean.
Wayne Davison [Fri, 12 Jun 2020 00:09:33 +0000 (17:09 -0700)]
Allow maintainer to build with /usr/local prefix but document /usr.
Wayne Davison [Thu, 11 Jun 2020 23:08:15 +0000 (16:08 -0700)]
Create a get_device_size() helper function.
Wayne Davison [Thu, 11 Jun 2020 22:16:17 +0000 (15:16 -0700)]
Improve the haproxy header docs.
Wayne Davison [Thu, 11 Jun 2020 21:33:25 +0000 (14:33 -0700)]
Use /dev/shm instead of requiring /dev/shm/tmp.
Wayne Davison [Thu, 11 Jun 2020 21:03:11 +0000 (14:03 -0700)]
Add `haproxy header` parameter to rsync daemon
Wayne Davison [Thu, 11 Jun 2020 03:10:53 +0000 (20:10 -0700)]
Add `early exec` daemon parameter.
Inspired by Ciprian Dorin Craciun's `bootstrap exec` patch.
Wayne Davison [Wed, 10 Jun 2020 20:58:43 +0000 (13:58 -0700)]
Make sure the tmpdir2 dir is writable.
Wayne Davison [Wed, 10 Jun 2020 20:57:25 +0000 (13:57 -0700)]
Mention how to run a single test.
Wayne Davison [Wed, 10 Jun 2020 20:58:42 +0000 (13:58 -0700)]
Update copyright year in runtests.sh too.
Wayne Davison [Wed, 10 Jun 2020 20:14:27 +0000 (13:14 -0700)]
Add support for /run/shm/tmp dir so the CI action doesn't skip a test.
Wayne Davison [Wed, 10 Jun 2020 18:51:44 +0000 (11:51 -0700)]
Have the CI actions run make check29 & check30.
Wayne Davison [Wed, 10 Jun 2020 18:05:09 +0000 (11:05 -0700)]
Fix a couple batchfile issues.
Wayne Davison [Wed, 10 Jun 2020 16:44:23 +0000 (09:44 -0700)]
Improve gensend rule & list of PHONY targets.
Wayne Davison [Wed, 10 Jun 2020 16:21:21 +0000 (09:21 -0700)]
Improvements for release process; a gensend hook.
Wayne Davison [Wed, 10 Jun 2020 07:39:30 +0000 (00:39 -0700)]
Fix double-gen of manpages.
Wayne Davison [Wed, 10 Jun 2020 07:26:29 +0000 (00:26 -0700)]
Fix the output with -D; a few minor tweaks.
Wayne Davison [Wed, 10 Jun 2020 00:41:15 +0000 (17:41 -0700)]
Mention the github rsync home.
Wayne Davison [Wed, 10 Jun 2020 00:21:51 +0000 (17:21 -0700)]
The samba rsync server now requires ssl.
Wayne Davison [Tue, 9 Jun 2020 22:21:38 +0000 (15:21 -0700)]
More man processing improvements
- Support the commonmark library in addition to cmarkgfm.
- Remove github-flavor from the markup.
- A few more html style improvements.
Wayne Davison [Tue, 9 Jun 2020 16:12:32 +0000 (09:12 -0700)]
A few more man page script improvements.
Wayne Davison [Tue, 9 Jun 2020 07:23:15 +0000 (00:23 -0700)]
Output the files at the end; fix a missing double-quote.
Wayne Davison [Tue, 9 Jun 2020 05:52:58 +0000 (22:52 -0700)]
Fix the html title.
Wayne Davison [Tue, 9 Jun 2020 05:45:41 +0000 (22:45 -0700)]
A couple man page tweaks.
Wayne Davison [Tue, 9 Jun 2020 02:21:42 +0000 (19:21 -0700)]
Change man page src format from yodl to markdown.
This removes the yodl dependency, which is sometimes hard to track down.
Instead, this uses a python3 script that leverages the cmarkgfm library
to turn the source file into html. Then, the script parses the html in
order to turn the tag stream into a nroff stream using a simple state
machine. While it's doing that it also implements one added format rule
that turns an ordinal list that starts at 0 into a description list
(since markdown doesn't have an easy description list idiom).
Wayne Davison [Mon, 8 Jun 2020 02:43:08 +0000 (19:43 -0700)]
Tweak the new heading
Sebastian Andrzej Siewior [Sun, 7 Jun 2020 19:54:49 +0000 (21:54 +0200)]
Add OpenSSL license exception also to COPYING
Add the OpenSSL license exception also to the COPYING file which
contains the license related information.
Signed-off-by: Sebastian Andrzej Siewior <sebastian@breakpoint.cc>
Wayne Davison [Mon, 8 Jun 2020 01:58:30 +0000 (18:58 -0700)]
Use ZSTD_CLEVEL_DEFAULT define.
Wayne Davison [Mon, 8 Jun 2020 00:20:58 +0000 (17:20 -0700)]
Put the rsync-ssl-rsh helper script into a lib dir.
Wayne Davison [Fri, 5 Jun 2020 05:54:38 +0000 (22:54 -0700)]
A couple minor fixes.
Wayne Davison [Fri, 5 Jun 2020 04:21:05 +0000 (21:21 -0700)]
Only sender can output non-final stats on error
The receiving side's stats are split between 2 processes until the very end.
Wayne Davison [Fri, 5 Jun 2020 02:47:59 +0000 (19:47 -0700)]
Make use of O_NOFOLLOW if it is defined.
Wayne Davison [Fri, 5 Jun 2020 02:05:56 +0000 (19:05 -0700)]
Mention more NEWS items.
Wayne Davison [Fri, 5 Jun 2020 00:55:20 +0000 (17:55 -0700)]
Use a lock to not fail on a left-over pid file.
Wayne Davison [Thu, 4 Jun 2020 23:17:12 +0000 (16:17 -0700)]
Use more switch statements.
Wayne Davison [Thu, 4 Jun 2020 22:50:57 +0000 (15:50 -0700)]
Make -V the short opt for --version.
Wayne Davison [Thu, 4 Jun 2020 21:11:07 +0000 (14:11 -0700)]
Avoid a deadlock due to huge amounts of verbose messages.
Allow the receiver to increase their iobuf.msg xbuf if it fills up. This
ensures that the receiver will never block trying to output a message,
and thus it will always drain the data from the sender and keep the
whole thing from clogging up.
Wayne Davison [Thu, 4 Jun 2020 20:07:50 +0000 (13:07 -0700)]
Tweak --copy-as docs a bit more.
Wayne Davison [Thu, 4 Jun 2020 19:37:07 +0000 (12:37 -0700)]
Add hostname "lh" as a --no-cd localhost.
Wayne Davison [Thu, 4 Jun 2020 19:35:19 +0000 (12:35 -0700)]
Fix change_dir() leaving appended slash in curr_dir on failure.
Wayne Davison [Wed, 3 Jun 2020 00:58:24 +0000 (17:58 -0700)]
Handle --skip-compress right for new compressors
Some compressors can't completely turn off, so minimize the level
when a file is being "skipped".
Wayne Davison [Wed, 3 Jun 2020 00:21:51 +0000 (17:21 -0700)]
Mention that `rsync --version` outputs checksum & compress lists.
Wayne Davison [Wed, 3 Jun 2020 00:20:22 +0000 (17:20 -0700)]
Update ccpp.yml
Switch to ubuntu-20.04 and add a couple dev libs.
Wayne Davison [Tue, 2 Jun 2020 19:43:38 +0000 (12:43 -0700)]
Some improvements to the release mechanism
- Some manpage changes to make them more consistent and to add a section
that the release script expects in rsync-ssl.
- Fixed some issues in release-rsync pertaining to various file changes,
such as the .md file changes.
- Change the gpg handling to stop prompting for a passphrase since gpg
now makes use of gpg-agent (and the old gpg script is apparently not
passing through fd 2 that git needs to get status).
Wayne Davison [Tue, 2 Jun 2020 01:49:15 +0000 (18:49 -0700)]
Move the CSUM defines.
Wayne Davison [Tue, 2 Jun 2020 01:36:22 +0000 (18:36 -0700)]
A few style tweaks.
Jorrit Jongma [Mon, 25 May 2020 16:16:19 +0000 (18:16 +0200)]
Move OpenSSL-related MD4/5 defines and imports to lib/mdigest.h
Works just as well, prevents having to repeat them across files
Wayne Davison [Sun, 31 May 2020 22:25:11 +0000 (15:25 -0700)]
Some improvements for --msgs2stderr and --daemon.
- Set am_daemon to -1 (from 1) when the daemon is run via rsh.
- Only disable --msgs2stderr for a normal (socket) daemon.
- Forward a -q to the server if --msgs2stderr was also specified.
- Added --no-msgs2stderr option to allow it to be overridden.
Wayne Davison [Sat, 30 May 2020 12:54:09 +0000 (05:54 -0700)]
Mention the latest NEWS items.
Wayne Davison [Sat, 30 May 2020 12:53:59 +0000 (05:53 -0700)]
Avoid noop_io_until_death() if --msgs2stderr was specified.
benrubson [Tue, 26 May 2020 14:06:07 +0000 (16:06 +0200)]
Search for double-fuzzy files only when needed
Wayne Davison [Sat, 30 May 2020 00:35:56 +0000 (17:35 -0700)]
Silence a strncpy() warning.
Wayne Davison [Fri, 29 May 2020 21:38:19 +0000 (14:38 -0700)]
Silence some g++ warnings.
Wayne Davison [Fri, 29 May 2020 21:37:49 +0000 (14:37 -0700)]
Give configure's snprintf() test a guaranteed short string at the start.
Wayne Davison [Fri, 29 May 2020 21:18:08 +0000 (14:18 -0700)]
Silence gcc7.1 warnings about snprintf().
Wayne Davison [Fri, 29 May 2020 03:48:24 +0000 (20:48 -0700)]
Fix regex issue due to python 3.8 bug.
Wayne Davison [Fri, 29 May 2020 03:21:54 +0000 (20:21 -0700)]
A few minor xxhash changes.
Wayne Davison [Thu, 28 May 2020 20:42:47 +0000 (13:42 -0700)]
Merge pull request #5 from benrubson/daemonstats
Have daemon log data sent/received even when exiting with an error.
Wayne Davison [Thu, 28 May 2020 19:46:46 +0000 (12:46 -0700)]
Add stub for canonical_checksum().
Wayne Davison [Thu, 28 May 2020 19:05:54 +0000 (12:05 -0700)]
The xxh* checksums don't need to be reversed on output.
Wayne Davison [Thu, 28 May 2020 18:40:52 +0000 (11:40 -0700)]
Switch to using LZ4_compress_default().
Wayne Davison [Thu, 28 May 2020 07:41:39 +0000 (00:41 -0700)]
Use MSG_FLUSH in a couple more spots.
Wayne Davison [Thu, 28 May 2020 06:35:25 +0000 (23:35 -0700)]
Merge pull request #2 from benrubson/flush
Help final error messages get to the sender. Is particularly helpful when talking with an older rsync client. Adds a new flush type of MSG_FLUSH.
Wayne Davison [Wed, 27 May 2020 05:28:22 +0000 (22:28 -0700)]
A couple minor tweaks.
benrubson [Tue, 26 May 2020 17:53:25 +0000 (19:53 +0200)]
Log data sent/received even if error
Wayne Davison [Tue, 26 May 2020 14:38:45 +0000 (07:38 -0700)]
Simplify the capabilities array.
benrubson [Tue, 26 May 2020 14:24:30 +0000 (16:24 +0200)]
Correctly send last error to sender
Wayne Davison [Tue, 26 May 2020 09:14:05 +0000 (02:14 -0700)]
Convert NEWS & OLDNEWS into .md files.
Wayne Davison [Tue, 26 May 2020 06:42:33 +0000 (23:42 -0700)]
Fix the parsing of the --version capabilities.
Wayne Davison [Tue, 26 May 2020 06:41:39 +0000 (23:41 -0700)]
Install yodl for the CI builds.
Wayne Davison [Tue, 26 May 2020 06:33:11 +0000 (23:33 -0700)]
Get indent right.
Wayne Davison [Tue, 26 May 2020 05:43:33 +0000 (22:43 -0700)]
Improve output of capabilities in --version list.
It now wraps better as the "no " prefixes change, and it makes it easier
to maintain patches that add items into the capabilities list.
Wayne Davison [Tue, 26 May 2020 04:27:21 +0000 (21:27 -0700)]
Remove xxhash from capabilities list.
It's now listed in the "Checksum list:" output.
Wayne Davison [Tue, 26 May 2020 04:21:58 +0000 (21:21 -0700)]
Fix a couple deb names.
Wayne Davison [Tue, 26 May 2020 04:17:51 +0000 (21:17 -0700)]
Improve CI setup.
Wayne Davison [Tue, 26 May 2020 01:03:02 +0000 (18:03 -0700)]
Improve how negotiated info affects batch files.
Wayne Davison [Mon, 25 May 2020 23:57:47 +0000 (16:57 -0700)]
Tweak the --zz option to --zc (aka --compress-choice).
Wayne Davison [Mon, 25 May 2020 22:00:30 +0000 (15:00 -0700)]
Rename a couple files to .md
Wayne Davison [Mon, 25 May 2020 21:59:51 +0000 (14:59 -0700)]
Add some extra indent.
Wayne Davison [Mon, 25 May 2020 21:43:25 +0000 (14:43 -0700)]
Create ccpp.yml
Wayne Davison [Mon, 25 May 2020 21:01:52 +0000 (14:01 -0700)]
Two sparse fixes from Yuxuan Shui.
- Make "len" parameter of do_punch_hole an OFF_T.
- Clear sparse_past_write in sparse_end(), otherwise when write_sparse()
is called for the next file, do_punch_hole() will be called with a pos
that's not actually the current position in file, causing it to fail.
Wayne Davison [Mon, 25 May 2020 20:43:25 +0000 (13:43 -0700)]
Include lz4 compression support.
Based on a patch that was emailed to me without a valid return address.
Wayne Davison [Mon, 25 May 2020 20:31:30 +0000 (13:31 -0700)]
Include zstd compression support.
Based on a patch by Sebastian A. Siewior. Fixes bug #14338.
Wayne Davison [Mon, 25 May 2020 20:02:56 +0000 (13:02 -0700)]
Fix handling of a compressor that has no off_level.
Wayne Davison [Mon, 25 May 2020 19:45:28 +0000 (12:45 -0700)]
Output the default checksum & compress lists in the --version output.
Wayne Davison [Mon, 25 May 2020 18:50:44 +0000 (11:50 -0700)]
A couple minor configure.ac tweaks.
Wayne Davison [Mon, 25 May 2020 17:47:57 +0000 (10:47 -0700)]
Make compression-level handling generic.
Wayne Davison [Mon, 25 May 2020 05:31:28 +0000 (22:31 -0700)]
Some minor tweaks & tidying up.
Wayne Davison [Mon, 25 May 2020 03:38:48 +0000 (20:38 -0700)]
Change odd-ball map_ptr() to use remainder like the others.
Jorrit Jongma [Sun, 24 May 2020 22:30:55 +0000 (00:30 +0200)]
Improve performance of file_checksum()
Previously files were hashed in blocks of CSUM_CHUNK (64) bytes. This
causes significant overhead. The CSUM_CHUNK define cannot be changed as
md5.c depends on it, but there is no obvious reason to use it in
file_checksum(). By using CHUNK_SIZE (32 kB) instead, in some test
cases throughput more than doubles.
Wayne Davison [Mon, 25 May 2020 03:19:15 +0000 (20:19 -0700)]
More NEWS updates.
Wayne Davison [Mon, 25 May 2020 02:51:11 +0000 (19:51 -0700)]
Prefer zlibx compression consistently instead of having 2 possible default preference orders.
Wayne Davison [Mon, 25 May 2020 02:35:22 +0000 (19:35 -0700)]
Don't auto-foward debug options to the server side anymore.