rsync/rsync.git
2005-07-31 Wayne DavisonHard-link a device in order to test that this works...
2005-07-31 Wayne DavisonThere is no longer a need to check file->link_u.links...
2005-07-31 Wayne DavisonFixed the handling of hard-linked symlinks and devices.
2005-07-31 Wayne DavisonExport RUNSHFLAGS.
2005-07-30 Wayne DavisonMention the --inplace new-file permissions fix.
2005-07-30 Wayne Davison- The combination of --update and --progress now output...
2005-07-30 Wayne DavisonThe combination of --update and --progress now outputs...
2005-07-29 Wayne DavisonImproved the text around the last example in the USAGE...
2005-07-29 Wayne DavisonMention the latest changes.
2005-07-29 Wayne Davison- Use BIGPATHBUFLEN for the length of several buffers.
2005-07-29 Wayne Davison- Use BIGPATHBUFLEN for the length of two line buffers.
2005-07-29 Wayne DavisonUse BIGPATHBUFLEN for the length of two line buffers.
2005-07-29 Wayne DavisonUse BIGPATHBUFLEN for the length of a line buffer.
2005-07-29 Wayne DavisonDefine BIGPATHBUFLEN -- a roomy line-buffer that can...
2005-07-28 Wayne DavisonUpdated to match 2.6.6 release (which occurred on a...
2005-07-28 Wayne DavisonChanged the version to 2.6.7cvs.
2005-07-28 Wayne DavisonUpdated to reflect new 2.6.7cvs status.
2005-07-28 Wayne DavisonRemoved a duplicated item.
2005-07-28 Wayne DavisonMention the recent changes.
2005-07-28 Wayne DavisonIf the user has specified "pre-xfer exec" or "post...
2005-07-28 Wayne DavisonAdded 2 new config options: "pre-xfer exec" and "post...
2005-07-28 Wayne DavisonDocument the new pre-/post-xfer exec config options.
2005-07-28 Wayne DavisonRegenerated.
2005-07-28 Wayne DavisonRemoved one more client-oriented command-line syntax...
2005-07-28 Wayne DavisonRemoved erroneous section on using daemon features...
2005-07-28 Wayne DavisonImproved the sections dicussing the various types of...
2005-07-28 Wayne DavisonDocument new --append option.
2005-07-28 Wayne DavisonSupport new --append option.
2005-07-28 Wayne DavisonAdded the --append option.
2005-07-27 Wayne Davison- Call set_modtime() with its new mode arg.
2005-07-27 Wayne Davison- Fixed the mode comparison in itemize() to mask off...
2005-07-27 Wayne Davison- Don't call do_chmod() unless HAVE_CHMOD is defined.
2005-07-27 Wayne Davison- Changed set_modtime() to take the file's mode as...
2005-07-27 Wayne DavisonCheck for the lchmod() and lutimes() functions.
2005-07-22 Wayne DavisonTweaked a comment and some null-char assignments.
2005-07-22 Wayne DavisonChanged implied_dirs to only be non-0 if relative_paths...
2005-07-22 Wayne DavisonGot rid of some unused externs.
2005-07-22 Wayne DavisonUpdated to zlib 1.2.3.
2005-07-15 Wayne DavisonAvoid newest test when no destination was specified.
2005-07-15 Wayne DavisonOutput a syntax error if both the source and destinatio...
2005-07-07 Wayne DavisonPreparing for release of 2.6.6pre1
2005-07-07 Wayne DavisonMentioned the zlib changes and tweaked a couple sentences.
2005-07-07 Wayne Davison- Attempt to make the discussion of host-specifying...
2005-07-07 Wayne DavisonChanges for new zlib.
2005-07-07 Wayne DavisonFixed a typo.
2005-07-07 Wayne DavisonFix latest zlib security exploit (CAN-2005-2096).
2005-07-07 Wayne DavisonUpgraded to version 1.2.2.
2005-07-07 Wayne DavisonOne more "#undef BAD" for AIX.
2005-07-07 Wayne DavisonUse a define to handle conflicting function read_buf...
2005-07-07 Wayne DavisonChanged "Overflow" back to "overflow".
2005-07-07 Wayne DavisonChanged overflow() to overflow_exit().
2005-07-07 Wayne DavisonChanged zBAD back to BAD (with a simpler kluge for...
2005-07-07 Wayne DavisonFixed some whitespace to match the original source.
2005-07-07 Wayne DavisonGot rid of bogus RCS keyword expansions (that create...
2005-06-30 Wayne DavisonMention the EEXIST fix.
2005-06-30 Wayne DavisonIgnore EEXIST on second mkdir() call.
2005-06-28 Wayne DavisonMention the latest time-comparing fixes.
2005-06-28 Wayne DavisonUse cmp_modtime() in a couple more spots where a local...
2005-06-24 Wayne DavisonFixed test to work when objdir != srcdir (thanks to...
2005-06-23 Wayne DavisonChanged the arg-splitting code so that it can handle...
2005-06-23 Wayne DavisonTweaked a comment in the perl code we output.
2005-06-20 Wayne DavisonImproved a couple sentences.
2005-06-17 Wayne DavisonChanged the code to use the single long-option hash...
2005-06-17 Wayne Davison- Fixed a bug where the --*-dest options weren't being...
2005-06-17 Wayne Davison- Improved some comments (some taken from the new cull...
2005-06-17 Wayne DavisonAnother readability improvement in the perl code we...
2005-06-17 Wayne DavisonImproved some of the comments that are output into...
2005-06-17 Wayne Davison- Make sure that the command contained the '.' arg...
2005-06-17 Wayne Davison- Be restrictive on matching the --sender option so...
2005-06-17 Wayne DavisonOutput a leading comment and surrounding blank lines.
2005-06-17 Wayne DavisonMention rrsync changes.
2005-06-17 Wayne DavisonIf SUBDIR is specified as a non-absolute path, make...
2005-06-16 Wayne Davison- Made it easy to configure the path of the rsync execu...
2005-06-16 Wayne DavisonA developer-oriented script that outputs perl code...
2005-06-12 Wayne DavisonMention latest fix.
2005-06-12 Wayne DavisonIn clean_flist(), fixed the setting of the flist->high...
2005-06-10 Wayne Davison- Added a comment to the filter_outfile function.
2005-06-10 Wayne DavisonSimplified the regular expressions for sed due to probl...
2005-06-10 Wayne Davison- Put the output we're expecting into an chk file,...
2005-06-10 Wayne DavisonSeveral expansions of $srcdir were not double-quoted.
2005-06-10 Wayne DavisonOne expansion of $srcdir wasn't double-quoted.
2005-06-10 Wayne DavisonOne more instance of the umask kluge was needed.
2005-06-10 Wayne DavisonMention backup change.
2005-06-10 Wayne DavisonFixed a problem in the backing up of symlinks and devic...
2005-06-10 Wayne DavisonUse umask kluge from fns to try to get rid of a potential
2005-06-10 Wayne DavisonMake the sed commands compatible with Solaris (hopefully).
2005-06-10 Wayne DavisonStarting NEWS for 2.6.6.
2005-06-10 Wayne DavisonAged news from NEWS file.
2005-06-10 Wayne DavisonGot rid of some potentially unhandled permissions diffe...
2005-06-10 Wayne DavisonChanged the "max verbosity" setting from global to...
2005-06-10 Wayne DavisonUse the new NOBODY_USER and NOBODY_GROUP configure...
2005-06-10 Wayne DavisonAdded a simple check to see if the /etc/group file...
2005-06-09 Wayne DavisonTest that our outputting of itemized messages (as well as
2005-06-09 Wayne Davison- Fixed the overzealous outputting of unchanged hard...
2005-06-09 Wayne DavisonDon't set ITEM_REPORT_TIME when a hard-linked file...
2005-06-09 Wayne Davison- Never output the '"FOO" is a hard link' message when...
2005-06-09 Wayne DavisonUpdated version to 2.6.6cvs.
2005-06-02 Wayne DavisonPreparing for release of 2.6.5
2005-06-02 Wayne DavisonImproved a few of the items.
2005-06-01 Wayne DavisonOne more configure item.
next