rsync.git
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().
2009-05-08 Wayne DavisonPreparing for release of 3.0.6 v3.0.6
2009-05-07 Wayne DavisonFix typo pointed out by Chris Pepper.
2009-05-05 Matt McCutchenMove the description of include/exclude modifiers to...
2009-04-27 Wayne DavisonClarify which options are transfer rules, and what...
2009-04-26 Wayne DavisonChange sending/receiving/storing of the rdev value...
2009-04-13 Wayne DavisonClarify the read-batch fix.
2009-04-12 Wayne DavisonPreparing for release of 3.0.6pre1 v3.0.6pre1
2009-04-12 Wayne DavisonChanged the commands used to "make gen" without any...
2009-04-12 Wayne DavisonDon't allow --remove-s*-files with --read-batch.
2009-04-12 Wayne DavisonFixed the use of --xattrs with --only-write-batch.
2009-04-10 Wayne DavisonAllow a "make reconfigure" to continue, even if the...
2009-04-10 Wayne DavisonFixed an ACL/xattr corruption issue where the --backup...
2009-04-10 Wayne DavisonDon't try to simplify an ACL that has a mask w/o any...
2009-04-07 Wayne DavisonSome improvements to the rsync.yo manpage:
2009-04-04 Wayne DavisonMake sure that config.h.in is up-to-date before allowin...
2009-04-04 Wayne DavisonFixed --dry-run with --read-batch:
2009-04-01 Wayne DavisonFixed improper deletion of mount-point hierarchies.
2009-03-31 Wayne DavisonFixed a word ending that Jesse Weinstein and revamp...
2009-03-29 Wayne DavisonMake symlink iconv work for a local copy.
2009-03-13 Matt McCutchenGive a meaningful error message when we fail to write...
2009-03-06 Wayne DavisonSimplify an "if" in ssh-basic.test. Fixes bug #6169;
2009-03-03 Wayne DavisonMention the fix to --safe-links/--copy-unsafe-links.
2009-03-03 Wayne DavisonImproved the unsafe_symlink() code to not get fooled...
2009-03-03 Wayne DavisonMake the backup code call unsafe_symlink() correctly.
2009-02-14 Wayne DavisonMention vanishing-directory fix.
2009-02-14 Wayne DavisonHandle a link_stat() failure with errno ENOENT as a...
2009-02-14 Wayne DavisonMention the latest configure fixes.
2009-02-14 Wayne DavisonAdded --disable-iconv-open option for configure to...
2009-02-14 Wayne DavisonMoved the --disable-debug check sooner in configure...
2009-02-05 Wayne DavisonEnsure that the sender turns off any msg_fd_in use...
2009-02-05 Wayne DavisonDo not try to send a symlink with a 0-length value.
2009-01-29 Wayne DavisonA few more improvements to the hostspec-parsing code.
2009-01-28 Wayne DavisonFixed the parsing of IPv6 literal addresses with a...
2009-01-17 Wayne DavisonFixed a hang in the inc_recurse batch-reading code.
2009-01-17 Matt McCutchenHandle simultaneous arrival of multiple connections.
2009-01-17 Wayne DavisonAvoid a server-side problem with -e is at the start...
2009-01-17 Wayne DavisonFixed bug #6011: use of target in configure.
2009-01-17 Wayne DavisonUpdate the copyright year.
2009-01-17 Wayne DavisonBeginning work on a 3.0.6 release.
2008-12-29 Wayne DavisonPreparing for release of 3.0.5 v3.0.5
2008-12-29 Wayne DavisonAvoid a hang when using at least 3 --verbose options...
next