rsync/rsync.git
2006-01-13 Wayne DavisonGot rid of calls to (the soon to vanish) safe_fname...
2006-01-13 Wayne DavisonImproved a couple sentences.
2006-01-12 Wayne DavisonChanged RSYNC_ARGn to RSYNC_ARG#.
2006-01-12 Wayne DavisonMention the new RSYNC_ARGn environment variables for...
2006-01-12 Wayne DavisonWe now send all the option args to the pre-exec command.
2006-01-06 Wayne DavisonWe need to call clearerr() when getc() returns EOF...
2006-01-05 Wayne Davison+ Changed two buffers to use BIGPATHBUFLEN instead...
2006-01-02 Wayne DavisonDocument the new "dir/***" feature.
2006-01-02 Wayne DavisonAdded a test for the new "dir/***" feature.
2006-01-02 Wayne DavisonWe now test all the patterns using both a normal wildte...
2006-01-02 Wayne DavisonAdded -x and -e options, which are used to exercise...
2006-01-02 Wayne DavisonWe use the new wildmatch_array() and litmatch_array...
2006-01-02 Wayne DavisonAdded a new function, wildmatch_array(), that lets...
2006-01-02 Wayne DavisonThe latest prototypes.
2006-01-02 Wayne DavisonAdded MATCHFLG_WILD3_SUFFIX define, shuffling a few...
2005-12-30 Wayne DavisonMention dont-compress fix.
2005-12-30 Wayne DavisonOptimized set_compression() to remove the per-file...
2005-12-30 Wayne Davison- Added a new public function, iwildmatch(), which...
2005-12-30 Wayne DavisonAdded a prototype for iwildmatch().
2005-12-30 Wayne DavisonFixed a bug in set_compression() where the default...
2005-12-24 Wayne Davison- Renamed match_start -> anchored_match.
2005-12-19 Wayne DavisonImproved the usage info in the opening comment.
2005-12-19 Wayne DavisonA few extra directory-style matching tests.
2005-12-19 Wayne DavisonAdded an anchored exclude to a filter file.
2005-12-19 Wayne Davison+ Put --existing back in the main option summary.
2005-12-19 Wayne DavisonMade --existing the main option, with --ignore-non...
2005-12-18 Wayne DavisonAdded a comment, improved a comment, tweaked the recurs...
2005-12-18 Wayne DavisonTweaked the name of the first arg to wildmatch().
2005-12-18 Wayne DavisonFixed one config-file reference that was misspelled.
2005-12-17 Wayne DavisonTweaked the debug output for cvs_filter_list and server...
2005-12-16 Wayne DavisonReturn RERR_SIGNAL1 from sigusr1_handler().
2005-12-16 Wayne DavisonAdded RERR_SIGNAL1's message and tweaked ERR_SIGNAL.
2005-12-16 Wayne DavisonAdded RERR_SIGNAL1 to separate SIGUSR1 from the rest...
2005-12-16 Wayne DavisonMentioned the auto-protect rule for --backup.
2005-12-16 Wayne DavisonIf the user specifies --backup with --delete (but witho...
2005-12-16 Wayne DavisonDocument the new auto-added protect filter-rule when...
2005-12-16 Wayne Davison- Added a comment about configure figuring out the...
2005-12-16 Wayne DavisonFixed a bug in the hard-linking of a group of fifos...
2005-12-16 Wayne DavisonImproved the RERR_SIGNAL message to include all possibl...
2005-12-15 Wayne DavisonMention the improvements in the comare-dest/link-dest...
2005-12-15 Wayne DavisonImproved the tests we run to test more output variation...
2005-12-15 Wayne DavisonWhen compare-dest/link-dest/copy-dest are in effect...
2005-12-15 Wayne DavisonThe ITEM_NO_DEST_AND_NO_UPDATE define is no longer...
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 h here and got rid of DEL_NO...
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...
next