rsync/rsync.git
2005-06-09 Wayne Davison- Fixed the overzealous outputting of unchanged hard...
2005-06-09 Wayne DavisonDon't set ITEM_REPORT_TIME when a hard-linked file...
2005-06-09 Wayne Davison- Never output the '"FOO" is a hard link' message when...
2005-06-09 Wayne DavisonUpdated version to 2.6.6cvs.
2005-06-02 Wayne DavisonPreparing for release of 2.6.5
2005-06-02 Wayne DavisonImproved a few of the items.
2005-06-01 Wayne DavisonOne more configure item.
2005-05-31 Wayne DavisonMention HAVE_REMSH fix.
2005-05-27 Wayne DavisonSimplified the last change a bit.
2005-05-27 Wayne DavisonTest for various past problems with --relative.
2005-05-27 Wayne DavisonIf we unduplicate '.', make sure we also copy FLAG_DEL_...
2005-05-27 Wayne Davison- Only define HAVE_REMSH if it is going to have a non...
2005-05-26 Wayne DavisonImproved the opening comment.
2005-05-25 Wayne DavisonMention the latest bug-fix.
2005-05-25 Wayne DavisonHandle nested "." dirs (caused by --relative and a...
2005-05-22 Wayne DavisonMention the output change for a mount-dir when -x is...
2005-05-22 Wayne Davison- Don't stop deleting in a dir if one item fails.
2005-05-22 Wayne DavisonMust check FLAG_MOUNT_POINT in delete_in_dir() to avoid...
2005-05-20 Wayne DavisonImproved the SYMBOLIC LINKS section, as suggested by...
2005-05-20 Wayne DavisonImproved a --files-from example (as suggested by Paul).
2005-05-19 Wayne DavisonTweaked a sentence.
2005-05-19 Wayne DavisonPreparing for release of 2.6.5pre2
2005-05-19 Wayne DavisonTweaked the opening comments.
2005-05-19 Wayne DavisonMentioned the improved keep-alive code.
2005-05-19 Wayne DavisonClarifications related to --dirs.
2005-05-19 Wayne DavisonPeriodically call maybe_send_keepalive() when timeouts...
2005-05-19 Wayne DavisonThe global allowed_lull is now already set, so just...
2005-05-19 Wayne Davison- Call the new set_io_timeout() function to set the...
2005-05-19 Wayne Davison- The variable allowed_lull is now our global.
2005-05-19 Wayne Davison- Added set_io_timeout(), which sets all the timeout...
2005-05-19 Wayne DavisonThe latest bug-fix.
2005-05-19 Wayne DavisonOne place that was testing errno for ENOTEMPTY was...
2005-05-18 Wayne DavisonFixed a typo.
2005-05-17 Wayne DavisonTwo more items.
2005-05-14 Wayne DavisonTreat a trailing ".." dir-name as if "../" had been...
2005-05-13 Wayne DavisonMention the latest bug fix.
2005-05-13 Wayne DavisonHave do_delete_pass() immediately return if list_only...
2005-05-13 Wayne DavisonIf adding a trailing dot to a directory name overflows
2005-05-13 Wayne DavisonAn example filter script to maintain .cvsinclude files.
2005-05-12 Wayne DavisonImproved the use of the "remaining" var in readfd_unbuf...
2005-05-12 Wayne DavisonGot rid of some code from writefd_unbuffered() that...
2005-05-12 Wayne DavisonMake the --stats output come out after any delete-after...
2005-05-12 Wayne DavisonImproved a few sentences.
2005-05-10 Wayne DavisonFixed a typo.
2005-05-10 Wayne DavisonPreparing for release of 2.6.5pre1
2005-05-10 Wayne DavisonAdded more missing NEWS items.
2005-05-10 Wayne DavisonMention two more changes.
2005-05-10 Wayne DavisonRefer to the rsync daemon as a "daemon", not a "server...
2005-05-10 Wayne Davison- Improved the GENERAL section.
2005-05-10 Wayne DavisonRefer to the rsync daemon as a "daemon", not a "server...
2005-05-09 Wayne DavisonFixed one synopsis line to make the DEST arg optional.
2005-05-03 Wayne DavisonUse new MAX_SERVER_ARGS define instead of hard-wired...
2005-05-03 Wayne DavisonThere was no reason to have MAX_BASIS_DIRS factored...
2005-05-03 Wayne DavisonAdded MAX_SERVER_ARGS.
2005-05-03 Wayne DavisonA few minor doc tweaks.
2005-05-03 Wayne Davison- Moved the --version option in the help text.
2005-05-03 Wayne DavisonMention the change in error message and exit status...
2005-05-03 Wayne DavisonTweaked the checking of the "limit" in safe_fname().
2005-05-03 Wayne DavisonFixed a typo.
2005-05-03 Wayne Davison- Improved the comments on the backslash-escaped output...
2005-05-03 Wayne DavisonImproved a sentence.
2005-05-02 Wayne DavisonMention the '?'-in-filenames change.
2005-05-02 Wayne DavisonFixed some misspellings.
2005-05-02 Wayne DavisonTweaked the description of --from0.
2005-05-02 Wayne DavisonTweaked the doc for --from0.
2005-04-28 Wayne DavisonMoved the max-size checking code down so that it only...
2005-04-28 Wayne DavisonMoved the size-parsing code for --max-size into its...
2005-04-27 Wayne DavisonSet ignore_timeout before starting the transfer, regard...
2005-04-27 Wayne DavisonIf the user specified --relative and a source dir with...
2005-04-26 Wayne DavisonAdded a new test to check how we interact with --link...
2005-04-26 Wayne DavisonA slightly better fix than the last one (though it...
2005-04-26 Wayne DavisonMention newest fix.
2005-04-26 Wayne DavisonFixed problem with -C when we're the sender, the remote...
2005-04-25 Wayne DavisonTry to make rsync's behavior w/o "--perms" a little...
2005-04-25 Wayne DavisonFixed two typos.
2005-04-24 Wayne DavisonMention fix for --one-file-system.
2005-04-24 Wayne DavisonSimplified the last change a little using a fix derived...
2005-04-24 Wayne DavisonWhen deleting files, we need to take any local FLAG_MOU...
2005-04-24 Wayne DavisonReject any --remove-* options when read-only, just...
2005-04-24 Wayne DavisonMention the latest fixes.
2005-04-23 Wayne DavisonWhen rsync encountered an empty file list, it behaved...
2005-04-23 Wayne DavisonFor those rare individuals without web access, mention...
2005-04-23 Wayne DavisonFixed a problem where a --link-dest hard-link could...
2005-04-23 Wayne DavisonTwo more tests:
2005-04-23 Wayne DavisonAdded --no-whole-file option to one of the runs.
2005-04-23 Wayne Davison- Added a new function, maybe_hard_link(), which now...
2005-04-23 Wayne Davison- Call hard_link_check() with its new args.
2005-04-22 Wayne DavisonMention how a module reference doesn't need a trailing...
2005-04-22 Wayne DavisonIf we're outputting a message about the remote file...
2005-04-22 Wayne DavisonMoved "port" and "address" into the global section...
2005-04-17 Wayne DavisonUpdated FSF's address and some minor non-license tweaks...
2005-04-16 Wayne DavisonSimplified the newly added test so that it should stop...
2005-04-15 Wayne DavisonCall rsync via $RSYNC.
2005-04-15 Wayne DavisonMake sure that the $chkdir has the same mtime/etc....
2005-04-15 Wayne DavisonAdded a test that copies a single file with -H specified.
2005-04-15 Wayne Davison- Fixed a potential crash/infinite-loop bug if -H was...
2005-04-14 Wayne DavisonCall logfile_close() and logfile_reopen() (tweaked...
2005-04-14 Wayne Davison- Changed log_open() into two functions, logfile_open...
2005-04-14 Wayne DavisonMention that less data is sent over the wire when ...
2005-04-14 Wayne DavisonGot rid of ITEM_DUMMY_BIT.
next