]> git.ipfire.org Git - thirdparty/rsync.git/shortlog
thirdparty/rsync.git
2020-05-31  Wayne DavisonSome improvements for --msgs2stderr and --daemon.
2020-05-30  Wayne DavisonMention the latest NEWS items.
2020-05-30  Wayne DavisonAvoid noop_io_until_death() if --msgs2stderr was specified.
2020-05-30  benrubsonSearch for double-fuzzy files only when needed
2020-05-30  Wayne DavisonSilence a strncpy() warning.
2020-05-30  Wayne DavisonSilence some g++ warnings.
2020-05-30  Wayne DavisonGive configure's snprintf() test a guaranteed short...
2020-05-29  Wayne DavisonSilence gcc7.1 warnings about snprintf().
2020-05-29  Wayne DavisonFix regex issue due to python 3.8 bug.
2020-05-29  Wayne DavisonA few minor xxhash changes.
2020-05-28  Wayne DavisonMerge pull request #5 from benrubson/daemonstats
2020-05-28  Wayne DavisonAdd stub for canonical_checksum().
2020-05-28  Wayne DavisonThe xxh* checksums don't need to be reversed on output.
2020-05-28  Wayne DavisonSwitch to using LZ4_compress_default().
2020-05-28  Wayne DavisonUse MSG_FLUSH in a couple more spots.
2020-05-28  Wayne DavisonMerge pull request #2 from benrubson/flush
2020-05-27  Wayne DavisonA couple minor tweaks.
2020-05-26  benrubsonLog data sent/received even if error 5/head
2020-05-26  Wayne DavisonSimplify the capabilities array.
2020-05-26  benrubsonCorrectly send last error to sender 2/head
2020-05-26  Wayne DavisonConvert NEWS & OLDNEWS into .md files.
2020-05-26  Wayne DavisonFix the parsing of the --version capabilities.
2020-05-26  Wayne DavisonInstall yodl for the CI builds.
2020-05-26  Wayne DavisonGet indent right.
2020-05-26  Wayne DavisonImprove output of capabilities in --version list.
2020-05-26  Wayne DavisonRemove xxhash from capabilities list.
2020-05-26  Wayne DavisonFix a couple deb names.
2020-05-26  Wayne DavisonImprove CI setup.
2020-05-26  Wayne DavisonImprove how negotiated info affects batch files.
2020-05-25  Wayne DavisonTweak the --zz option to --zc (aka --compress-choice).
2020-05-25  Wayne DavisonRename a couple files to .md
2020-05-25  Wayne DavisonAdd some extra indent.
2020-05-25  Wayne DavisonCreate ccpp.yml
2020-05-25  Wayne DavisonTwo sparse fixes from Yuxuan Shui.
2020-05-25  Wayne DavisonInclude lz4 compression support.
2020-05-25  Wayne DavisonInclude zstd compression support.
2020-05-25  Wayne DavisonFix handling of a compressor that has no off_level.
2020-05-25  Wayne DavisonOutput the default checksum & compress lists in the...
2020-05-25  Wayne DavisonA couple minor configure.ac tweaks.
2020-05-25  Wayne DavisonMake compression-level handling generic.
2020-05-25  Wayne DavisonSome minor tweaks & tidying up.
2020-05-25  Wayne DavisonChange odd-ball map_ptr() to use remainder like the...
2020-05-25  Jorrit JongmaImprove performance of file_checksum()
2020-05-25  Wayne DavisonMore NEWS updates.
2020-05-25  Wayne DavisonPrefer zlibx compression consistently instead of having...
2020-05-25  Wayne DavisonDon't auto-foward debug options to the server side...
2020-05-25  Wayne DavisonFix -z choice with older rsyncs.
2020-05-25  Wayne DavisonA few more compression tweaks.
2020-05-25  Wayne DavisonMore compress changes
2020-05-24  Wayne DavisonFix negotiation of none & improve NSTR debug msgs.
2020-05-24  Wayne DavisonAdd support for negotiated checksum names.
2020-05-24  Wayne DavisonMake xxh64 the "main_name" for the current xxhash.
2020-05-24  Wayne DavisonFix some warnings.
2020-05-24  Wayne DavisonSome more checksum improvements
2020-05-24  Wayne DavisonImprove some early debug-message newlines.
2020-05-24  Wayne DavisonAvoid re-evaluating the args of SIVAL* w/CAREFUL_ALIGNMENT.
2020-05-24  Wayne DavisonUnify the checksum context memory, since we only use...
2020-05-23  Wayne DavisonFixed the use of openssl MD4 for transfer checksums.
2020-05-23  Wayne DavisonOptional openssl support for MD4 pre-transfer checksums...
2020-05-23  Wayne DavisonAdd optional use of the openssl crypto lib for MD5.
2020-05-23  Wayne DavisonMention a few more news items.
2020-05-23  Wayne DavisonAdd "input" handling for cmd_txt_*() pkglib.py.
2020-05-23  Jorrit JongmaOptimized assembler version of md5_process() for x86-64
2020-05-23  Wayne DavisonA little more safety in negotiate_checksum().
2020-05-23  Wayne DavisonPromoting xxhash support.
2020-05-23  Wayne DavisonSome checksum improvements
2020-05-22  Jorrit JongmaAVX2 optimized version of get_checksum1() for x86-64
2020-05-22  Wayne DavisonChecksum negotiation & more bits for compat_flags
2020-05-22  Wayne DavisonFix a bug in the writing of the batch.sh file
2020-05-21  Jorrit JongmaSSE2/SSSE3 optimized version of get_checksum1() for...
2020-05-18  Wayne DavisonTweak the accept/refuse strings a bit.
2020-05-18  Wayne DavisonAdd back a lost "*" and document the refusing of log...
2020-05-18  Wayne DavisonMore manpage improvements for "refuse options".
2020-05-18  Wayne DavisonAdd the ability to negate matches for the daemon's...
2020-05-18  Wayne DavisonNeed to flush early errors before we exit.
2020-05-18  Wayne DavisonSome pkglib improvements.
2020-05-13  Wayne DavisonA couple more manpage fixes.
2020-05-13  Wayne DavisonA bit more manpage tweaking.
2020-05-07  Wayne DavisonChange r'\1%s\2' to r'\g<1>%s\2'.
2020-04-30  Wayne DavisonA couple extra function checks for future features.
2020-04-30  Wayne DavisonConvert another packaging script to python3.
2020-04-30  Wayne DavisonA few superficial tweaks.
2020-04-30  Wayne DavisonUse a varint to send the file-list flags
2020-04-30  Wayne DavisonA resumed partial-dir file is transferred in-place.
2020-04-27  Wayne DavisonFix a couple issues with the atime file-list value.
2020-04-27  Wayne DavisonAllow a missing parent dir when --delete-missing-args...
2020-04-27  Wayne DavisonAdd extensions to the default no-compress list.
2020-04-26  Wayne DavisonAdd a few new opts to rrsync.
2020-04-26  Wayne DavisonSome var cleanup; move test-util vars into t_stub.c.
2020-04-26  Wayne DavisonUpdate a few more copyright years.
2020-04-26  Wayne DavisonChange pending version to 3.2.0 (currently 3.2.0dev).
2020-04-26  Wayne DavisonChange do_setattrlist_times() to use an stp arg.
2020-04-23  Wayne DavisonChange --set-notime to --open-noatime.
2020-04-23  Wayne DavisonAdded --atimes and --set-noatime options.
2020-04-23  Wayne DavisonMention more changes in the NEWS.
2020-04-22  Wayne DavisonEliminate .in for rsync-ssl.
2020-04-22  Wayne DavisonTurn nightly-rsync into a python script.
2020-04-22  Wayne DavisonSome more rsync-ssl improvements:
2020-04-22  Wayne DavisonChange the name of the rsh-ssl-rsync script.
2020-04-19  Wayne DavisonChange the rsync-ssl helper script
next