]> git.ipfire.org Git - thirdparty/rsync.git/shortlog
thirdparty/rsync.git
2020-06-21  Wayne DavisonClose STDIN for early exec script.
2020-06-21  Wayne DavisonMore NEWS changes.
2020-06-21  Wayne DavisonGive more_testing() a default target.
2020-06-21  Wayne DavisonSome more docs/news changes.
2020-06-21  Wayne DavisonUse an ssse3 target instead of an inline declaration.
2020-06-21  Wayne DavisonAdd -fno-slp-vectorize to clang++.
2020-06-21  Wayne DavisonMention atimes & protected-args in capabilities.
2020-06-21  Wayne DavisonTweak the NEWS.
2020-06-21  Wayne DavisonWe only need one capability marked with a "*".
2020-06-21  Wayne DavisonMention "asm" instead of "ASM".
2020-06-21  Wayne DavisonMention openssl-crypto in -VV list.
2020-06-21  Wayne DavisonElide -g from CXXFLAGS before the c++ test.
2020-06-21  Wayne DavisonSome README and man page tweaks.
2020-06-21  Wayne DavisonChange repo to be 3.2.1dev.
2020-06-21  Wayne DavisonRequire -VV to see SIMD & ASM in version output
2020-06-21  Wayne DavisonGet rid of -g option in CXXFLAGS (at least for now).
2020-06-21  Wayne DavisonRemove leftover case match.
2020-06-21  Wayne DavisonWhen fetching gen files, make sure aclocal.m4 is older...
2020-06-21  Wayne DavisonMore asm improvements
2020-06-21  Wayne DavisonInclude more SIMD test code to weed out older compilers.
2020-06-21  Wayne DavisonDecouple the MD5 asm code from the simd enabling.
2020-06-20  Wayne DavisonRemove asm type & size.
2020-06-20  Wayne DavisonUse AC_RUN_IFELSE() to make sure we can run the cpp...
2020-06-20  Wayne DavisonMention how to turn off simd near the cpp compile.
2020-06-20  Wayne DavisonSimplify some escaping.
2020-06-20  Wayne DavisonChange SIMD test to use a compile check.
2020-06-20  Wayne DavisonHandle hard-linking the top-level $VER-NEWS.html file...
2020-06-20  Wayne DavisonThe nightly dir is gone now.
2020-06-20  Wayne DavisonPass --noexecstack to assembler.
2020-06-20  Wayne DavisonFix conditional directives in the asm file
2020-06-20  Wayne DavisonExclude the asm code when it's not being used.
2020-06-20  Wayne DavisonFix compiling in a separate dir.
2020-06-20  Caleb Xulib/md5-asm-x86_64.s: fix build with Apple Clang
2020-06-20  Wayne DavisonA slightly modified g++/clang++ check.
2020-06-19  Wayne DavisonPreparing for release of 3.2.0 v3.2.0
2020-06-19  Wayne DavisonSimplify a variable.
2020-06-19  Wayne DavisonYes, we know we're discarding a return value.
2020-06-19  Wayne DavisonSimple change to recv_token().
2020-06-19  Holger HoffstättePrevent unnecessary xattr warning by reordering header...
2020-06-19  Wayne DavisonA few minor man page tweaks.
2020-06-19  Wayne DavisonMore non-breaking space/dash improvements
2020-06-19  Wayne DavisonUse `-⁠` instead of `‑`
2020-06-19  Wayne DavisonComment must be indented to avoid ending the list item.
2020-06-19  Wayne DavisonHandle a missing c++ too.
2020-06-18  Wayne DavisonMake SIMD enabled by default again (for x86_64)
2020-06-18  Wayne DavisonCheck extra rounding using an int64.
2020-06-18  Wayne DavisonWe need to use nawk or gawk on Solaris, not their weird...
2020-06-18  Wayne DavisonComplain if we can't enable simd on non-x86_64.
2020-06-18  Wayne DavisonFix clang check.
2020-06-18  Wayne DavisonGet rid of useless -e with sed.
2020-06-18  Chainfirex86-64 SIMD build fixes (#20)
2020-06-18  Wayne DavisonUse documentation to extract 2 more .h lists
2020-06-18  Wayne DavisonMake the g++ check more lenient.
2020-06-17  Wayne DavisonA few minor man page improvements.
2020-06-17  Wayne DavisonEnhance compatibility with older python3 versions.
2020-06-17  Wayne DavisonA couple more NEWS tweaks.
2020-06-17  Wayne DavisonPreparing for release of 3.2.0pre3 v3.2.0pre3
2020-06-17  Wayne DavisonBe a little more explicit with override info.
2020-06-17  Christian Hesseadd a systemd socket unit for rsync
2020-06-17  Christian Hesseupdate rsync systemd unit, add more security features
2020-06-17  Wayne DavisonChange SIMD back to disabled unless requested.
2020-06-17  Wayne DavisonSome fixes after compiling on cygwin.
2020-06-17  Wayne DavisonUpdate config.guess & config.sub.
2020-06-17  Wayne DavisonHave --disable-md2man affect the Makefile.
2020-06-17  Wayne DavisonFix /usr/bin/env with script args.
2020-06-17  Wayne DavisonUse /usr/bin/env for increased portability.
2020-06-16  Wayne DavisonA few more NEWS tweaks.
2020-06-16  benrubsonenh(configure) Promote OpenSSL crypto lib support
2020-06-16  Wayne DavisonA few more trivial tweaks.
2020-06-16  Wayne DavisonFix `md2man --test` on a fresh checkout.
2020-06-16  Wayne DavisonAdd g++ failure info; add mention of SSL rsyncd examples.
2020-06-16  Wayne DavisonOnly complain about lack of g++ on linux for now.
2020-06-16  Wayne DavisonAdd configure check for md2man functioning; split long...
2020-06-16  Wayne DavisonChange configure to make new features more likely to...
2020-06-16  Wayne DavisonFix bug in CXXFLAGS tweak.
2020-06-16  Wayne DavisonRemove the new $< use from the Makefile.
2020-06-16  Wayne DavisonTweak my email.
2020-06-16  Wayne DavisonMore spelling fixes from Fossies
2020-06-16  Wayne DavisonTurn help-from-md into an awk script.
2020-06-15  Wayne DavisonAvoid -e option to sed for BSD.
2020-06-15  Wayne DavisonA few small tweaks.
2020-06-15  Wayne DavisonPreparing for release of 3.2.0pre2 v3.2.0pre2
2020-06-15  Wayne DavisonFixed setting of rsync_lastver var.
2020-06-15  Wayne DavisonDocument how to setup rsyncd behind a TLS proxy.
2020-06-15  Wayne DavisonRename "haproxy header" to "proxy protocol".
2020-06-15  Wayne DavisonAdd preliminary gnutls support.
2020-06-15  Wayne DavisonChoose openssl before stunnel.
2020-06-15  Wayne DavisonTweak the stunnel4 Verify config; tweak the rsync-ssl...
2020-06-15  Wayne DavisonA minor NEWS tweak.
2020-06-15  Wayne DavisonAdd a warning header to the generated help-*.h files.
2020-06-15  Wayne DavisonA few more md -> html improvements
2020-06-15  Wayne DavisonMore NEWS improvements.
2020-06-14  Wayne DavisonOutput who_am_i() info in all rsyserr() messages.
2020-06-14  Wayne DavisonImprove some md files.
2020-06-14  Wayne DavisonAdd handling of non-breaking space & double-dash.
2020-06-14  Wayne DavisonUpdate rrsync & its opt-culling script.
2020-06-14  Wayne DavisonNeed to indent a code block in the README.
2020-06-14  Wayne DavisonMore release improvements.
2020-06-14  Wayne DavisonMention renamed .md files.
2020-06-14  Wayne DavisonDon't use c++ comments.
next