rsync.git
2021-10-30 Wayne DavisonFix the ability to read the user's numeric locale.
2021-10-20 Wayne DavisonUpdate the NEWS.
2021-10-20 Wayne DavisonMake --chown|--usermap|--groupmap imply -o|-g (as appro...
2021-10-17 Wayne DavisonAllow a "%scope" suffix on the client's ipv6 addr.
2021-10-17 Achim LeitnerLinux: Handle protected_regular in inplace writes ...
2021-10-17 Wayne DavisonAdd more skipped verifications. [buildall]
2021-10-17 Wayne DavisonTweak output about skipped tests.
2021-10-17 Wayne DavisonChange RSYNX_MAX_SKIPPED to RSYNC_EXPECT_SKIPPED.
2021-10-13 Wayne DavisonA couple minor tweaks.
2021-10-10 Wayne DavisonWe need stat memcpy.
2021-10-10 Wayne DavisonImprove --omit-dir-times & --omit-link-times
2021-10-10 Wayne DavisonTweak atime/crtime code a bit more.
2021-10-10 Wayne DavisonAvoid spurious warning about "code" var not being initi...
2021-10-10 Wayne DavisonUnify on "path" vs "fname" arg naming.
2021-10-10 Wayne DavisonChange do_lchmod() back to a swtich with some better...
2021-10-10 Wayne DavisonSome packaging improvements.
2021-10-02 Wayne DavisonEnable --atimes on macOS.
2021-10-02 Wayne DavisonCheck ro in set_create_time() for Cygwin too.
2021-10-01 Wayne DavisonAvoid an issue where the size of st_dev != dev_t.
2021-10-01 Wayne DavisonAlways run `mkgitver` prior to a build
2021-10-01 Wayne DavisonAdd more NEWS updates.
2021-10-01 Wayne DavisonChange do_chmod to always try lchmod() first (when...
2021-10-01 Wayne DavisonAdd a couple more options to rrsync.
2021-10-01 Wayne DavisonAllow the script to be run from inside the packaging...
2021-10-01 Jindřich MakovičkaReduce memory usage (#235)
2021-09-27 Wayne DavisonTweak SIMD & ASM option defaults.
2021-09-27 Wayne DavisonMake cygwin's curl grab the gist file. [buildall]
2021-09-27 Wayne DavisonAdd --fsync option (promoted from patches).
2021-09-27 Wayne DavisonHelp avoid a --sparse --inplace bug in older rsyncs.
2021-09-27 Wayne DavisonFix typo.
2021-09-27 Wayne DavisonDon't allow a broken samba host to cause gensend to...
2021-09-27 Wayne DavisonAllow $host_cpu to be amd64 in addition to x86_64.
2021-09-27 Wayne DavisonRename cmdormsg -> cmd-or-msg.
2021-09-27 Wayne DavisonFix a couple variable typos.
2021-09-27 Shark64x86-64 AVX2 assemby implemenation of get_checksum1...
2021-09-27 Wayne Davisonconfigure improvements
2021-09-27 Wayne DavisonTweak a comment.
2021-09-26 a1346054Minor cleanup (#214)
2021-09-26 Fabian Hadd ssl/tls key option (#216)
2021-09-26 zgpmaxFix spelling of nanosecond (#220)
2021-09-26 TomasKorbarEventually add write permission when setting extended...
2021-09-26 Wayne DavisonRemove duplicate include.
2021-09-26 Wayne DavisonAdd gist update logic to gensend target.
2021-09-26 Wayne DavisonMake use of a git gist instead of the samba website.
2021-09-26 Wayne DavisonAdd missing INET6 check.
2021-09-26 Jonathan Daviesconfigure.ac: Test IPv6 compatibility instead of relyin...
2021-08-16 Fabian Hadd missing - in certopt (#210)
2021-07-28 Natanael CopaAdd test and fix regression for --delay-updates (#192...
2021-07-09 Wayne DavisonUpdate the options in rrsync.
2021-07-09 Wayne DavisonSupport --crtimes on Cygwin.
2021-07-04 Wayne DavisonMake whole-line comments clearer.
2021-07-04 Wayne DavisonSet whole_file = 0 when whole_file < 0. Fixes issue...
2021-06-27 Wayne DavisonNeed to also check stdout_format_has_i in some INFO...
2021-06-27 Wayne DavisonFix compiling without ftruncate.
2021-06-17 juleslagardefix man page typo
2021-05-01 Wayne DavisonUnset DISPLAY in environment.
2021-05-01 Bart SUpdated GLIBC check in configure.ac (#175)
2021-04-04 Wayne DavisonFix plural of --group option.
2021-03-15 Wayne DavisonFix git-set-file-times's handling of staged changed...
2021-03-03 Wayne DavisonSwitch to using image_family for Cirrus CI.
2021-03-03 Wayne DavisonInstall bash on FreeBSD CI.
2021-03-03 Wayne DavisonUpdate FreeBSD CI to 12.2.
2021-03-02 Wayne DavisonSee if explicitly installing m4 gets FreeBSD CI a newer...
2021-02-25 Wayne DavisonAllow the generator's msg iobuf to get bigger too.
2021-02-25 Wayne DavisonRename util.c to util1.c
2021-02-10 Wayne DavisonA few Cygwin build tweaks. [buildall]
2021-02-05 Wayne DavisonStop checking for gmake in build scripts
2021-02-02 Wayne DavisonAdd optional netgroup.h include for NetBSD hosts.
2021-02-01 Wayne DavisonSome pip-releated tweaking.
2021-02-01 Wayne DavisonAdd a link to the man page to the README.
2021-01-31 Wayne DavisonCheck for netinet/ip.h after including netinet/in.h.
2021-01-31 Wayne DavisonA couple "make" tweaks.
2021-01-31 Wayne DavisonPut 0 in parens to silence an Xcode warning.
2021-01-15 Wayne DavisonAdd `--with-nobody-user=FOO` configure option.
2021-01-01 Wayne DavisonCygwin python3 is now 3.8 w/o commonmark lib. [buildall]
2020-12-10 James CookFix spelling error in man page. (#124)
2020-12-10 Wayne DavisonFix a typo.
2020-11-29 Wayne DavisonWork around glibc's lchmod() issue a better way.
2020-11-29 Wayne DavisonInclude stdlib.h for exit() and consult HAVE_* macros...
2020-11-01 Wayne DavisonTweak cmd_txt routines in the packaging scripts.
2020-10-30 Wayne DavisonForce HAVE_LCHMOD off for Linux (for now).
2020-10-07 Wayne DavisonUse the right powershell env syntax. [buildall]
2020-10-07 edoAllow cross-compilation with SIMD (x86_84) (#104)
2020-10-07 Wayne DavisonUpdate CI builds to new path-setting idiom.
2020-09-29 Wayne DavisonSilence a few more warnings.
2020-09-29 Wayne DavisonUse a better -Wno-pedantic heuristic.
2020-09-29 Wayne DavisonAvoid some pedantic errors & old warnings.
2020-09-29 Wayne DavisonHandle early gcc versions that don't understand -Wno...
2020-09-29 Wayne DavisonMake gcc die on init overflow of an array.
2020-09-29 Wayne DavisonExpand the max name_num_item list size.
2020-09-23 Wayne DavisonChange `--info=skip2` messages & add info on attr changes.
2020-09-23 Wayne DavisonChange from $build_cpu to $host_cpu as edo1 suggested.
2020-09-22 Wayne DavisonMake the extra info on the "exists" messages optional.
2020-09-22 Wayne DavisonVarious file comparison improvements
2020-09-22 Wayne DavisonMore NEWS updates.
2020-09-22 Wayne DavisonA couple whitespace tweaks.
2020-09-21 Shark64optimize avx2 code (#102)
2020-09-21 Wayne DavisonSkip an append if sender's file gets shorter.
2020-09-21 Wayne DavisonImprove the docs for `--archive`.
2020-09-21 Wayne DavisonAvoid output variance in protocol 29.
next