rsync/rsync.git
2006-01-30 Wayne DavisonChanged the mode arg from an int to a mode_t.
2006-01-29 Wayne DavisonImproved the --temp-dir description and a couple other...
2006-01-29 Wayne Davison- Renamed set_perms() to set_file_attrs().
2006-01-29 Wayne Davison- Use the renamed PERMS_* defines: ATTRS_*.
2006-01-29 Wayne DavisonCall the new name of set_perms(): set_file_attrs().
2006-01-29 Wayne DavisonRenamed the PERMS_* defines to ATTRS_* defines.
2006-01-29 Wayne DavisonUse PERMSTRING_SIZE rather than a hard-wired "11".
2006-01-29 Wayne DavisonNo need to send --partial when we're the receiver.
2006-01-29 Wayne DavisonMade a bunch of char* args const.
2006-01-29 Wayne DavisonAvoid forwarding the --temp-dir option to the server...
2006-01-28 Wayne DavisonMade the new --prune-empty-dirs code a little more...
2006-01-28 Wayne DavisonTweaked a variable name in flist_find().
2006-01-28 Wayne DavisonWe enforce at least protocol 29 for --prune-empty-dirs...
2006-01-28 Wayne DavisonDon't add the "protect" filter rule for backup-suffix...
2006-01-28 Wayne Davison- We need to send exclude info from the client to a...
2006-01-28 Wayne DavisonThe user can now use a "protect" filter to avoid prunin...
2006-01-28 Wayne DavisonChanged --skip-empty-dirs (-k) to --prune-empty-dirs...
2006-01-28 Wayne DavisonChanged --skip-empty-dirs (-k) to --prune-empty-dirs...
2006-01-27 Wayne DavisonImproved flist_find()'s empty-entry handling to deal...
2006-01-27 Wayne DavisonOptimized flist_find() so that we never scan a series...
2006-01-27 Wayne DavisonMention the --skip-empty-dirs option.
2006-01-27 Wayne DavisonImplement the new --skip-empty-dirs (-k) option.
2006-01-27 Wayne DavisonAdded the --skip-empty-dirs (-k) option.
2006-01-27 Wayne DavisonDocument the new --skip-empty-dirs (-k) option.
2006-01-26 Wayne DavisonInclude popt.h using <popt.h> instead of "popt.h".
2006-01-26 Wayne DavisonMention the change in the --itemize-changes output.
2006-01-26 Wayne Davison- Include popt.h using <popt.h>, not "popt.h".
2006-01-26 Wayne DavisonMention --sockopts and an improvement to the testsuite...
2006-01-26 Wayne DavisonThe setting of HOME got moved to rsync.fns.
2006-01-26 Wayne DavisonSet $HOME to $scratchdir so that our tests are not...
2006-01-26 Wayne DavisonFixed two typos.
2006-01-26 Wayne DavisonMake use of the new sockopts variable.
2006-01-26 Wayne DavisonAdded the --sockopts option.
2006-01-26 Wayne DavisonMention the --sockopts option.
2006-01-26 Wayne DavisonDocument the new --sockopts option.
2006-01-26 Wayne DavisonMentioned the --super option.
2006-01-26 Wayne DavisonAdded the --super option.
2006-01-26 Wayne DavisonDocument the new --super option and how it affects...
2006-01-26 Wayne DavisonCheck MY_UID() directly instead of accessing am_root.
2006-01-26 Wayne DavisonMention new --specials option and --devices change.
2006-01-26 Wayne DavisonThe itemized output for the fifo changed.
2006-01-26 Wayne DavisonAdded 'S' to the itemized output for special files.
2006-01-26 Wayne DavisonHandle separated devices and special files.
2006-01-26 Wayne DavisonDocument the new --specials option and how -D and ...
2006-01-25 Wayne DavisonOne more minor tweak.
2006-01-25 Wayne DavisonDecided to hold off on the potential memory savings...
2006-01-24 Wayne DavisonAdded testing of the --itemize-changes output for devices.
2006-01-24 Wayne DavisonChanged to handle removed 'a' slot in %i output.
2006-01-24 Wayne DavisonFixed a problem in the output of %i's 'T' flag on devic...
2006-01-24 Wayne DavisonGot rid of the description of 'a' in the %i flags.
2006-01-24 Wayne DavisonGot rid of some debug code.
2006-01-24 Wayne DavisonDump some debug code.
2006-01-24 Wayne DavisonOptimized id_pair() so that clumps of IDs get handled...
2006-01-24 Wayne DavisonThe uid & gid are now stored using an id_pair structure.
2006-01-24 Wayne DavisonAnother small improvement to the --one-file-system...
2006-01-24 Wayne DavisonThe in_del_hier code needs to use lastname instead...
2006-01-24 Wayne DavisonFERROR messages also need to leave leading newlines...
2006-01-23 Wayne DavisonTweaked the copyright message.
2006-01-22 Wayne DavisonMore improvements to the -x option (some from Matt...
2006-01-22 Wayne DavisonNew -x code had some problems, so restore the old code...
2006-01-22 Wayne DavisonNew -x code had some problems, so restore the old code...
2006-01-21 Wayne DavisonMatt's disambiguation.
2006-01-21 Wayne Davison- Got rid of the filesystem_dev variable now that ...
2006-01-21 Wayne Davison- Changed how --one-file-system works so that we can...
2006-01-21 Wayne DavisonFixed a problem with the FLAG_* defines.
2006-01-21 Wayne DavisonDisable popt aliases when we're a server so that any...
2006-01-21 Wayne DavisonA tweak to --dirs and --chmod.
2006-01-21 Wayne DavisonUse the new saw_delete* variables to ensure that the...
2006-01-21 Wayne Davison- We now set some saw_delete* vars to keep track of...
2006-01-21 Wayne Davison- Allow multiple --chmod options to be specified.
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...
next