rsync/rsync.git
2006-01-21 Wayne DavisonTweaked parse_chmod() so that it takes a pointer to...
2006-01-21 Wayne DavisonDocument the new --one-file-system behavior, with impro...
2006-01-21 Wayne DavisonHandle the --chmod option as either the sender or the...
2006-01-21 Wayne DavisonFor a local rsync, turn off the --chmod option on the...
2006-01-21 Wayne DavisonWe don't ever need to send the --chmod option to the...
2006-01-21 Wayne DavisonImplemented the -xx behavior that skips mount-point...
2006-01-21 Wayne DavisonAllow the -x option to be repeated.
2006-01-20 Wayne Davison- Changed send_file_entry() into a static function...
2006-01-20 Wayne DavisonCall make_file() with one more arg (the base flags).
2006-01-20 Wayne DavisonMentioned the addition of -ii.
2006-01-20 Wayne DavisonDocument the behavior of -ii.
2006-01-20 Wayne DavisonHandle the extra output needed when log_format_has_i...
2006-01-20 Wayne DavisonAllow the --itemize-changes (-i) option to be repeated...
2006-01-20 Wayne DavisonGot rid of unused function u_strcmp().
2006-01-19 Wayne DavisonImproved a sentence.
2006-01-19 Wayne DavisonThe code in send_file_list() needed a little more impro...
2006-01-19 Wayne DavisonAdded a new arg to the make_file() call.
2006-01-19 Wayne DavisonAnother bugfix.
2006-01-19 Wayne DavisonIn delete_in_dir(), skip a directory that isn't really...
2006-01-19 Wayne DavisonMention the changes made in recent checkins.
2006-01-19 Wayne DavisonWhen --relative is active, simply trim off trailing...
2006-01-17 Wayne Davison- Fixed the --help and --version output to avoid using...
2006-01-17 Wayne DavisonGot rid of a few empty lines.
2006-01-17 Wayne DavisonGot rid of a now-unused static variable.
2006-01-15 Wayne DavisonA few more items to check for, including libcharset...
2006-01-15 Wayne Davison- Improved get_local_name() using ideas from Matt McCut...
2006-01-14 Wayne Davison- We now filter all rwrite() output when it goes out...
2006-01-14 Wayne DavisonCall f_name() with revised args (which also replaces...
2006-01-14 Wayne DavisonMerged f_name() with f_name_to().
2006-01-14 Wayne DavisonDefined new FNAME logcode enum (only used on the client...
2006-01-14 Wayne DavisonFixed a couple out-of-memory function-name strings...
2006-01-14 Wayne DavisonIf the --human-readable option is in effect, output...
2006-01-14 Wayne DavisonAdded a "continue" missing from a recent change.
2006-01-13 Wayne DavisonAdded --enable-iconv and cleaned up the other enable...
2006-01-13 Wayne DavisonGot rid of the safe_fname() function and the calls...
2006-01-13 Wayne DavisonGot rid of calls to the (soon to vanish) safe_fname...
2006-01-13 Wayne DavisonFixed a bug in the explode_mode code that was causing...
2006-01-13 Wayne DavisonWe now use lib/compat.o when building wildtest.
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.
next