rsync.git
2011-01-30 Wayne DavisonSwitch over to Matt's idea of using FLAG_OWNED_BY_US.
2011-01-30 Wayne DavisonMove FLAG_DEL_NEEDS_UID into the "not stored" section.
2011-01-30 Wayne DavisonFix a random flist data bug w/delete, inc-recurse,...
2011-01-17 Wayne DavisonOptimize finding the sum that matches our --inplace...
2011-01-14 Wayne DavisonMake sure an alternate --inplace sum has the right...
2011-01-14 Wayne DavisonSome fixes and improvements from the master branch.
2011-01-04 Wayne DavisonAvoid splitting a multi-byte character when trimming...
2011-01-04 Wayne DavisonMention that sorting the --files-from input is helpful.
2011-01-03 Wayne DavisonAvoid reading ACL/xattr info on filetypes not being...
2011-01-02 Wayne DavisonMention the latest changes.
2011-01-02 Wayne DavisonMake xattrs.test more like the master version.
2011-01-02 Wayne DavisonAvoid directory permission issues with --fake-super.
2011-01-01 Wayne DavisonReport all socket connection errors if we fail.
2011-01-01 Wayne DavisonItemize xattrs of a missing dir from an alt-dest dir.
2011-01-01 Wayne DavisonUse full_fname() for system error messages.
2011-01-01 Wayne DavisonTweak the year.
2010-12-24 Wayne DavisonProtect a remote filename that starts with a dash.
2010-12-19 Wayne DavisonTweak some apostrophes to make editor highlighting...
2010-12-18 Wayne DavisonOptimize --inplace chunck search to avoid a non-aligned...
2010-12-18 Wayne DavisonMention seek effect of an unmoved --inplace chunk.
2010-12-18 Wayne DavisonImprove description of --chmod example.
2010-12-17 Wayne DavisonFix crash when --backup-dir is excessively long.
2010-09-06 Wayne DavisonSome quoting fixes/improvements.
2010-09-06 Wayne DavisonIf we create an off_t type, define SIZEOF_OFF_T.
2010-09-06 Wayne DavisonFix rsync_xal_set reference in an error.
2010-09-06 Wayne DavisonAvoid infinite loop if the file's length is negative.
2010-08-29 Wayne DavisonMention need of wildcard support in make.
2010-08-29 Wayne DavisonRemove duplication for -x option.
2010-07-03 Wayne DavisonA couple more NEWS items.
2010-07-03 Wayne DavisonAlways use lchmod() if it is available.
2010-07-03 Wayne DavisonMention what -XX (repeated --xattrs) does.
2010-07-03 Matt McCutchenDocument the "copy-some-dirlinks" trick in the man...
2010-07-03 Matt McCutchenFix erroneous "--fake-user" in the rsyncd.conf(5) man...
2010-07-03 Matt McCutchenIn "ignoring unsafe symlink" messages, show only the...
2010-07-03 Wayne DavisonMore NEWS.
2010-07-03 Wayne DavisonIf a module has no path setting, return an error.
2010-07-03 Wayne DavisonMention latest changes.
2010-07-03 Wayne DavisonRefer to the right lsetxattr() caller in a error message.
2010-07-03 Wayne DavisonFix compression-ignoring of upper-case suffixes.
2010-07-03 Wayne DavisonFix a couple socketpair_tcp() issues (see bug 7514).
2010-07-03 Wayne DavisonFix a typo that Andrea Gelmini pointed out.
2010-07-03 Wayne DavisonGet rid of trailing whitespace.
2010-07-03 Matt McCutchenMan page description of --xattrs should not assume...
2010-07-03 Wayne DavisonMore manpage improvements.
2010-07-03 Matt McCutchenAmplify the man page description of --hard-links (see...
2010-07-03 Wayne DavisonReject passing an arg to an option that doesn't take...
2010-07-03 Wayne DavisonMention 2010 in the main copyright.
2010-07-03 Wayne DavisonMake an empty-string dest-dir the same as "." again.
2010-06-30 Wayne DavisonSetup for 3.0.8dev.
2010-06-30 Wayne DavisonFixed inconsistencies reported by packaging/var-checker.
2010-06-30 Wayne DavisonUpdate support/rrsync and some packaging/* scripts.
2010-06-30 Matt McCutchenRename configure.in to configure.ac, the current autoco...
2010-06-26 Wayne DavisonWrite out the right compat_flags value into the batch...
2010-06-26 Wayne DavisonTurn some asserts into descriptive errors.
2010-06-26 Wayne DavisonMake sure our use of idev_find() hashtable is right
2010-06-26 Wayne DavisonMake sure that the code doesn't try to use an illegal...
2010-06-05 Wayne DavisonFix daemon-filter crash issue (bug 7489).
2010-03-31 Wayne DavisonRemoving now-redundant path-size check from send_if_dir...
2010-03-26 Wayne DavisonFix directory-length overflow bug (7057).
2009-12-31 Wayne DavisonPreparing for release of 3.0.7 v3.0.7
2009-12-31 Wayne DavisonAllow any gcc to make use of __builtin_alloca for alloca.
2009-12-31 Wayne DavisonConfigure check for -Wno-unused-parameter now tries...
2009-12-30 Wayne DavisonFixed the passing of a '/' modifier for an absolute...
2009-12-24 Wayne DavisonPreparing for release of 3.0.7pre2 v3.0.7pre2
2009-12-23 Wayne DavisonRevert to having the receiver handle timeouts on the...
2009-12-22 Wayne DavisonPreparing for release of 3.0.7pre1 v3.0.7pre1
2009-12-21 Wayne DavisonEnsure that the generator gets notified about an I...
2009-12-21 Wayne DavisonDefer forwarding messages during the forwarding of...
2009-12-21 Wayne DavisonMention the compress fix.
2009-12-21 Wayne DavisonMention latest --timeout fixes.
2009-12-21 Wayne DavisonDon't die if inflate() returns Z_BUF_ERROR in see_defla...
2009-12-19 Wayne DavisonImprove --timeout method to take into account all socke...
2009-12-19 Wayne DavisonAdded an am_receiver variable.
2009-12-16 Wayne DavisonUse 0-length MSG_DATA when MSG_NOOP is not available
2009-12-14 Wayne DavisonAvoid -u option to id since solaris doesn't support it.
2009-12-13 Wayne DavisonGet rid of some unused externs.
2009-12-13 Wayne DavisonInclude info on who is exiting.
2009-12-13 Wayne DavisonMention the newly cherry-picked changes.
2009-12-13 Wayne DavisonUse seteuid() (if available) when using setuid().
2009-12-13 Wayne DavisonBeginning work on a 3.0.7 release.
2009-12-13 Wayne DavisonDon't (wrongly) retouch dir permissions with --fake...
2009-12-13 Wayne DavisonAdd IPv6 detection on cygwin.
2009-12-13 Wayne DavisonSave first filename and linenum in case exit_cleanup...
2009-12-13 Wayne DavisonMoved some --iconv text that was supposed to be in...
2009-12-13 Wayne DavisonMake sure daemon's io_timeout is used as a maximum...
2009-12-13 Wayne DavisonFix some man page problems Scott Kostyshak pointed...
2009-12-13 Wayne DavisonAvoid type-punned compiler warnings for the byteorder...
2009-12-13 Wayne DavisonImprove the "--delete does not work without -r or ...
2009-12-13 Wayne DavisonImprove error handling and get rid of a lingering fprin...
2009-12-13 Wayne DavisonFix daemon's conveyance of io_error value from sender.
2009-12-13 Wayne DavisonAvoid an dry-run error trying to stat a prior hard...
2009-12-13 Wayne DavisonRebuild proto.h if config.h changes.
2009-12-13 Wayne DavisonFix the chmod-temp-dir test if /var/tmp doesn't exist.
2009-12-13 Wayne DavisonGet section reference right. Fixes bug #6573.
2009-12-13 Wayne DavisonAdded solaris IPv6 checking to configure. Fixes #6438.
2009-12-13 Wayne DavisonMention that --whole-file is not the default for a...
2009-12-13 Wayne DavisonSupport an older AIX system that doesn't have ENOTSUP.
2009-12-13 Wayne DavisonSwitch from inet_aton() to inet_pton() (since we supply...
2009-12-13 Wayne DavisonAllow $RSYNC_TEST_TMP to indicate a good tmp dir for...
2009-08-14 Wayne DavisonFix a bogus free in uncache_tmp_xattrs().
next