rsync.git
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...
2008-12-27 Wayne DavisonAllow opendir() in send_directory() to fail with ENOENT.
2008-11-15 Wayne DavisonMake it clearer which configure files changed.
2008-11-15 Wayne DavisonMention a few NEWS items that hadn't been mentioned...
2008-11-15 Wayne DavisonPreparing for release of 3.0.5pre2 v3.0.5pre2
2008-11-15 Wayne DavisonAn ftruncate() failure should result in FERROR_XFER.
2008-11-15 Wayne DavisonTweaked the month guess in OLDNEWS.
2008-11-15 Wayne DavisonChange clean_fname() to keep "//" at the start for...
2008-11-15 Wayne DavisonChange some size_t vars to ints.
2008-11-12 Wayne DavisonMake sparse_seek an OFF_T (pointed out by Pedro Valasco).
2008-11-11 Wayne DavisonA "make reconfigure" doesn't stop if configure changes.
2008-11-10 Wayne DavisonMention Matt's -K --delete fix.
2008-11-10 Matt McCutchenAdd flist_find_ignore_dirness() and change delete_in_di...
2008-11-10 Wayne DavisonMention the fix for --files-from dot/./paths.
2008-11-10 Wayne DavisonFixed the use of a dot-dir path (foo/./bar) inside...
2008-11-10 Wayne DavisonFixed a bunch of "warn_unused_result" compiler warnings.
2008-11-10 Wayne DavisonMention hang fix in the NEWS.
2008-11-10 Wayne DavisonAvoid a potential hang when --remove-*-files is active.
2008-11-03 Matt McCutchenThe protect filter automatically added with --backup...
2008-10-25 Wayne DavisonMention the getnameinfo() fix in the NEWS.
2008-10-25 Wayne DavisonMention rsync's definition of client and server.
2008-10-25 Wayne DavisonFixed our supplied getnameinfo()'s ability to do a...
2008-10-14 Wayne DavisonAdded another file-list filter to handle odd-ball syste...
2008-10-11 Wayne DavisonPreparing for release of 3.0.5pre1 v3.0.5pre1
2008-10-11 Wayne DavisonMention the latest NEWS.
2008-10-11 Wayne DavisonFixed a glitch when using -s with a remote-shell daemon.
2008-10-11 Wayne DavisonDon't lookup address "0.0.0.0" when we're a remote...
2008-10-11 Wayne DavisonFixed send_protected_args() to send "." in place of...
2008-10-11 Wayne DavisonAdded a fully atomic update if the user has setup a...
2008-10-10 Wayne DavisonFix the error message on one of the rename operations.
2008-09-27 Wayne DavisonRemove bogus "non-empty" qualifier in '*' discussion.
2008-09-27 Wayne DavisonProperly ignore source args on a --read-batch command.
2008-09-27 Wayne DavisonFixed skipping of unneeded updates in a batch file...
2008-09-27 Wayne DavisonMoved the flist_ndx_{push,pop}() routines from io.c...
2008-09-27 Wayne DavisonFix the %P logfile escape inside a chroot.
2008-09-27 Wayne DavisonInitialize xattr data in a couple spots in the hlink...
next