rsync/rsync.git
2009-04-12 Wayne DavisonThe suffix must be non-empty if the backup-dir is the...
2009-04-11 Wayne DavisonMore backup improvements:
2009-04-11 Wayne DavisonFix "just in case" unlink. Prefer renaming of normal...
2009-04-11 Wayne DavisonImproved link_or_rename() to handle prefer_rename better.
2009-04-11 Wayne DavisonDon't try to backup a file being removed from the backu...
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 DavisonAllow $RSYNC_TEST_TMP to indicate a good tmp dir for...
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-13 Wayne DavisonMy version of Matt's improvements related to missing...
2009-03-13 Wayne DavisonMake missing args governed by protect filters, not...
2009-03-07 Wayne DavisonMade --list-only output missing args as a "*missing...
2009-03-07 Wayne DavisonDon't let --chmod tweak a 0 mode value (which marks...
2009-03-06 Wayne DavisonSimplify an "if" in ssh-basic.test. Fixes bug #6169;
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-28 Wayne DavisonAdded the --delete-missing-args option to delete specified
2009-02-28 Wayne DavisonMade --progress use ir-chk instead of to-chk when the...
2009-02-20 Wayne DavisonProperly indent some lines.
2009-02-20 Wayne DavisonAdded a way for supplementary groups to be specified...
2009-02-18 Wayne DavisonAdding a way for log-format numbers to become more...
2009-02-16 Wayne DavisonMention that only the first line of a password-file...
2009-02-14 Wayne DavisonHandle a link_stat() failure with errno ENOENT as a...
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-06 Wayne DavisonMade copy_section() and string_set() simpler, getting...
2009-02-05 Wayne DavisonCombine Globals and Locals into a Vars struct that...
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-30 Wayne DavisonWe only need to send --stats to a remote receiver now.
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-19 Wayne DavisonCheck the right flist_num in gen_wants_ndx().
2009-01-19 Wayne DavisonAdded a "Defaults" structure with both globals and...
2009-01-19 Wayne DavisonA couple minor function-call tweaks.
2009-01-19 Wayne DavisonRenamed some typedefs:
2009-01-19 Wayne DavisonRenamed sDefault to Locals.
2009-01-17 Wayne DavisonUse a varint when sending the error_code.
2009-01-17 Wayne DavisonFixed the delete statistics with --delete-delay and...
2009-01-17 Wayne DavisonFixed a hang in the inc_recurse batch-reading code.
2009-01-15 Wayne DavisonChange some args from "char *" to "const char *" in...
2009-01-15 Matt McCutchenAdded the "reverse lookup" daemon-config parameter.
2009-01-14 Wayne DavisonSend the --stats option for proper del-stats operation.
2009-01-13 Wayne DavisonUse "use warnings" rather than -w on the #! line.
2009-01-13 Wayne DavisonAdding recent release info from the 3.0.x branch.
2009-01-13 Matt McCutchenFixed recv_add_uid() to properly differentiate users...
2009-01-13 Matt McCutchenHandle simultaneous arrival of multiple connections.
2009-01-09 Wayne DavisonTweaked the --delete-* option summaries.
2009-01-08 Wayne DavisonAvoid a server-side problem with -e is at the start...
2009-01-08 Wayne DavisonTweaked s### and m## to avoid vim highlighting issues.
2009-01-04 Wayne DavisonFixed bug #6011: use of target in configure.
2009-01-03 Wayne DavisonImproved the backup code:
2009-01-03 Wayne DavisonUpdate the copyright year.
2009-01-03 Wayne DavisonMake delete_item() public, moving it into delete.c.
2009-01-03 Wayne DavisonAdded init_stat_x() to avoid duplication of acl/xattr...
2008-12-27 Wayne DavisonAllow opendir() in send_directory() to fail with ENOENT.
2008-11-16 Wayne DavisonMention the mapfrom/mapto scripts and how they work.
2008-11-16 Wayne DavisonAdding the --usermap/--groupmap/--chown options.
2008-11-15 Wayne DavisonMake it clearer which configure files changed.
2008-11-15 Wayne DavisonAn ftruncate() failure should result in FERROR_XFER.
2008-11-15 Wayne DavisonChange clean_fname() to keep "//" at the start for...
2008-11-12 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 Matt McCutchenAdd flist_find_ignore_dirness() and change delete_in_di...
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 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 rsync's definition of client and server.
2008-10-25 Wayne DavisonFixed our supplied getnameinfo()'s ability to do a...
2008-10-15 Wayne DavisonAdding hashtable debugging output (--debug=hash).
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-09-30 Wayne DavisonFix the error message on one of the rename operations.
2008-09-27 Wayne DavisonEnhanced the --stats output:
2008-09-27 Wayne DavisonProperly ignore source args on a --read-batch command.
2008-09-27 Wayne DavisonMore batch-mode fixes to handle redos properly (and...
2008-09-27 Wayne DavisonMoved the flist_ndx_{push,pop}() routines from io.c...
2008-09-24 Wayne DavisonInitialize xattr data in a couple spots in the hlink...
2008-09-24 Wayne DavisonDon't send a bogus "-" option to an older server if...
2008-09-24 Wayne DavisonFixed skipping of unneeded updates in a batch file...
2008-09-15 Wayne DavisonRemove bogus "non-empty" qualifier in '*' discussion.
2008-09-11 Wayne DavisonA couple instant-rsyncd improvements:
2008-09-11 Matt McCutchenAdd instant-rsyncd to support/ .
2008-09-11 Wayne DavisonConvey the cleaned-up module-path to the user in all...
2008-09-10 Wayne DavisonFix the %P logfile escape inside a chroot.
2008-09-06 Wayne DavisonAdding 3.0.4 release line to OLDNEWS.
2008-09-03 Wayne DavisonAdding human_readable var.
2008-09-03 Wayne DavisonChanged some "rsync" commands into proper "$RSYNC"...
2008-09-02 Wayne DavisonSplit up the ifuncs.h file into 3 .h files.
next