]> git.ipfire.org Git - thirdparty/rsync.git/shortlog
thirdparty/rsync.git
2010-09-06  Wayne DavisonSome quoting fixes/improvements.
2010-09-06  Wayne DavisonIf we create an off_t type, define SIZEOF_OFF_T.
2010-09-06  Wayne DavisonFix rsync_xal_set reference in an error.
2010-09-06  Wayne DavisonAvoid infinite loop if the file's length is negative.
2010-08-29  Wayne DavisonMention need of wildcard support in make.
2010-08-29  Wayne DavisonRemove duplication for -x option.
2010-07-03  Wayne DavisonA couple more NEWS items.
2010-07-03  Wayne DavisonAlways use lchmod() if it is available.
2010-07-03  Wayne DavisonMention what -XX (repeated --xattrs) does.
2010-07-03  Matt McCutchenDocument the "copy-some-dirlinks" trick in the man...
2010-07-03  Matt McCutchenFix erroneous "--fake-user" in the rsyncd.conf(5) man...
2010-07-03  Matt McCutchenIn "ignoring unsafe symlink" messages, show only the...
2010-07-03  Wayne DavisonMore NEWS.
2010-07-03  Wayne DavisonIf a module has no path setting, return an error.
2010-07-03  Wayne DavisonMention latest changes.
2010-07-03  Wayne DavisonRefer to the right lsetxattr() caller in a error message.
2010-07-03  Wayne DavisonFix compression-ignoring of upper-case suffixes.
2010-07-03  Wayne DavisonFix a couple socketpair_tcp() issues (see bug 7514).
2010-07-03  Wayne DavisonFix a typo that Andrea Gelmini pointed out.
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.
next