]> git.ipfire.org Git - thirdparty/rsync.git/shortlog
thirdparty/rsync.git
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...
2006-04-24  Wayne DavisonIncremented the version to 2.6.9cvs.
2006-04-24  Wayne DavisonRolled over the news file for the next version.
2006-04-24  Wayne DavisonUpdated to the version dated 2006-02-23.
2006-04-22  Wayne DavisonPreparing for release of 2.6.8 v2.6.8
2006-04-21  Wayne DavisonMention the phase-unknown changes.
2006-04-21  Wayne Davison- Got rid of the (mostly useless) io_read_phase and...
2006-04-21  Wayne DavisonGot rid of the setting of io_write_phase.
2006-04-21  Wayne DavisonMention the security fix for patches/xattrs.diff.
2006-04-18  Wayne DavisonImproved the --owner and --group sections.
2006-04-18  Wayne DavisonTwiddle the trailing output in non-live mode.
2006-04-18  Wayne DavisonFixed a typo in the new code.
2006-04-18  Wayne Davison- Fixed --copy-dest behavior on a system where CAN_HARD...
2006-04-18  Wayne DavisonA slight improvement to the logic in try_dests_non().
2006-04-17  Wayne DavisonMention the latest bugfix.
2006-04-17  Wayne DavisonFixed a bug where special files were not getting hard...
2006-04-17  Wayne DavisonDon't use the -C option to make (since it's not portable).
2006-04-17  Wayne DavisonMention the latest fixes.
2006-04-17  Wayne DavisonUse the new CAN_HARDLINK_SYMLINK and CAN_HARDLINK_SPECI...
2006-04-17  Wayne DavisonAdded two new checks: 1. Does link() hard-link symlink...
2006-04-17  Wayne DavisonDon't use -C with make because it's not portable.
2006-04-13  Wayne DavisonGot rid of the unused REPLACE_INET_NTOA and REPLACE_INE...
2006-04-13  Wayne DavisonGot rid of inet_ntoa -> rep_inet_ntoa tom-foolery becau...
2006-04-13  Wayne DavisonGot rid of the replacement inet_aton() and inet_ntoa...
2006-04-12  Wayne DavisonImproved a sentence.
2006-04-12  Wayne DavisonA few minor changes to some messages and a couple varia...
2006-04-12  Wayne DavisonPreparing for release of 2.6.8pre1 v2.6.8pre1
2006-04-11  Wayne DavisonMoved the include of netinet/ip.h into socket.c.
2006-04-11  Wayne DavisonMoved the include of netinet/ip.h here along with its...
2006-04-11  Wayne DavisonTweaked a comment.
2006-04-09  Wayne DavisonInclude netinet/ip.h .
2006-04-08  Wayne DavisonMention the read-position fix.
2006-04-08  Wayne DavisonFixed the value of map->p_fd_offset when a read() fails...
2006-04-08  Wayne DavisonUse --delete-after instead of --delete.
2006-04-08  Wayne DavisonWe don't need log_initialised exported after all.
2006-04-08  Wayne DavisonMoved the calls to client_addr() and client_name()...
2006-04-06  Wayne DavisonClarified a few items.
2006-04-06  Wayne DavisonA slightly better fix than the last version.
2006-04-06  Wayne DavisonMade log_initialised public.
2006-04-06  Wayne DavisonThere's no need for lp_load() to check am_daemon.
2006-04-02  Wayne DavisonImproved the bind()-failure message to mention what...
2006-04-02  Wayne DavisonGot rid of duplicate rsync: prefix from an rsyserr...
2006-04-02  Wayne DavisonImproved a couple sentences.
2006-03-31  Wayne Davison- Mention the logging fix for a single-use daemon.
2006-03-31  Wayne DavisonLog the connect message after calling log_init().
next