]> git.ipfire.org Git - thirdparty/rsync.git/shortlog
thirdparty/rsync.git
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...
2020-04-05  Wayne DavisonUse "exit 1" in atomic-rsync for error exit.
2020-04-05  Wayne DavisonSome configure improvements for strict C99 compilers...
2020-04-05  Wayne DavisonAdd progress output via SIGINFO and SIGVTALRM
2020-04-05  Wayne DavisonNo need to forward --write-devices to a remote sender.
2020-04-05  Wayne DavisonAdded the --write-devices option.
2020-04-05  Wayne DavisonMake exit_cleanup() use _exit() if called from a signal...
2020-04-05  Wayne DavisonEnhance the validation of --block-size for older protocols.
2020-04-05  Wayne DavisonMake the --copy-links caveat a little clearer.
2020-04-05  Wayne DavisonUse nanosleep if it is available.
2020-03-29  Wayne DavisonAdd a --copy-as=USER[:GROUP] option
2019-03-19  Wayne DavisonMatch the latest git "clean" text.
2019-03-16  Wayne DavisonTry to fix the iconv crash in bug 11338.
2019-03-16  Wayne DavisonFix bug in try_dests_reg that Florian Zumbiehl pointed...
2019-03-16  Wayne DavisonClarify the cut-off point for --copy-safe-links.
2019-03-16  Wayne DavisonSome doc tweaks suggested by ClĂ©ment Pit-Claudel.
2019-03-16  Wayne DavisonFix zlib CVE-2016-9843.
2019-03-16  Wayne DavisonFix zlib CVE-2016-9842.
2019-03-16  Wayne DavisonFix zlib CVE-2016-9841.
2019-03-16  Wayne DavisonFix zlib CVE-2016-9840.
2019-03-16  Wayne DavisonTweak the copyright year.
2019-03-16  Wayne DavisonFix --remove-source-files sanity check w/--copy-links...
2019-03-15  Wayne DavisonHandle a run from down inside the checkout tree.
2019-01-15  Wayne DavisonImprove write-only --sender check & handle 2 new options.
2019-01-15  Wayne DavisonUpdate option culling to handle latest changes.
2019-01-15  Wayne DavisonUse a separate pass-by-value pointer for clarity.
2019-01-15  Wayne DavisonAvoid warning about leaked mem (didn't affect rsync...
2019-01-15  Wayne DavisonAvoid leaving a file open on error return.
2019-01-15  Wayne DavisonFix --prealloc to keep file-size 0 when possible.
2019-01-09  Wayne DavisonReject --log-file when read-only.
2019-01-09  Wayne DavisonImprove check for ".." and guard against dash args.
2019-01-09  Wayne DavisonSave each expanded daemon-config string on first use to
next