rsync/rsync.git
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...
2006-05-05 Wayne Davison- Added a call to die_on_unsafe_path() to handle_partia...
2006-05-05 Wayne DavisonA few minor changes to match the recent --help changes in
2006-05-05 Wayne Davison- Don't check HAVE_LINK directly, use SUPPORT_HARD_LINK...
2006-05-05 Wayne DavisonCall the new die_on_unsafe_path() function in a few...
2006-05-05 Wayne DavisonCall the new die_on_unsafe_path() function in a couple...
2006-05-05 Wayne DavisonAdded a new function named die_on_unsafe_path(). This...
2006-05-05 Wayne Davison- Don't check HAVE_LINK directly, use SUPPORT_HARD_LINK...
2006-05-05 Wayne DavisonCast file->mode to an int when printing it via %o.
2006-05-04 Paul GreenFix generator.c to avoid calling do_link() on systems...
2006-05-04 Wayne DavisonA few more improvements.
2006-05-04 Wayne DavisonA few minor twiddles.
2006-05-04 Wayne DavisonAdded/clarified the latest bug-fix info.
2006-05-03 Wayne DavisonCast the enum in rwrite() when calling send_msg().
2006-05-03 Wayne DavisonUse send_msg() when forwarding a log message, not io_mu...
2006-05-03 Wayne DavisonChanged read_msg_fd() to always use send_msg()/rwrite...
2006-05-03 Wayne DavisonA small optimization to the new code in msg2sndr_flush().
2006-05-03 Wayne DavisonMade log_init() call timestring() instead of just local...
2006-05-03 Wayne DavisonImproved the last bugfix description.
2006-05-03 Wayne DavisonMention the fix for the "unexpected tag 3" bug.
2006-05-03 Wayne DavisonFixed a bug where deferred MSG_INFO/MSG_ERROR/MSG_LOG...
2006-05-03 Wayne DavisonAdded module_dirlen now that utils.o needs it.
2006-05-03 Wayne Davison- Call safe_stat() instead of do_stat() when a sanitizi...
2006-05-03 Wayne Davison- Call safe_stat() instead of do_stat() when a sanitizi...
2006-05-03 Wayne Davison- Call safe_stat() instead of do_stat() when a sanitizi...
2006-05-03 Wayne Davison- Added curr_dir_depth, a variable that keeps track...
2006-05-03 Wayne DavisonUse the new calling syntax for sanitize_path().
2006-05-02 Wayne DavisonTweaked some variable names in readlink_stat() and...
2006-05-02 Wayne DavisonMention the latest bug-fixes.
2006-05-02 Wayne DavisonTest the new symlink sanitizing fix by using ::test...
2006-05-02 Wayne DavisonTweaked our test config file to include transfer loggin...
2006-05-02 Wayne DavisonMoved the sanitizing of a symlink's link string here...
2006-05-02 Wayne DavisonFixed a problem in the --link-dest processing where...
2006-05-02 Wayne DavisonSet a new variable, startdir_depth, to indicate how...
2006-05-02 Wayne DavisonGot rid of the sanitizing of a symlink's link string...
2006-04-28 Wayne DavisonWe can't check the --*-dest args against the server...
2006-04-28 Wayne DavisonWe sanitize the --*-dest args here so they can be relat...
2006-04-28 Wayne DavisonMoved the sanitizing of the --*-dest args into main.c.
2006-04-25 Wayne DavisonUpdated the FSF's address to an even newer one.
2006-04-25 Wayne Davison- Updated the address for the FSF in the opening comment.
2006-04-24 Wayne DavisonTweaked some whitespace to match the latest version...
next