rsync.git
2020-06-13 Wayne DavisonChange 3 alt-dest vars to just one + some defines.
2020-06-13 Wayne DavisonTweak a couple var names.
2020-06-13 Wayne DavisonChange a function name.
2020-06-13 Wayne DavisonFix overzealous setting of mtime & tweak time comparisons
2020-06-13 Wayne DavisonConvert a couple files to UTF-8; more Copyright years.
2020-06-13 Wayne DavisonMake use of poptDupArgv().
2020-06-13 Wayne DavisonThe unalias argv array needs room for a trailing NULL.
2020-06-13 Wayne DavisonAdd hashtable to delete_in_dir() to fix -x deletions
2020-06-13 Wayne DavisonTweak the hashtable routines to be a little clearer...
2020-06-12 Wayne DavisonTweak a usage message.
2020-06-12 Wayne DavisonFix running prepare-source from a separate build dir.
2020-06-12 Wayne DavisonImprove how the help lines are harvested from the md...
2020-06-12 Wayne DavisonEnable SIMD by default (if g++ is around).
2020-06-12 Wayne DavisonUse the refused-option code to disable options that...
2020-06-12 Wayne DavisonImprove checkcsum/compress info that may differ between...
2020-06-12 Wayne DavisonAdd packaging notes to NEWS.
2020-06-12 Wayne DavisonTranslate man page's option list into .h files for...
2020-06-12 Wayne DavisonSimplify the install of rsync-ssl by unifying 2 scripts.
2020-06-12 Wayne DavisonPromote newer compressors to the start of the list.
2020-06-12 Wayne DavisonRemove generated doc files via make clean.
2020-06-12 Wayne DavisonAllow maintainer to build with /usr/local prefix but...
2020-06-11 Wayne DavisonCreate a get_device_size() helper function.
2020-06-11 Wayne DavisonImprove the haproxy header docs.
2020-06-11 Wayne DavisonUse /dev/shm instead of requiring /dev/shm/tmp.
2020-06-11 Wayne DavisonAdd `haproxy header` parameter to rsync daemon
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
2020-05-26 Wayne DavisonSimplify the capabilities array.
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.
next