rsync/rsync.git
2006-10-09 Wayne DavisonAdded link_dest_used unsigned short to struct hlink...
2006-10-09 Wayne DavisonAnother tweak to the --chmod summary.
2006-10-08 Wayne DavisonMention the latest bug fix.
2006-10-08 Wayne DavisonMake the daemon's "incoming chmod" tweaks happen last...
2006-10-08 Wayne DavisonClarify the short description of --chmod.
2006-10-08 Wayne DavisonCall push_dir() with its new boolean arg.
2006-10-08 Wayne Davison- Call push_dir() with its new boolean arg, including...
2006-10-08 Wayne DavisonMade the push_dir() function take an option to skip...
2006-10-07 Wayne DavisonMoved some of the variable setup from "make check"...
2006-10-07 Wayne DavisonMoved some variable setup here from the Makefile and...
2006-10-07 Wayne DavisonChanged the -o to -a in the "if".
2006-10-07 Wayne DavisonA bug-fix for die_on_unsafe_path() when the path doesn...
2006-09-30 Wayne DavisonAdded exception-checking to a couple select() calls...
2006-09-30 Wayne DavisonDocument that --ignore-times thwarts all --link-dest...
2006-09-30 Wayne DavisonI decided that combining --link-dest with -I doesn...
2006-09-26 Wayne DavisonMention that the --backup-dir option is a receiver...
2006-09-24 Wayne DavisonMention the latest bugfix.
2006-09-24 Wayne DavisonOutput the who_am_i() info in out-of-memory() and overf...
2006-09-24 Wayne DavisonProvide the who_am_i() function.
2006-09-23 Wayne DavisonSome more testing based on Matt's recent patch.
2006-09-23 Wayne DavisonMatt tracked down a bug in the daemon option "incoming...
2006-09-23 Wayne DavisonImprovments by Matt for the --progress option, includin...
2006-09-20 Wayne DavisonMention the current limitation of the RSYNC_EXIT_STATUS...
2006-09-20 Wayne DavisonMention the new --remove-s*-files error.
2006-09-20 Wayne DavisonComplain if a --remove-s*-files option is set and we...
2006-09-18 Wayne DavisonThe [ & ] are now removed from a literal IPv6 hostname...
2006-09-18 Wayne DavisonWhen parsing a literal IPv6 address in square brackets...
2006-09-18 Wayne DavisonAdded a missing '-' to the string "-rsh".
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.
next