rsync/rsync.git
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.
2005-04-14 Wayne Davison- Got rid of the iflag kluge for 2.6.4pre3.
2005-04-14 Wayne DavisonSupport the reception of a file-transfer header without...
2005-04-12 Wayne DavisonMention how the daemon handles a failure to open a...
2005-04-12 Wayne DavisonMention how we now handle a log-file that the daemon...
2005-04-12 Wayne DavisonGot rid of RERR_LOG_FAILURE.
2005-04-12 Wayne DavisonIf we can't open the daemon's log file, fall-back to...
2005-04-12 Wayne DavisonA couple improvements for the --only-write-batch section.
2005-04-10 Wayne DavisonMention the latest bug-fix.
2005-04-10 Wayne DavisonPaul's patch to improve the "not creating new ..."...
2005-04-10 Wayne DavisonMade the code a little cleaner by having gen_challenge...
2005-04-10 Wayne DavisonMention fix for SUPPORT{,_HARD}_LINKS defines.
2005-04-10 Wayne Davison- Don't define HAVE_READLINK unless HAVE_READLINK is...
2005-04-09 Wayne DavisonMention the new --only-write-batch=FILE option.
2005-04-09 Wayne Davison- Use the new do_xfers variable in place of some dry_ru...
2005-04-09 Wayne Davison- Use the new do_xfers variable in place of some dry_ru...
2005-04-09 Wayne DavisonUse the new do_xfers variable in place of some dry_run...
2005-04-09 Wayne Davison- Only do read-/write-batch processing if we're not...
2005-04-09 Wayne Davison- Added do_xfers variable.
2005-04-09 Wayne DavisonAlso change --only-write-batch to --read-batch (in...
2005-04-09 Wayne DavisonWe no longer force write_batch to 0 for the server.
2005-04-09 Wayne DavisonDocument the new --only-write-batch=FILE option.
2005-04-09 Wayne DavisonMention the latest changes.
2005-04-09 Wayne Davison- Call auth_server() with its new "host" arg.
2005-04-09 Wayne Davison- Use the MD4_SUM_LENGTH define in place of some hard...
2005-04-09 Wayne DavisonThe "@ERROR" handler in start_inband_exchange() was...
2005-04-08 Wayne DavisonFixed one typo and improved another sentence.
2005-04-07 Wayne DavisonMake sure that "- !" or "+ !" aren't interpreted as...
2005-04-07 Wayne DavisonCombine one of the backup tests with --delete-after.
2005-04-07 Wayne DavisonDon't call maybe_flush_socket() quite so often.
2005-04-07 Wayne DavisonMention the latest changes.
2005-04-07 Wayne DavisonFix a bug with --delete-after combined with --backup.
2005-04-06 Wayne DavisonUse the new HAVE_LSEEK64 define.
2005-04-06 Wayne DavisonAdded skipping of mkstemp() on HP-UX.
2005-04-05 Wayne DavisonPeriodically call maybe_flush_socket().
2005-04-05 Wayne Davison- Added maybe_flush_socket() for use by the generator.
2005-04-05 Wayne DavisonWhen doing a delete pass with do_progress output, get...
2005-04-05 Wayne DavisonDocument the use of --address in client mode.
2005-04-05 Wayne DavisonAllows --address to be used in client mode.
2005-04-05 Wayne DavisonChanged the bind_address local variables to be named...
next