rsync/rsync.git
2005-01-17 Wayne Davison- Moved read_sum_head() to io.c (because the generator...
2005-01-17 Wayne DavisonTweaked the read_size var (formerly map_size) that...
2005-01-17 Wayne DavisonMoved read_sum_head() here from sender.c (because the...
2005-01-17 Wayne DavisonMake sure that we don't compute a block size larger...
2005-01-17 Wayne Davison- Changed the map_size parameter to map_file() to be...
2005-01-17 Wayne Davison- Incremented the PROTOCOL_VERSION to 29.
2005-01-17 Wayne DavisonGot rid of an unneeded assert().
2005-01-17 Wayne DavisonAdded a commented-out RSYNC initialization that uses...
2005-01-17 Wayne DavisonPut double-quotes around the --rsync-path arg.
2005-01-17 Wayne DavisonCollapsed two sed invocations into one.
2005-01-15 Wayne DavisonFixed an off-by-one comparison against MAX_BASIS_DIRS.
2005-01-15 Wayne DavisonUse the new FNAMECMP_BASIS_DIR_HIGH to improve a compar...
2005-01-15 Wayne DavisonDefine FNAMECMP_BASIS_DIR_LOW and FNAMECMP_BASIS_DIR_HI...
2005-01-15 Wayne DavisonMake sure that the generator sent us a valid index...
2005-01-15 Wayne DavisonMade basis_dir_cnt non-static.
2005-01-15 Wayne DavisonMade compare_dest non-static.
2005-01-15 Wayne DavisonSome inplace-checking code should have been inside...
2005-01-15 Wayne DavisonSimplified the logic in allow_access() and tweaked...
2005-01-15 Wayne DavisonSimplified one "if" that checks if one of the --FOO...
2005-01-14 Wayne DavisonImproved the docs on --delete and --delete-after.
2005-01-14 Wayne Davison- We now remove the DEST~old~ dir instead of renaming...
2005-01-14 Wayne DavisonMake sure that the presence of a partial-dir file is...
2005-01-14 Wayne DavisonWe also need the "name pipe" from the generator to...
2005-01-14 Wayne DavisonFor the "unexpected tag" or "multiplexing overflow...
2005-01-13 Wayne DavisonAid forward-compatibility in the include/exclude syntax...
2005-01-12 Wayne Davison- Allow multiple source paths to be specified (and...
2005-01-12 Wayne DavisonThis is Joe Smith's rrsync (restricted rsync) perl...
2005-01-11 Wayne DavisonA simple Makefile.
2005-01-11 Wayne DavisonA debug program to help diagnose data-transfer corrupti...
2005-01-10 Wayne DavisonFixed the file_checksum1() function that is compiled...
2005-01-10 Wayne DavisonTwo more fixes.
2005-01-10 Wayne DavisonAdded a "overwriting_basis" arg to finish_transfer().
2005-01-10 Wayne Davison- Call finish_transfer() with its new arg. This ensure...
2005-01-10 Wayne DavisonCall finish_transfer() with its new arg.
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.
next