rsync/rsync.git
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
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
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.
2006-02-18 Wayne DavisonThe perl script I use to create new rsync releases...
2006-02-18 Wayne DavisonA perl script I wrote to make a new "nightly" tar file and
2006-02-16 Wayne DavisonSome more refinement of the --checksum section.
2006-02-15 Wayne DavisonDon't try to help the ACKs for the --remove-sent-file...
2006-02-15 Wayne DavisonOne last change to make the --checksum distinction...
2006-02-15 Wayne DavisonAnother attempt to make --checksum clearer.
2006-02-15 Wayne DavisonImproved the --checksum description and mention our...
2006-02-15 Wayne DavisonImproved the while's logic in increment_active_files().
2006-02-15 Wayne DavisonMention the change to --remove-sent-files.
2006-02-15 Wayne DavisonCall increment_active_files() during the first phase...
2006-02-15 Wayne DavisonAdded increment_active_files() and decrement_active_fil...
2006-02-14 Wayne Davison- Changed "called" to "named".
2006-02-14 Wayne DavisonTweaked a comment.
2006-02-13 Wayne DavisonList more of the doc improvements, list some of the...
2006-02-13 Wayne DavisonModified the sentence about doc improvements.
2006-02-13 Wayne DavisonDocument what all the items in the --stats output mean.
2006-02-13 Wayne DavisonMade the receiver count the size of symlinks in the...
2006-02-12 Wayne DavisonAdded missing release-history lines for 2.6.6 and 2...
2006-02-11 Wayne DavisonMention the ignoring of SIGXFSZ.
2006-02-11 Wayne DavisonWe now ignore the SIGXFSZ signal (if it is defined).
2006-02-11 Wayne DavisonMore improvements for "--help", and a couple hyphenatio...
2006-02-11 Wayne DavisonAdded a backward-compatibility note about -h to the...
2006-02-09 Wayne DavisonFixed some typos, got rid of some extraneous spaces...
2006-02-09 Wayne DavisonThe -h was missing from the daemon's option summary.
2006-02-09 Wayne Davison- Improved the description of how 'D' because 'D' and...
next