rsync.git
2006-03-21 Wayne DavisonImproved a few things that a more modern yodl complaine...
2006-03-17 Wayne DavisonChanged where ITEM_REPORT_ATIME goes in the list.
2006-03-17 Wayne DavisonGo ahead and define upcoming ITEM_REPORT_* defines...
2006-03-16 Wayne DavisonAdded support for using solaris's "setfacl -s" in place of
2006-03-16 Wayne DavisonMake sure that the --relative test creates the implied...
2006-03-16 Wayne DavisonAn extra safeguard for msg2sndr_flush().
2006-03-16 Wayne DavisonMade the new msg2sndr handling even better.
2006-03-16 Wayne DavisonMention fix for stunnel-using rsync.
2006-03-16 Wayne DavisonOptimized the reacquisition of the code value from...
2006-03-16 Wayne DavisonFixed the reacquisition of the code value from the...
2006-03-16 Wayne Davison- Optimized the msg_list_item structure to make the...
2006-03-15 Wayne DavisonMention the log-file.diff.
2006-03-15 Wayne DavisonGot rid of an errant newline.
2006-03-13 Wayne DavisonImproved the regex to match syslog lines and be easier...
2006-03-13 Wayne DavisonChanging the version to 2.6.8cvs.
2006-03-13 Wayne DavisonStarting the news for 2.6.8.
2006-03-13 Wayne DavisonRolling over the NEWS from 2.6.7.
2006-03-13 Wayne DavisonFixed a bug where the NEWS file got an extra newline...
2006-03-13 Wayne DavisonAdded a test of a simple exclude when --relative is...
2006-03-13 Wayne DavisonFixed a problem when copying an absolute source path...
2006-03-13 Wayne DavisonBlock-quote the itemized list in the --stats section...
2006-03-11 Wayne DavisonPreparing for release of 2.6.7 v2.6.7
2006-03-11 Wayne DavisonMention solo-dir fix for a dir without S_IWUSR.
2006-03-10 Wayne DavisonDon't force S_IWUSR on a solo directory transfer.
2006-03-07 Wayne DavisonMake extra sure that authbuf can't overflow.
2006-03-06 Wayne DavisonMention fix for Proxy-Authorization header.
2006-03-06 Wayne DavisonCall base4_encode() with "1" for its new "pad" arg...
2006-03-06 Wayne DavisonThe base4_encode() function now takes a "pad" arg which...
2006-03-04 Wayne DavisonTweaked the mode of the files in the tar file.
2006-03-02 Wayne DavisonSince the samba.org rsync is so old that it doesn't...
2006-03-02 Wayne DavisonPreparing for release of 2.6.7pre3 v2.6.7pre3
2006-03-02 Wayne DavisonMention the get_local_name() change.
2006-03-02 Wayne DavisonDon't allow overwriting a non-directory with a director...
2006-03-02 Wayne DavisonIf get_local_name() fails to stat() the destination...
2006-03-01 Wayne DavisonA couple more improvements for --list-only.
2006-03-01 Wayne DavisonImproved a couple sentences.
2006-02-28 Wayne DavisonOne more bugfix.
2006-02-28 Wayne DavisonGot the order of s1 and s2 right in the debug output.
2006-02-28 Wayne DavisonUpdate for hash-table change.
2006-02-28 Wayne DavisonDecided to drop the dynamically sized hash table for...
2006-02-28 Wayne DavisonRenamed sum_table -> hash_table.
2006-02-28 Wayne DavisonChanged the name of GETTAG() to SUM2HASH().
2006-02-28 Wayne DavisonEliminated one variable from hash_search().
2006-02-28 Wayne Davison- Fixed a problem with the new gettag2() macro by getti...
2006-02-27 Wayne DavisonAdded --no-H and --no-hard-links.
2006-02-27 Wayne DavisonMention the hash table change.
2006-02-27 Wayne DavisonThis is Shachar Shemesh's patch for making the hash...
2006-02-27 Wayne DavisonAdded a "chain" item to the struct sum_buf.
2006-02-27 Wayne DavisonTweaked a sentence.
2006-02-27 Wayne DavisonIn read_sum_head(): if we read a negative checksum...
2006-02-24 Wayne DavisonTweaked a sentence.
2006-02-24 Wayne DavisonDocument the latest changes.
2006-02-24 Wayne Davison- Document the new --copy-dirlinks option.
2006-02-24 Wayne DavisonMake sure the receiver resets copy_dirlinks (so that...
2006-02-24 Wayne Davison- Got rid of unused externs.
2006-02-24 Wayne DavisonAdded the new --copy-dirlinks (-k) option.
2006-02-24 Wayne DavisonGot rid of unused externs.
2006-02-24 Wayne DavisonA recently added stat() call needed to be do_stat().
2006-02-24 Wayne DavisonMade create_directory_path() return -1 if it couldn...
2006-02-24 Wayne DavisonNeed to define an orig_umask value now that utils.c...
2006-02-24 Wayne DavisonThe orig_umask value is now a mode_t.
2006-02-24 Wayne DavisonThe create_directory_path() function no longer takes...
2006-02-24 Wayne Davison- The orig_umask value is now a mode_t.
2006-02-24 Wayne DavisonMoved the orig_umask variable's definition into main...
2006-02-24 Wayne Davison- Call mkdir_defmode() instead of do_mkdir().
2006-02-24 Wayne DavisonCall mkdir_defmode() instead of do_mkdir().
2006-02-24 Wayne Davison+ Added mkdir_defmode().
2006-02-24 Wayne DavisonMoved an extern into its proper place.
2006-02-23 Wayne DavisonOne more fuzzy tweak.
2006-02-23 Wayne DavisonSome improved fuzzy-parent-dir logic.
2006-02-23 Wayne DavisonMention latest fixes.
2006-02-23 Wayne DavisonThe new fuzzy-dir logic once again avoids calling get_d...
2006-02-23 Wayne DavisonFixed the creation of symlinks and devices when both...
2006-02-23 Wayne DavisonRenamed fuzzy_dirname -> parent_dirname.
2006-02-23 Wayne DavisonMake sure that the --fuzzy option's dir-scan doesn...
2006-02-23 Wayne DavisonMention the --list-arg change.
2006-02-23 Wayne DavisonDocument the revised --list-only behavior and the abili...
2006-02-23 Wayne DavisonRsync no longer returns a usage error when used with...
2006-02-22 Wayne Davison- Improved the way we generate the tar file.
2006-02-21 Wayne DavisonMentioned that the daemon now logs connections.
2006-02-21 Wayne DavisonLog every connect to the daemon.
2006-02-21 Wayne DavisonAdded a comment.
2006-02-20 Wayne DavisonA few more tweaks and fixes.
2006-02-20 Wayne Davison- Moved the checkout of the cvs source above the versio...
2006-02-20 Wayne DavisonMade the new warning more visible.
2006-02-20 Wayne DavisonMention if any of the CVS files we're putting in the...
2006-02-20 Wayne DavisonMention a couple more bug fixes.
2006-02-20 Wayne DavisonA brief msleep() in option_error() may be helpful to...
2006-02-20 Wayne DavisonDon't try to obey bwlimit restriction until bwlimit_wri...
2006-02-20 Wayne DavisonWhen starting up a transfer, substitute the remember_ch...
2006-02-20 Wayne DavisonMade the formerly static sigchld_handler() available...
2006-02-20 Wayne DavisonIn dest_mode(), we now apply any "incoming chmod" chang...
2006-02-20 Wayne DavisonSet a new daemon_chmod_modes pointer with the daemon...
2006-02-19 Wayne DavisonMention the change in how "incoming chmod" works when...
2006-02-19 Wayne DavisonSlightly tweaked the output in non-live mode.
2006-02-19 Wayne DavisonChanged parse_chmod() to return the pointer to the...
2006-02-19 Wayne DavisonPreparing for release of 2.6.7pre2 v2.6.7pre2
2006-02-19 Wayne DavisonThe tar command needed --no-recursion.
2006-02-19 Wayne DavisonThe hide filter rule is no longer needed.
2006-02-19 Wayne DavisonImproved the description of a fix in 2.6.4.
next