rsync/rsync.git
2009-11-07 Wayne DavisonMention the error improvements.
2009-11-07 Wayne DavisonGive noop_io_until_death() a time limit.
2009-11-07 Wayne DavisonAdded notifications about error-exit values:
2009-11-01 Wayne DavisonFix MSG_IO_TIMEOUT when the daemon is the receiver.
2009-11-01 Wayne DavisonA daemon treats --msgs2stderr as "output only to the...
2009-11-01 Wayne DavisonMake sure rwrite() can handle any logcode value in...
2009-10-30 Wayne DavisonFix a hang when dealing with really large numbers of...
2009-10-27 Wayne DavisonGet rid of some unneeded externs.
2009-10-27 Wayne DavisonChange the daemon-timeout conveyance into a protocol...
2009-10-26 Wayne DavisonFix %b and %c so that they count per-transfer bytes...
2009-10-26 Wayne DavisonEnhance log_format_has() to understand the "'" modifier.
2009-10-25 Wayne DavisonUpdated NEWS with some of the recent changes.
2009-10-24 Wayne DavisonA few more --files-from fixes, and an enhanced testsuit...
2009-10-24 Wayne DavisonAdd a check30 target.
2009-10-24 Wayne DavisonMake use of $suitedir.
2009-10-24 Wayne DavisonFixed some backward-compatibility issues with --files...
2009-10-24 Wayne DavisonMoved some --iconv text that was supposed to be in...
2009-10-24 Wayne DavisonFixed a couple iconv loops to properly handle incomplet...
2009-10-24 Wayne DavisonMove free_xbuf() into ifuncs.h.
2009-10-24 Wayne DavisonGive iconvbufs() an ICB_INIT flag.
2009-10-20 Wayne DavisonA protocol 31 daemon will inform the client about its...
2009-10-20 Wayne DavisonMake sure daemon's io_timeout is used as a maximum...
2009-10-20 Wayne DavisonMoved a few group-related functions with some minor...
2009-10-19 Wayne DavisonSilence some rprintf() size_t warnings.
2009-10-17 Wayne DavisonAllow %VAR% environment references in daemon-config...
2009-10-17 Wayne DavisonCall seteuid() when calling setuid().
2009-10-17 Wayne DavisonFix some man page problems Scott Kostyshak pointed...
2009-10-17 Wayne DavisonFix check for an empty output buffer and limit to flist...
2009-10-17 Wayne DavisonA major overhaul of I/O routines, creating perform_io().
2009-10-14 Wayne DavisonAvoid type-punned compiler warnings for the byteorder...
2009-10-13 Wayne DavisonAvoid calling send_extra_file_list() when we shouldn't.
2009-10-12 Wayne DavisonAvoid stopping multiplexed out over the message fd.
2009-10-02 Wayne DavisonChange the msg pipe to use a real multiplexed IO mode
2009-09-12 Wayne DavisonBetter mask handling, including some changes to help...
2009-09-12 Wayne DavisonPass "new_mode" to set_acl() and change its return...
2009-09-12 Wayne DavisonPut file descriptor arg at the start of the arg list...
2009-09-07 Wayne DavisonImprove the "--delete does not work without -r or ...
2009-09-07 Wayne DavisonAdd support for transferring & setting nsec time values.
2009-09-07 Wayne DavisonAlways use lutimes() if it is available.
2009-09-05 Wayne DavisonAdd a few new "dont compress" suffixes and improve...
2009-09-05 Wayne DavisonImprove error handling and get rid of a lingering fprin...
2009-09-05 Wayne DavisonFix daemon's conveyance of io_error value from sender.
2009-09-05 Wayne DavisonAvoid an dry-run error trying to stat a prior hard...
2009-09-03 Wayne DavisonNeed to use O_RDONLY in solaris sys_lremovexattr().
2009-09-02 Wayne DavisonHave --fake-super turn a symlink into a file when
2009-09-02 Wayne DavisonDefine and use "our_gid" variable.
2009-09-02 Wayne DavisonBetter compiling if SUPPORT_LINKS is not defined.
2009-09-02 Wayne DavisonRebuild proto.h if config.h changes.
2009-09-02 Wayne DavisonFix attropen() flags for writing an xattr on solaris.
2009-09-01 Wayne DavisonFix read_xattr() for solaris.
2009-08-29 Wayne DavisonCreate non-transferred files in a more atomic manner:
2009-08-22 Wayne DavisonFix the chmod-temp-dir test if /var/tmp doesn't exist.
2009-08-22 Wayne DavisonHave the sender use dead time to pad out the file list.
2009-08-15 Wayne DavisonAllow Solaris sys_llistxattr() to return the list lengt...
2009-08-15 Wayne DavisonFix some variable references.
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...
next