rsync/rsync.git
2007-04-20 Wayne DavisonChanged the *_abbbrevint() functions to *_varint().
2007-04-18 Wayne DavisonGot rid of protocol-29 check.
2007-04-18 Wayne DavisonIf ssh access is not enabled, use a shell function...
2007-04-18 Wayne DavisonGot rid of ACL's uid/gid iterators in favor of a single...
2007-04-14 Wayne DavisonCan eliminate the testtmp.* ignore rule now.
2007-04-14 Wayne DavisonChanged scratchbase from using a "testtmp." name prefix...
2007-04-12 Wayne DavisonImproved the description of the --checksum option.
2007-04-12 Wayne DavisonThe check for GCC <= 2 was in the wrong part of an...
2007-04-07 Wayne DavisonAllow a local-server copy to use -X and -A even if...
2007-04-07 Wayne DavisonThe improved --xattrs option is landing on the trunk.
2007-04-07 Wayne DavisonTweaked an error message and a comment.
2007-03-25 Wayne DavisonImproved push_dir() error reporting.
2007-03-21 Wayne DavisonThe print now uses a more straight-forward map() instea...
2007-03-18 Wayne DavisonUse relative directories, and note that the merge code...
2007-03-18 Wayne DavisonAdded a test of a multi-file copy from a nested directo...
2007-03-18 Wayne DavisonOne more tweak.
2007-03-18 Wayne DavisonFixed a multi-file, no-dir, relative copy, such as:
2007-03-18 Wayne DavisonPut the checksum seed at the end of the checksum2 buffe...
2007-03-18 Wayne DavisonMade a char* arg const.
2007-03-18 Wayne DavisonProtocol 30 now uses MD5 checksums instead of MD4.
2007-03-15 Wayne DavisonIn option descriptions, the short form of --copy-dirlin...
2007-03-14 Wayne DavisonI managed to duplicate the hang, so hopefully it's...
2007-03-14 Wayne DavisonFixed more potential hang cases for incremental recursion.
2007-03-14 Wayne DavisonNext step: allow protocol 30 to be used, but disallow...
2007-03-14 Wayne DavisonAdded an explicit option that will disallow the use of
2007-03-12 Wayne DavisonNext step: see if the hang returns with a partial resto...
2007-03-12 Wayne DavisonIt looks like some of the compile-farm hosts are hangin...
2007-03-12 Wayne DavisonChanged the sending of device major/minor numbers in...
2007-03-11 Wayne DavisonWhen a hard-linked device is duplicating the data from...
2007-03-11 Wayne DavisonDon't enable ACLs on darwin until we figure out how...
2007-03-11 Wayne DavisonLeave out two unneeded sys*_fd() functions due to their...
2007-03-11 Wayne DavisonWe now compile on systems where ENOTSUP is not defined.
2007-03-11 Wayne DavisonLeave SUPPORT_ACLS undefined instead of giving it a...
2007-03-11 Wayne DavisonSilence a compiler warning about a printf() %d mismatch.
2007-03-11 Wayne DavisonTemporarily skip this test as it is taking too long...
2007-03-11 Wayne DavisonUse the abbrevint30 routines in a few more places.
2007-03-11 Wayne DavisonMake configure continue if ACL support is not found...
2007-03-11 Wayne DavisonMoved the new static internal functions from h to io.h.
2007-03-11 Wayne DavisonThe ACL support has arrived! This version has a brand...
2007-03-08 Wayne DavisonChanged the code that cleans up the old nightly release...
2007-03-05 Wayne DavisonDecided that we don't really want the rule that preserv...
2007-03-04 Wayne DavisonA local server needs to process the auto-exclude rules...
2007-03-03 Wayne DavisonMention the slight change to the auto-filter rules...
2007-03-03 Wayne DavisonMoved a couple auto-filter rules from options.c into...
2007-03-02 Wayne DavisonMake the auto-generated protect filters use the perisha...
2007-02-17 Wayne DavisonMention a couple more changes.
2007-02-17 Wayne DavisonMake sure that a newly-created destination directory...
2007-02-16 Wayne Davison- Moved the second send_extr_file_list() call to a...
2007-02-16 Wayne DavisonImproved the incremental sending of file lists in two...
2007-02-16 Wayne DavisonMake sure that the am_server variable is non-zero after...
2007-02-04 Wayne DavisonFurther modifications to the copyright comment section.
2007-02-03 Wayne DavisonAdded a license comment to the top of the file.
2007-02-03 Wayne DavisonThe "ndx" variable now holds the unique, over-the-wire...
2007-02-03 Wayne DavisonThe ndx arg passed to increment_active_files() is now...
2007-01-31 Wayne DavisonMention the year 2007 in the copyright declarations.
2007-01-31 Wayne DavisonChanged the main file-scan loop to not check for redo...
2007-01-30 Wayne DavisonThe code can now set cur_flist to NULL sooner than...
2007-01-30 Wayne Davison- Renamed done_cnt -> msgdone_cnt.
2007-01-30 Wayne DavisonMoved the code that checks for finished file-lists...
2007-01-30 Wayne DavisonChanged how send_extra_file_list() checks if we have...
2007-01-30 Wayne DavisonImproved a sentence.
2007-01-28 Wayne DavisonSome improvements from Matt.
2007-01-27 Wayne Davison- Fixed a potential hang bug in wait_for_receiver(...
2007-01-27 Wayne DavisonChanged the variable "incremental" to "inc_recurse".
2007-01-27 Wayne DavisonImproved the talk of --hard-link improvements.
2007-01-27 Wayne DavisonMore extern tweaking.
2007-01-27 Wayne DavisonThe last MSG_DONE from the receiver to the generator...
2007-01-27 Wayne DavisonGot rid of unused externs.
2007-01-23 Wayne DavisonAdded an extra paragraph to the --link-dest option...
2007-01-23 Wayne DavisonPaul's patch to silence some 64-bit compiler warnings.
2007-01-21 Wayne DavisonFixed handling of "redo" items in protocol 30.
2007-01-20 Wayne Davison- Make sure that we can't write via io_flush() when...
2007-01-20 Wayne DavisonWe need to call msg2sndr_flush() in read_msg_fd() now.
2007-01-20 Wayne DavisonMake sure defer_forwarding_messages is set when msg_fd_...
2007-01-20 Wayne DavisonFixed some typos Matt found.
2007-01-10 Wayne DavisonMoved the code that adds each file's length to stats...
2007-01-09 Wayne DavisonRemoved a couple items (one complete, one that we don...
2006-12-29 Wayne DavisonMention that --prune-empty-dirs forces a non-incrementa...
2006-12-29 Wayne DavisonIf prune_empty_dirs is set, don't set incremental.
2006-12-29 Wayne DavisonFixed a typo and improved a sentence.
2006-12-29 Wayne DavisonAdded a sleep so that the --delete-delay action will...
2006-12-29 Wayne Davison- Put directory retouching code into a separate functio...
2006-12-29 Wayne Davison- My use of readfd_unbuffered() in read_msg_fd() really...
2006-12-28 Wayne DavisonAn incremental-recursion transfer can't switch from...
2006-12-28 Wayne DavisonUse write_ndx() and read_ndx().
2006-12-28 Wayne DavisonAdded write_ndx() and read_ndx(), functions that allow...
2006-12-28 Wayne DavisonOutput a file-list message when verbose and using incre...
2006-12-28 Wayne DavisonMention incremental recursion and change to --delete.
2006-12-28 Wayne DavisonDocument the incremental recursion algorithm and the...
2006-12-28 Wayne DavisonRestored the calling of send_file_entry() back to send_...
2006-12-28 Wayne DavisonAssign the owner and group using F_OWNER() and F_GROUP().
2006-12-28 Wayne Davison- Define F_OWNER() and F_GROUP() to be used for assigni...
2006-12-28 Wayne DavisonRepositioned a misplaced assignment.
2006-12-28 Wayne Davison- Added a sleep to make sure that the preservation...
2006-12-28 Wayne DavisonHandle slight differences in the output of protocol...
2006-12-28 Wayne DavisonUse --delete-delay instead of --delete-after.
2006-12-28 Wayne Davison- Made match_uid(), match_gid(), recv_user_name(),...
2006-12-28 Wayne DavisonA few minor tweaks to handle the newest variable names.
2006-12-28 Wayne DavisonHandle the new incremental-recursion mode.
2006-12-28 Wayne Davison- Handle the new incremental-recursion mode.
next