]> git.ipfire.org Git - thirdparty/rsync.git/shortlog
thirdparty/rsync.git
2005-09-21  Wayne DavisonReordered the usage lines to cover push, then pull...
2005-09-21  Wayne DavisonCast some time values to (int), just to silence some...
2005-09-21  Wayne DavisonInclude limits.h (if it exists), which defines NAME_MAX...
2005-09-21  Wayne DavisonIf we get less data than expected from a read() in...
2005-09-21  Wayne DavisonCheck for limits.h.
2005-09-21  Wayne DavisonTweaked the output that the mknod() tests generate.
2005-09-19  Wayne DavisonTweaked some comments.
2005-09-17  Wayne DavisonChanged one strcpy() into a strlcpy().
2005-09-16  Wayne DavisonImproved the sDefault initialization so that the prefixed
2005-09-16  Wayne DavisonGot rid of some old command-line parsing code that...
2005-09-16  Wayne DavisonMention '!' fix.
2005-09-16  Wayne DavisonReally fix '!' in a .cvsignore file this time.
2005-09-16  Wayne DavisonTweaked the code a little in the always_checksum handli...
2005-09-15  Wayne DavisonMention that the dir used with --delay-updates cannot...
2005-09-15  Wayne DavisonAdded a comment.
2005-09-15  Wayne DavisonMention doc changes.
2005-09-15  Wayne DavisonRemoved conflicting ssh citation in the SETUP section.
2005-09-13  Wayne DavisonThe --help text was outputting some incomplete informat...
2005-09-09  Wayne DavisonMention the latest fix.
2005-09-09  Wayne DavisonWhen pop_dir(olddir) fails, pass the right string pointer
2005-09-09  Wayne DavisonImproved the -F, --exclude-from, and --include-from...
2005-09-06  Wayne DavisonTweaked the calculation that goes into sum->count so...
2005-09-03  Wayne DavisonComplicate the lseek64() function prototype because...
2005-09-03  Wayne DavisonMake use of the per-module "temp dir" setting.
2005-09-03  Wayne DavisonAdded a per-module "temp dir" setting.
2005-09-03  Wayne DavisonSorted some of the data structures (using vim's "!sort...
2005-08-30  Wayne Davison- Allow --no-v and --no-verbose in the daemon options.
2005-08-30  Wayne DavisonMention latest changes.
2005-08-30  Wayne DavisonMention how --inplace conflicts with --sparse and how...
2005-08-30  Wayne DavisonAllow --temp-dir to be specified with --daemon to set...
2005-08-30  Wayne DavisonFixed a comment.
2005-08-30  Wayne DavisonWhen --append is entering the redo phase, make sure...
2005-08-30  Wayne DavisonReject attempts to combine --sparse with --inplace.
2005-08-28  Wayne DavisonForgot the --no-v option.
2005-08-28  Wayne DavisonMention the new --no-* options.
2005-08-28  Wayne DavisonA small improvement to the daemon-connecting instructions.
2005-08-27  Wayne DavisonOne more tweak to the option data.
2005-08-27  Wayne DavisonDocumented the new --no-* options.
2005-08-27  Wayne DavisonAdded the ability to prefix "no-" to various options...
2005-08-27  Wayne DavisonA little more reordering of the option data.
2005-08-27  Wayne DavisonReordered some of the option data to make their groupin...
2005-08-20  Wayne DavisonMake the --append docs a little better.
2005-08-03  Wayne DavisonMoved a variable in glob_expand_one().
2005-08-03  Wayne DavisonGot rid of the argp var that is not needed now that...
2005-08-03  Wayne DavisonImproved the --relative section a little more.
2005-08-01  Wayne DavisonMention the latest changes.
2005-08-01  Wayne DavisonImproved the --relative section, including mentioning...
2005-08-01  Wayne DavisonAllow the user to specify a dot dir in the source path...
2005-08-01  Wayne DavisonDon't recreate a device if just the permissions bits...
2005-07-31  Wayne DavisonMention hard-link fix.
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 v2.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".
next