rsync.git
2005-01-10 Wayne DavisonMoved the reading of the final MSG_DONE message here...
2005-01-10 Wayne DavisonMoved the reading of the final MSG_DONE message from...
2005-01-06 Wayne DavisonMention new atomic-rsync script.
2005-01-06 Wayne DavisonA perl script to effect an atomic transfer of a set...
2005-01-03 Wayne DavisonDecided that a cross-compling configure should default the
2005-01-03 Wayne DavisonImproved the last addition.
2005-01-03 Wayne DavisonIf lchown() is not available, we only skip the call...
2005-01-03 Wayne Davison- Added a test to see if chown() follows symlinks.
2005-01-03 Wayne DavisonMention lchown() fix.
2005-01-03 Wayne DavisonIf there is no lchown(), don't try to set the user...
2005-01-03 Wayne DavisonMoved kluged (conditional) define of lchown from h...
2005-01-02 Wayne DavisonBacked out changes to send_deflated_token() that surrou...
2005-01-02 Wayne DavisonFixed Z_INSERT_ONLY support in deflate_stored().
2005-01-02 Wayne DavisonThe deflate_stored() function needed to support Z_INSER...
2005-01-02 Wayne DavisonIn send_deflated_token(), the section that handles...
2005-01-01 Wayne Davison- Use an int32 for the each block-size variable.
2005-01-01 Wayne Davison- Use an int32 for the each block-size variable.
2005-01-01 Wayne DavisonUse an int32 for the each block-size variable.
2005-01-01 Wayne Davison- Use an int32 for the each block-size variable.
2005-01-01 Wayne Davison- Use an int32 for the each block-size variable.
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 v2.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.
next