rsync.git
2013-05-26 Wayne DavisonImprove logic of code vs exit_code (etc.) in cleanup.
2013-05-26 Wayne DavisonForward a MSG_ERROR_EXIT value to generator too.
2013-05-26 Wayne DavisonAvoid I/O via signal-handler thread.
2013-05-19 Wayne DavisonImprove iconvbufs() to do more buffer size checks.
2013-05-19 Wayne DavisonFix msleep() if time goes backwards. Fixes bug 9789.
2013-05-19 Wayne DavisonFixed unused variable warnings in free_stat_x.
2013-05-19 Wayne DavisonAdd an implementation of getpass for systems that lack...
2013-05-19 Wayne DavisonUse S_IXUSR instead of the now-obsolete S_IEXEC.
2013-05-19 Wayne DavisonUpdated to the version dated 2013-04-24.
2013-05-19 Wayne DavisonUpdated to the version dated 2013-05-16.
2013-01-20 Wayne DavisonImprove description of --max-delete.
2013-01-19 Wayne DavisonFix weird error in test programs on SunOS.
2013-01-19 Wayne DavisonUpdate copyright year.
2013-01-19 Wayne DavisonUpdate OLDNEWS with 3.0.9 info.
2013-01-19 Wayne DavisonFree ACL/xattr info in try_dests_reg() loop.
2013-01-19 Wayne DavisonAdd free_stat_x() inline function.
2013-01-19 Wayne DavisonFurther improve non-empty-destination --link-dest behavior:
2013-01-19 Wayne DavisonRemove -3 return from try_dests_reg() again -- let...
2013-01-18 Wayne DavisonAlign fileio's map_ptr() reads. Fixes bug 8177.
2013-01-18 Wayne DavisonReformat a few things for wider lines.
2013-01-18 Wayne DavisonImprove handling of existing files for alt-dest opts.
2012-10-07 Wayne DavisonPerl version of lsh that can change user w/o sudo.
2012-10-07 Wayne DavisonFix bogus "vanished file" with "./" prefixes.
2012-10-03 Wayne DavisonFix indentation that used expanded tabs.
2012-09-23 Wayne DavisonAvoid an unused variable warning if no setvbuf.
2012-09-23 Wayne DavisonMake read_args() return the full request.
2012-06-16 Wayne DavisonMake daemon listener exit w/code 0 on SIGTERM.
2012-05-05 Wayne DavisonSet the modtime to 0 on a partial file.
2012-01-28 Wayne DavisonFix --only-write-batch hang with --hard-links.
2012-01-28 Wayne DavisonAdd a slash-stripping version of rsync in support dir.
2012-01-28 Wayne Davisonflist->in_progress is only needed w/inc_recurese.
2012-01-28 Wayne DavisonMake stderr line-buffered w/--msgs2stderr.
2012-01-28 Wayne DavisonAdd new --outbuf=N|L|B option.
2011-12-24 Wayne DavisonAllow --max-size=0 and --min-size=0.
2011-12-24 Wayne DavisonComplain if the --block-size=N value is too large.
2011-12-21 Wayne DavisonImprove the handling of verbose/debug messages
2011-12-16 Wayne DavisonAvoid double-free of xattr/acl data in real_sx.
2011-11-24 Wayne DavisonMention that %a and %h are daemon-only escapes.
2011-11-23 Wayne DavisonAnother asprintf() return-value-check tweak.
2011-11-23 Wayne DavisonCommitting missed manpage tweak.
2011-11-23 Wayne Davisonmake repeated --fuzzy option look into alt-dest dirs.
2011-11-21 Wayne DavisonAdd compatibility with an unmodified zlib.
2011-11-21 Wayne DavisonFix --compress data-duplication bug.
2011-11-21 Wayne DavisonFix version expansion.
2011-10-22 Wayne DavisonFix --delete-missing-args when --relative is active.
2011-10-08 Wayne DavisonTest asprintf() failure with < 0, not <= 0.
2011-10-08 Wayne DavisonLet's cast getpid() to an int instead of a long for...
2011-09-23 Wayne DavisonFix two unused-variable compiler warnings.
2011-09-22 Wayne DavisonFix xattr memory leak. Fixes bug 8475.
2011-09-22 Ben WaltonTestsuite/dir-sgid: use symbolic mode to set sgid bit
2011-09-20 Wayne DavisonAdd solaris xattr support to the tests.
2011-09-20 Wayne DavisonBetter fakeroot support helps Solaris.
2011-09-20 Wayne DavisonChange stat order for better ELOOP determination.
2011-09-20 Wayne DavisonBe sure to use STRUCT_STAT.
2011-09-19 Wayne DavisonMake do_readlink() support fake-super w/o O_NOFOLLOW.
2011-09-15 Wayne DavisonMake --delete-excluded work better with --filter=merge.
2011-09-15 Wayne DavisonWhen modifying PATH, export it (for Solaris).
2011-09-13 Wayne DavisonAdded "SORTED TRANSFER ORDER" manpage section.
2011-09-13 Wayne DavisonCleanup some manpage & --help info.
2011-09-13 Wayne DavisonUse "|| true" in our `xattr` test runs.
2011-09-13 Wayne DavisonMake sure other early exit calls can't hang in noop_io_...
2011-09-12 Wayne DavisonImprove the usage for --help.
2011-09-12 Ben WaltonBetter configure support for Solaris xattrs
2011-09-11 Wayne DavisonFix a potential hang on an empty file list.
2011-09-11 Wayne DavisonDocument --msgs2stderr.
2011-09-07 Wayne DavisonError out if --password-file specifed and it fails.
2011-09-03 Wayne DavisonDirs need +rx as well as +w for non-super xfers.
2011-08-27 Wayne DavisonMove implied_dot_dir=1, just to be safe.
2011-08-27 Wayne DavisonFix sending of "." attributes for implied-dot-dir.
2011-08-27 Wayne DavisonFix bwlimit multiplication overflow. Fixes bug 8375.
2011-08-27 Wayne DavisonSome option-parsing clarifiation in the intro.
2011-08-06 Wayne DavisonFix misplaced parens on getnameinfo() call.
2011-08-06 Wayne DavisonIgnore socketpair() on cygwin. Fixes bug 8356.
2011-08-01 Wayne DavisonTweak includes to fix non-defined NULL on some systems.
2011-07-22 Wayne DavisonFix Minix build errors. Fixes bug 8313.
2011-07-16 Wayne DavisonReplace another inet_ntop() call with getnameinfo().
2011-07-12 Wayne DavisonAdd more connect debug info, as Carlos suggested.
2011-07-12 Wayne DavisonMove freeaddrinfo() call after failure-reporting loop.
2011-07-04 Wayne DavisonFix a comment.
2011-07-04 Wayne DavisonHandle FES_NO_SEND properly on a hard-linked file.
2011-06-26 Wayne DavisonFix #ifdef in unchanged_attrs(). Fixes bug 8268.
2011-06-18 Wayne DavisonFix reading side of fake-symlink bug 7109.
2011-06-18 Wayne DavisonMake daemon-exclude errors more error-like.
2011-06-18 Wayne DavisonCheck if sender file changed before allowing a remove.
2011-06-18 Wayne DavisonSet NO_SYMLINK_USER_XATTRS on linux. Fixes bug 7109.
2011-06-04 Wayne DavisonOnly skip deletions on IOERR_GENERAL. Fixes bug 7809.
2011-06-04 Wayne DavisonDon't force \(em in the manpages. Fixes bug 7941.
2011-06-04 Wayne DavisonAdd a colon if a non-empty pre-xfer exec message follows.
2011-06-04 Wayne DavisonHandle EINTR when reading the pre-xfer exec message.
2011-06-04 Wayne DavisonSend error messages from pre-xfer exec script to the...
2011-06-04 Wayne DavisonLinux needs symlink xattrs. Fixes bug 8201.
2011-05-30 Wayne DavisonWe need VA_COPY() defined more. Fix dangling #endif.
2011-05-30 Wayne DavisonMerge latest samba version to get va_end() fixes, etc.
2011-05-30 Wayne DavisonFix unwritable directory issue due to misordered chmod...
2011-05-25 Wayne DavisonExpand NO_ENTRY items from fake-super ACLs in get_rsync...
2011-05-17 Wayne DavisonUse a union for idlist's name/max_id value. Fixes...
2011-05-16 Wayne DavisonExplicitly mention spaces in the "path" setting.
2011-05-16 Wayne DavisonCheck for linux/falloc.h header file.
2011-05-07 Wayne DavisonAbort if the cd fails.
2011-05-07 Wayne DavisonTurn empty remote args into dot dirs.
next