rsync/rsync.git
2009-08-14 Wayne DavisonFix a bogus free in uncache_tmp_xattrs().
2009-08-13 Wayne DavisonSome improvements to the solaris xattr routines.
2009-08-10 Wayne DavisonFix a warning about a %d not getting an int (on some...
2009-08-08 Wayne DavisonInitial version of xattr routines for Solaris.
2009-08-08 Wayne DavisonAdd conditional support for excluding types of files...
2009-08-01 Wayne DavisonGet section reference right. Fixes bug #6573.
2009-06-05 Wayne DavisonAdded solaris IPv6 checking to configure. Fixes #6438.
2009-06-01 Wayne DavisonMention that --whole-file is not the default for a...
2009-05-23 Wayne DavisonAdding a new script that creates a local patch/* branch
2009-05-23 Wayne DavisonImproved the usage output.
2009-05-23 Wayne DavisonDetermine the master's commit hash and note it in each...
2009-05-23 Wayne DavisonMention some recent changes.
2009-05-23 Matt McCutchenRefactorings to the filter code, most notably:
2009-05-23 Wayne DavisonImproved a couple variable names.
2009-05-23 Wayne DavisonUse typedefs for the filter structures.
2009-05-23 Wayne DavisonChange filter MATCHFLGs to FILTRULEs.
2009-05-14 Wayne DavisonSupport an older AIX system that doesn't have ENOTSUP.
2009-05-14 Wayne DavisonSwitch from inet_aton() to inet_pton() (since we supply...
2009-05-08 Wayne DavisonAdding release info for 3.0.6 to the trunk.
2009-05-07 Wayne DavisonFix typo pointed out by Chris Pepper.
2009-05-07 Wayne DavisonEnhance name_to_{u,g}id() to optionally parse numbers...
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-14 Wayne DavisonUse upper-case HLINK in a --debug setting to avoid...
2009-04-13 Wayne DavisonSwitch to upper-case in the {debug,info}_verbosity...
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-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.
next