]> git.ipfire.org Git - thirdparty/rsync.git/shortlog
thirdparty/rsync.git
2005-12-15  Wayne DavisonImproved the compare-dest/link-dest/copy-dest code...
2005-12-15  Wayne Davison- Eliminate an all-dot itemization for a locally-copied...
2005-12-15  Wayne DavisonImproved an old bullet point.
2005-12-14  Wayne DavisonUse AC_SEARCH_LIBS() instead of AC_CHECK_LIB() to figur...
2005-12-14  Wayne DavisonMention that the MD4 password protection is weaker...
2005-12-14  Wayne DavisonParse single- and double-quotes in the --rsh/-e option...
2005-12-14  Wayne DavisonMention new quote-parsing for the --rsh/-e and RSYNC_RS...
2005-12-08  Wayne DavisonMade msg_list_push() static and renamed it to msg_list_...
2005-12-08  Wayne DavisonTweaked the msg_list code so that the head and tail...
2005-12-08  Wayne DavisonFixed a typo in a comment.
2005-11-29  Wayne DavisonImproved/fixed some of the entries.
2005-11-16  Wayne DavisonImproved the description of how --delay-updates chooses...
2005-11-15  Wayne DavisonMade the parsing in parse_size_arg() a little more...
2005-11-15  Wayne DavisonFixed a typo in the --help output for --no-OPTION.
2005-11-15  Wayne DavisonChanged -h to be an alias for --human-readable (getting...
2005-11-15  Wayne DavisonDocument the change in the -h option.
2005-11-14  Wayne DavisonTwiddled some brace positions and removed a superfluous...
2005-11-13  Wayne DavisonImproved an error message.
2005-11-12  Wayne DavisonMoved the DEL_* flags into generator.c.
2005-11-12  Wayne DavisonMoved the DEL_* flags from rsync.h here and got rid...
2005-11-12  Wayne DavisonMention the latest options.
2005-11-12  Wayne DavisonChanged the parsing of suffixes for --min-size and...
2005-11-12  Wayne DavisonOutput the stats and the end-of-run verbose output...
2005-11-12  Wayne DavisonAdded two new functions: human_num() and human_dnum...
2005-11-12  Wayne DavisonAdded the human_readable variable (for linking with...
2005-11-12  Wayne DavisonParse the new --human-readable (-m) option.
2005-11-12  Wayne DavisonDocument the new --human-readable (-m) option.
2005-11-10  Wayne DavisonOnly call cleanup_set() if keep_partial is set.
2005-11-10  Wayne DavisonIf cleanup_set() gets passed a NULL fnametmp or fname...
2005-11-10  Wayne DavisonGot rid of a superfluous newline.
2005-11-10  Wayne Davison- Indent the "oom:" label away from column 0.
2005-11-10  Wayne DavisonIndent the "prepare_to_open:" and "notify_others:"...
2005-11-10  Wayne Davison- Got rid of a superfluous empty line.
2005-11-10  Wayne DavisonGot rid of a superfluous empty line.
2005-11-10  Wayne DavisonIndent the "failure:" label away from column 0.
2005-11-10  Wayne DavisonIndent the "oom:" label away from column 0.
2005-11-10  Wayne DavisonMention the big improvement when --delete and --checksu...
2005-11-10  Wayne DavisonIn make_file(), only compute the checksum when we're...
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.
next