rsync/rsync.git
2005-11-10 Wayne DavisonUse the new checksum_len value instead of recomputing the
2005-11-10 Wayne DavisonCompute the right checksum length for the current proto...
2005-11-10 Wayne DavisonIf a partial-dir file is present but the main file...
2005-11-09 Wayne DavisonCall delete_in_dir(NULL, NULL, NULL) in do_delete_pass().
2005-11-09 Wayne DavisonMade recursively deleting extraneous directories more...
2005-11-07 Wayne DavisonMention the new --chmod option.
2005-11-07 Wayne DavisonTest the --chmod option.
2005-11-07 Wayne DavisonAdded support for the new --chmod option.
2005-11-07 Wayne DavisonCall tweak_mode() on regular files and dirs if --chmod...
2005-11-07 Wayne DavisonAdded chmod.o to OBJS2.
2005-11-07 Wayne DavisonDocument the new --chmod option.
2005-11-07 Wayne DavisonNew --chmod support routines.
2005-11-03 Wayne DavisonFixed a sign error in the output.
2005-11-03 Wayne DavisonMention the change in the output of --progress.
2005-11-03 Wayne DavisonMake the just-updated file-count status even less cryptic.
2005-11-03 Wayne DavisonImproved the output of the transferred-file count and...
2005-11-02 Wayne DavisonGot rid of some early-checksum code that accidentally...
2005-11-01 Wayne DavisonMention lower stack requiements for recursion.
2005-11-01 Wayne DavisonDecreased the amount of stack needed for each level...
2005-10-30 Wayne DavisonFixed a typo pointed out by Peter Strazovec.
2005-10-30 Wayne DavisonIn the device section, avoid calling unlink() if the...
2005-10-26 Wayne DavisonDocument the new --compress-level option.
2005-10-26 Wayne DavisonHandle new def_compress_level setting.
2005-10-26 Wayne DavisonObey new def_compress_level setting.
2005-10-26 Wayne DavisonAdded --compress-level option.
2005-10-26 Wayne Davison- Changed the "status" variables into "exit_code" varia...
2005-10-26 Wayne DavisonTweaked the error message for RERR_WAITCHILD.
2005-10-24 Wayne DavisonUpdated the docs for pre-/post-xfer exec.
2005-10-24 Wayne DavisonEnhanced the "pre-xfer exec" handling so that it gets...
2005-10-24 Wayne DavisonChanged wait_process() into a simpler, yet more versati...
2005-10-20 Wayne DavisonFixed a typo in a comment.
2005-10-19 Wayne DavisonGet rid of some superfluous empty lines.
2005-10-15 Wayne DavisonOne extra tweak to the just-committed code.
2005-10-15 Wayne DavisonAdded relative_paths extern.
2005-10-15 Wayne DavisonIf we're sanitizing paths with --relative enabled,...
2005-10-15 Wayne DavisonDocument --ignore-non-existing (not --existing) and...
2005-10-15 Wayne DavisonChanged the --help text to mention --ignore-non-existing
2005-10-15 Wayne DavisonMade parse_size_arg()'s parsing a little stricter.
2005-10-14 Wayne DavisonMention --min-size/--max-size changes.
2005-10-14 Wayne DavisonDocumented --min-size.
2005-10-14 Wayne DavisonAdded code to implement the --min-size logic.
2005-10-14 Wayne DavisonAdded handling of the --min-size option.
2005-10-14 Wayne DavisonImproved parse_size_arg() a little more.
2005-10-14 Wayne DavisonDocument the extended parsing of --max-size values.
2005-10-14 Wayne DavisonImproved parse_size_arg() so that it can be told to...
2005-10-12 Wayne DavisonFixed a typo in an option name.
2005-10-11 Wayne DavisonMention va_copy change.
2005-10-11 Wayne DavisonIf va_copy is defined, use it when defining VA_COPY.
2005-10-07 Wayne DavisonPass XFLG_ABS_IF_SLASH instead of XFLG_ANCHORED2ABS...
2005-10-07 Wayne DavisonSupport new XFLG_ABS_IF_SLASH flag.
2005-10-07 Wayne DavisonAdded XFLG_ABS_IF_SLASH.
2005-10-07 Wayne DavisonMention recent changes.
2005-10-07 Wayne DavisonClarify how the fitler rule "-/" works.
2005-10-04 Wayne DavisonImproved the usage comments.
2005-10-03 Wayne DavisonA simple filter script to output messages from a single...
2005-09-29 Wayne DavisonChanged the variable names for --existing and --ignore...
2005-09-29 Wayne DavisonReverted one xfer_dirs change from the last commit...
2005-09-29 Wayne DavisonKeeping silent about stat() errors is never a good...
2005-09-29 Wayne DavisonMention that --delete now works with --dirs.
2005-09-29 Wayne Davison- When --dirs is specified w/o --recursive, avoid marki...
2005-09-29 Wayne DavisonAllow deletions to occur in directories transferred...
2005-09-29 Wayne DavisonFixed a poorly-worded sentence and a misspelled word.
2005-09-26 Wayne DavisonSome systems don't define WCOREDUMP(), so #ifdef that...
2005-09-26 Wayne DavisonFixed wait_process() to handle cases where waitpid...
2005-09-26 Wayne DavisonChanged RERR_CRASH to RERR_CRASHED.
2005-09-26 Wayne DavisonHandle new RERR_CRASH AND RERR_TERMINATED exit codes.
2005-09-26 Wayne DavisonDefined RERR_CRASH and RERR_TERMINATED.
2005-09-26 Wayne DavisonMention some chanages in the patches dir.
2005-09-24 Wayne DavisonUse AC_HELP_STRING() in the two AC_ARG_WITH() macros...
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.
next