rsync/rsync.git
2006-09-18 Wayne DavisonMention the permission bug-fix for new files created...
2006-09-18 Wayne DavisonMention the adding of the --remove-source-files option.
2006-09-18 Wayne DavisonMention the --server and --sender option as being internal,
2006-09-18 Wayne DavisonAdded parsing for all the latest options.
2006-09-18 Wayne DavisonThe --min-size arg doesn't need to be path-checked...
2006-09-17 Wayne DavisonThe --inplace option now notices when the basis data...
2006-09-09 Wayne DavisonThe --delete-excluded code now also drops any merge...
2006-09-09 Wayne DavisonDocument the new RSYNC_PID environment variable.
2006-09-09 Wayne DavisonTry various long, long-long, etc. types for a 64-bit...
2006-09-09 Wayne DavisonMention the latest changes.
2006-09-09 Wayne DavisonAdded the RSYNC_PID environment variable for the pre...
2006-09-02 Wayne DavisonA slight simplification to the last change.
2006-09-02 Wayne DavisonAn even better way to un-backslash-escape the filenames...
2006-09-01 Wayne DavisonImproved the --delete-excluded test based on Matt's...
2006-09-01 Wayne DavisonMatt pointed out that the code was not properly droppin...
2006-08-31 Wayne DavisonFixed handling of filenames with an embedded $, @,...
2006-08-31 Wayne DavisonAdded Matt's --delete-excluded test for merge-file...
2006-08-31 Wayne DavisonMake sure that --delete-excluded does not elide a per...
2006-08-26 Wayne DavisonWhen we're cleaning up a path of "/" in relative mode...
2006-08-12 Wayne DavisonFixed an exclude bug with --relative excluding "/".
2006-07-29 Wayne DavisonCheck return value of asprintf() in full_fname(), as...
2006-07-21 Wayne DavisonAssign datarootdir=@datarootdir@ so that a modern autoconf
2006-07-10 Wayne DavisonUse new MAKEDEV() macro instead of makedev() directly.
2006-07-10 Wayne DavisonDefine MAKEDEV() based on the MAKEDEV_TAKES_3_ARGS...
2006-07-10 Wayne DavisonIf makedev() takes 3 args, define MAKEDEV_TAKES_3_ARGS.
2006-07-03 Wayne DavisonMention the "munge symlinks" daemon setting.
2006-07-03 Wayne DavisonObey the new "munge symlinks" dameon setting.
2006-07-03 Wayne DavisonDocument "munge symlinks".
2006-07-03 Wayne DavisonAdded the "munge symlinks" setting.
2006-07-03 Wayne DavisonFixed the indentation on a few lines.
2006-06-30 Wayne DavisonDecided that I like remove-source-files better than...
2006-06-30 Wayne DavisonChanged --remove-sent-files into --remove-sender-files.
2006-06-30 Wayne DavisonAdded --remove-sender-files and deprecated --remove...
2006-06-30 Wayne DavisonThe remove_sent_files var was renamed to remove_sender_...
2006-06-30 Wayne DavisonHandle the --remove-sender-files option by sending...
2006-06-30 Wayne DavisonHandle the --remove-sender-files option by sending...
2006-06-30 Wayne DavisonChanged the name of the nightly symlink.
2006-06-30 Wayne DavisonMake use of module_dirlen in full_fname().
2006-06-19 Wayne DavisonAllow --with-nobody-group=GROUP (patch from Olivier...
2006-06-16 Wayne DavisonMention the latest bug-fix.
2006-06-16 Wayne DavisonMake sure that the %f escape always has the full path...
2006-06-16 Wayne DavisonUpdated the "use chroot" section with the latest symlin...
2006-06-07 Wayne DavisonMention the latest log-file improvements.
2006-06-07 Wayne DavisonMoved the "log file" and "syslog facility" sections...
2006-06-07 Wayne DavisonCall log_init() with its new "restart" (0 or 1) arg.
2006-06-07 Wayne Davison- Pass "module_id" to the two log-related settings...
2006-06-07 Wayne DavisonMade "log file" and "syslog facility" per-module settings.
2006-06-05 Wayne DavisonImproved some comments in get_local_name() and improved the
2006-06-05 Wayne DavisonMention the latest bug-fix.
2006-06-05 Wayne DavisonIf we fail to create a new directory, skip trying to...
2006-06-05 Wayne DavisonAdded FLAG_MISSING.
2006-06-05 Wayne DavisonGot rid of an unused extern.
2006-06-01 Wayne DavisonMention the temp-file fix.
2006-06-01 Wayne DavisonGot rid of the FNAME logcode enum.
2006-06-01 Wayne DavisonChanged rprintf() messages that started with a newline...
2006-06-01 Wayne Davison- Got rid of the FNAME logcode enum.
2006-06-01 Wayne Davison- Got rid of the FNAME logcode enum.
2006-06-01 Wayne DavisonFixed a typo that set stdout_format_has_i instead of...
2006-05-30 Wayne DavisonMention the latest --log-* option changes.
2006-05-30 Wayne DavisonAuthorize the current host in the rsyncd.conf file...
2006-05-30 Wayne Davison- Added the --log-file-format option to the daemon...
2006-05-30 Wayne DavisonIf the user specifies --log-file-format without --log...
2006-05-30 Wayne DavisonSkip transfer logging if the logfile_format string...
2006-05-30 Wayne DavisonAllow the --log-file-format=FMT option (if given when...
2006-05-30 Wayne Davison- Allow the --log-file-format option to override the...
2006-05-29 Wayne DavisonDocument the new --log-file-format option and renamed...
2006-05-29 Wayne Davison- Use the renamed stdout_format_has_i variable.
2006-05-29 Wayne DavisonTurn off the --log-file option on the server side for...
2006-05-29 Wayne DavisonUse the renamed stdout_format_has_i variable.
2006-05-29 Wayne Davison- Use the renamed stdout_format_has_i variable.
2006-05-29 Wayne Davison- Use the renamed stdout_format_has_i, stdout_format_ha...
2006-05-29 Wayne Davison- Renamed log_format -> stdout_format.
2006-05-29 Wayne DavisonThe print_child_argv() function should be outputting...
2006-05-18 Wayne DavisonThe cleanup_set() call was not getting called w/o ...
2006-05-18 Wayne Davison- Improved the setting of cleanup_new_fname and cleanup...
2006-05-18 Wayne DavisonImproved two lseek() error messages.
2006-05-17 Wayne DavisonMention the latest fixes.
2006-05-16 Wayne DavisonTweaked a couple things in try_dests_reg().
2006-05-14 Wayne DavisonMake --quiet quieter (like it used to be), but also...
2006-05-11 Wayne DavisonUpdated the (commented out) valgrind command.
2006-05-11 Wayne DavisonGot rid of the .ignore kluge.
2006-05-11 Wayne DavisonAdded ".bzr/" to the default CVS exclusions.
2006-05-10 Wayne DavisonThis file hasn't been needed for a while now...
2006-05-10 Wayne DavisonAdded the updating of a symlink to the very latest...
2006-05-09 Wayne DavisonMention the --log-file option.
2006-05-09 Wayne DavisonDocument the new --log-file option.
2006-05-09 Wayne DavisonOutput the progress message as FCLIENT instead of FINFO.
2006-05-09 Wayne DavisonGot rid of the call to log_exit() now that the cleanup...
2006-05-09 Wayne Davison- Turned some FINFO rprintf() calls into FCLIENT calls...
2006-05-09 Wayne Davison- Use the new logfile_* variables that are set by the...
2006-05-09 Wayne DavisonSome demon_log_* variables changed into logfile_* varia...
2006-05-09 Wayne DavisonAdded --log-file and several logfile_* support variables.
2006-05-09 Wayne DavisonRevised the logic for when to call log_exit() to handle the
2006-05-09 Wayne DavisonTweaked the comment about log-message categories.
2006-05-09 Wayne DavisonGot rid of an unused variable.
2006-05-09 Wayne DavisonMention the latest bugfix and improved an old description.
2006-05-09 Wayne DavisonIf the --partial-dir value is an absolute path and...
2006-05-05 Wayne DavisonImproved the doc for --existing and --ignore-existing.
2006-05-05 Wayne Davison- Moved the sanitizing of the partial_dir value here...
2006-05-05 Wayne Davison- Added some calls to die_on_unsafe_path() to the path...
next