rsync.git
2020-05-26 benrubsonCorrectly send last error to sender
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
2020-04-16 Wayne DavisonTwo more spelling fixes and some year updates.
2020-04-16 Wayne DavisonSpelling fixes from a Fossies run done by Jens.
2020-04-12 Wayne DavisonA few file-data improvements.
2020-04-12 Wayne DavisonChange some packaging tools into python3 and make a...
2020-04-12 Wayne DavisonAdd a (pending) release line for 3.1.4.
2020-04-10 Wayne DavisonUse the --quiet option.
2020-04-09 Wayne DavisonPut the year-tweak script into packaging dir.
2020-04-09 Wayne DavisonSet Copyright years and make them easier to update
2020-04-08 Wayne DavisonSwitch RSYNC_PORT to -1 in check_for_hostspec().
2020-04-08 Wayne DavisonFix the default skip-compress list.
2020-04-07 Wayne DavisonTweak the grep to look for sys/sysmacros.h.
2020-04-07 Wayne DavisonAvoid the include warnings for major().
2020-04-07 Wayne DavisonMake use of the new RSYNC_PORT env var.
2020-04-07 Ethan Sommer... Replace mkproto.pl with mkproto.awk
2020-04-06 Wayne DavisonSet RSYNC_PORT in the env for a daemon-over-rsh connection.
2020-04-06 Wayne DavisonA quick fix for some perl patch-helper scripts.
2020-04-06 Wayne DavisonAnother tweak for a change in git status.
2020-04-06 Wayne DavisonTweak some indentation.
2020-04-05 Wayne DavisonDon't throw an error if a potential fuzzy dir isn't...
next