rsync/rsync.git
2005-01-01 Wayne Davison- Use an int32 for each checksum length variable.
2004-12-31 Wayne DavisonSince lp_bind_address() can't return NULL, we need...
2004-12-31 Wayne DavisonA minor improvement to the just-committed code.
2004-12-31 Wayne DavisonThe code that tries to read an error from the socket...
2004-12-31 Wayne DavisonSet select_timeout if the per-module timeout value...
2004-12-22 Wayne DavisonIf we send --files-from to the remote server and relati...
2004-12-16 Wayne DavisonMention latest fix.
2004-12-16 Wayne DavisonThe "ignore nonreadable" daemon parameter no longer...
2004-12-14 Wayne DavisonGot rid of the rare failure caused by a directory-time...
2004-12-13 Wayne DavisonDon't call do_lstat() unless SUPPORT_LINKS is defined.
2004-12-08 Wayne DavisonDocument the client version of the --port option.
2004-12-08 Wayne DavisonAllow --port to be used in client mode (as well as...
2004-12-08 Wayne DavisonIf rsync_port is 0, set it to RSYNC_PORT.
2004-12-08 Wayne DavisonSwitching to a better rsync_port fix.
2004-12-06 Wayne DavisonDocument the new "address" global option.
2004-12-06 Wayne DavisonMade --port and --address point the user at the relevan...
2004-12-06 Wayne DavisonCheck the global option "address" if the user didn...
2004-12-06 Wayne DavisonAdded support for the "address" option.
2004-12-06 Wayne DavisonSet default port value for a :: file-spec without a...
2004-12-03 Wayne DavisonImproved the examples for the --relative option.
2004-12-02 Wayne DavisonCheck the return value of flush_write_file() and report...
2004-11-30 Wayne DavisonImproved the description of the --update option.
2004-11-30 Wayne DavisonImproved some of the descriptions.
2004-11-29 Wayne DavisonRemoved some redundant words in a sentence.
2004-11-27 Wayne DavisonMake some of the --*-dest comments clearer and more...
2004-11-27 Wayne DavisonImproved some of the items.
2004-11-27 Wayne DavisonMentioned the latest enhancements.
2004-11-27 Wayne DavisonAllow "port" to be specified in the rsyncd.conf file.
2004-11-27 Wayne DavisonAdded tests for multiple --compare-dest options and...
2004-11-27 Wayne DavisonAdded support for multiple --*-dest options.
2004-11-27 Wayne Davison- Added parsing for --copy-dest.
2004-11-27 Wayne DavisonThe compare_dest variable changed.
2004-11-27 Wayne Davison- Added support for --copy-dest, which behaves like...
2004-11-27 Wayne Davison- Define MAX_BASIS_DIRS.
2004-11-27 Wayne DavisonDocument --copy-dest and the support for multiple ...
2004-11-20 Wayne DavisonFixed a socket-data conflict when verbosity is >= 2...
2004-11-20 Wayne DavisonMention latest fix.
2004-11-20 Wayne DavisonCall set_msg_fd_in() during the early phase of being...
2004-11-20 Wayne DavisonSome minor improvements to read_msg_fd() made it safe...
2004-11-17 Wayne DavisonMention that the --bwlimit may now be combined with...
2004-11-17 Wayne Davison- Mention the latest enhancements.
2004-11-17 Wayne DavisonAged the 2.6.3 release news.
2004-11-17 Wayne Davison- Added the --bwlimit option to the options that are...
2004-11-17 Wayne DavisonSeparate the daemon options from the normal client...
2004-11-13 Wayne DavisonTweaked the error code for a pipe() failure.
2004-11-13 Wayne DavisonMentioned the new fork() check.
2004-11-13 Wayne DavisonDie with an appropriate error if do_fork() fails.
2004-11-11 Wayne DavisonMention the new --max-size option.
2004-11-11 Wayne DavisonObey the max_size setting.
2004-11-11 Wayne DavisonAdded the --max-size option.
2004-11-11 Wayne DavisonDocument --max-size.
2004-11-03 Wayne DavisonChecking in the g2r-basis-filename patch that ensures...
2004-11-02 Wayne DavisonAlways include lib/snprintf.o when we include lib/compat.o.
2004-10-27 Wayne DavisonMention latest fix.
2004-10-27 Wayne DavisonDon't ever call make_backup() if we're removing a desti...
2004-10-18 Wayne DavisonMention the latest bug-fix.
2004-10-18 Wayne DavisonFixed an off-by-one error in the handling of --max...
2004-10-14 Wayne DavisonMention new option parsing.
2004-10-14 Wayne DavisonSeparate the daemon options so that the user can't...
2004-10-14 Wayne DavisonIt seems that some popt releases don't define POPT_TABL...
2004-10-12 Wayne DavisonDecided we don't need the build_gen target after all.
2004-10-11 Wayne Davison- Got rid of some awkward spacing in the long_options...
2004-10-10 Wayne DavisonMention the latest changes.
2004-10-10 Wayne DavisonCall flush_write_file() in _exit_cleanup() if we are...
2004-10-08 Wayne DavisonHandle systems where the makedev() macro is named mkdev().
2004-10-08 Wayne DavisonA new target, build_gen, works like gen w/o man-page...
2004-10-07 Wayne DavisonImproved an error message by using rsyserr().
2004-10-07 Wayne DavisonMention in -a's usage message that -H isn't implied.
2004-10-06 Wayne DavisonRe-enable the "!" token-handling in a .cvsignore file.
2004-10-01 Wayne DavisonThe device-handling code is no longer omitted based...
2004-10-01 Wayne DavisonImproved do_mknod() so that it handles creating a fifo...
2004-10-01 Wayne DavisonMake sure that all programs that use syscall.o also...
2004-10-01 Wayne Davison- Check if struct sockaddr_un has a sun_len member.
2004-10-01 Wayne DavisonSome systems need do_mkstemp() to use setmode() to...
2004-10-01 Wayne DavisonCheck for the setmode() function.
2004-09-30 Wayne DavisonPreparing for release of 2.6.3
2004-09-30 Wayne DavisonMention the enhancement that was made (quite a while...
2004-09-30 Wayne DavisonRefined the text of a few of the news items.
2004-09-30 Wayne Davison- Mention the fix for lost output with 2>&1.
2004-09-30 Wayne DavisonMention the (anticipated) 2.6.3 release date.
2004-09-29 Wayne DavisonSet our stderr output to blocking I/O to avoid any...
2004-09-24 Wayne DavisonChanged the errors concerning the secrets file to outpu...
2004-09-24 Wayne Davison- Make sure that match_address() always restores the...
2004-09-24 Wayne DavisonTurned the various FERROR messages into (the more prope...
2004-09-23 Wayne DavisonAdded some more --inplace info (i.e. it implies --parti...
2004-09-23 Wayne DavisonMade the refused-option message clearer, like Paul...
2004-09-23 Wayne DavisonCreate a FIFO using mkfifo.
2004-09-23 Wayne DavisonAssume that gettimeofday() takes two arguments when...
2004-09-23 Wayne DavisonOnly output major/minor info for a character/block...
2004-09-22 Wayne DavisonMention that --partial-dir now sets an exclude that...
2004-09-22 Wayne DavisonIf the partial-dir value is relative, add a directory...
2004-09-22 Wayne DavisonIn get_exclude_tok(), if XFLG_DIRECTORY was passed...
2004-09-22 Wayne DavisonAdded XFLG_DIRECTORY define.
2004-09-21 Wayne DavisonPreparing for release of 2.6.3pre2
2004-09-21 Wayne DavisonMention the daemon-socket-connection change.
2004-09-21 Wayne DavisonMentioned a couple more changes.
2004-09-21 Wayne DavisonThe delete_one() function no longer needs to handle...
2004-09-21 Wayne Davison- Turned readlink_stat() into a static function.
2004-09-20 Wayne Davison- Fixed a problem with the $bakdir value.
2004-09-20 Wayne DavisonOutput a backup message when verbose > 1 and we did...
next