]> git.ipfire.org Git - thirdparty/rsync.git/shortlog
thirdparty/rsync.git
2020-06-11  Wayne DavisonAdd `early exec` daemon parameter.
2020-06-10  Wayne DavisonMake sure the tmpdir2 dir is writable.
2020-06-10  Wayne DavisonMention how to run a single test.
2020-06-10  Wayne DavisonUpdate copyright year in runtests.sh too.
2020-06-10  Wayne DavisonAdd support for /run/shm/tmp dir so the CI action doesn...
2020-06-10  Wayne DavisonHave the CI actions run make check29 & check30.
2020-06-10  Wayne DavisonFix a couple batchfile issues.
2020-06-10  Wayne DavisonImprove gensend rule & list of PHONY targets.
2020-06-10  Wayne DavisonImprovements for release process; a gensend hook.
2020-06-10  Wayne DavisonFix double-gen of manpages.
2020-06-10  Wayne DavisonFix the output with -D; a few minor tweaks.
2020-06-10  Wayne DavisonMention the github rsync home.
2020-06-10  Wayne DavisonThe samba rsync server now requires ssl.
2020-06-10  Wayne DavisonMore man processing improvements
2020-06-09  Wayne DavisonA few more man page script improvements.
2020-06-09  Wayne DavisonOutput the files at the end; fix a missing double-quote.
2020-06-09  Wayne DavisonFix the html title.
2020-06-09  Wayne DavisonA couple man page tweaks.
2020-06-09  Wayne DavisonChange man page src format from yodl to markdown.
2020-06-08  Wayne DavisonTweak the new heading
2020-06-08  Sebastian Andrzej... Add OpenSSL license exception also to COPYING
2020-06-08  Wayne DavisonUse ZSTD_CLEVEL_DEFAULT define.
2020-06-08  Wayne DavisonPut the rsync-ssl-rsh helper script into a lib dir.
2020-06-05  Wayne DavisonA couple minor fixes.
2020-06-05  Wayne DavisonOnly sender can output non-final stats on error
2020-06-05  Wayne DavisonMake use of O_NOFOLLOW if it is defined.
2020-06-05  Wayne DavisonMention more NEWS items.
2020-06-05  Wayne DavisonUse a lock to not fail on a left-over pid file.
2020-06-04  Wayne DavisonUse more switch statements.
2020-06-04  Wayne DavisonMake -V the short opt for --version.
2020-06-04  Wayne DavisonAvoid a deadlock due to huge amounts of verbose messages.
2020-06-04  Wayne DavisonTweak --copy-as docs a bit more.
2020-06-04  Wayne DavisonAdd hostname "lh" as a --no-cd localhost.
2020-06-04  Wayne DavisonFix change_dir() leaving appended slash in curr_dir...
2020-06-03  Wayne DavisonHandle --skip-compress right for new compressors
2020-06-03  Wayne DavisonMention that `rsync --version` outputs checksum & compr...
2020-06-03  Wayne DavisonUpdate ccpp.yml
2020-06-02  Wayne DavisonSome improvements to the release mechanism
2020-06-02  Wayne DavisonMove the CSUM defines.
2020-06-02  Wayne DavisonA few style tweaks.
2020-06-02  Jorrit JongmaMove OpenSSL-related MD4/5 defines and imports to lib...
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...
next