- Call hard_link_check() with its new args.
[rsync.git] / generator.c
2005-04-23 Wayne Davison- Call hard_link_check() with its new args.
2005-04-22 Wayne DavisonIf we're outputting a message about the remote file...
2005-04-10 Wayne DavisonPaul's patch to improve the "not creating new ..."...
2005-04-09 Wayne DavisonUse the new do_xfers variable in place of some dry_run...
2005-04-07 Wayne DavisonDon't call maybe_flush_socket() quite so often.
2005-04-07 Wayne DavisonFix a bug with --delete-after combined with --backup.
2005-04-05 Wayne DavisonPeriodically call maybe_flush_socket().
2005-04-05 Wayne DavisonWhen doing a delete pass with do_progress output, get...
2005-04-01 Wayne DavisonMake a local-copy caused by a not-quite-up-to-date...
2005-03-31 Wayne DavisonDon't try to tweak read-only dest-dir permissions in...
2005-03-30 Wayne DavisonGot rid of a useless extern.
2005-03-29 Wayne DavisonTurn off do_progress during the file-update phase so...
2005-03-29 Wayne DavisonIf --delay-updates wasn't specified, write out two...
2005-03-27 Wayne DavisonGot rid of temporary code that set the ITEM_DUMMY_BIT.
2005-03-17 Wayne DavisonSet a maximum distance-measure that find_fuzzy() will...
2005-03-17 Wayne DavisonWe need to run our post-processing activities after...
2005-03-15 Wayne Davison- Added an extra phase to the end of the transfer to...
2005-03-14 Wayne DavisonFixed a just-introduced crash bug in the --fuzzy proces...
2005-03-14 Wayne DavisonThe --fuzzy code now handles a file->dirname that has...
2005-03-12 Wayne DavisonTweaked the name of a variable.
2005-03-11 Wayne DavisonAdded --copy-dest logic, and improved the updating...
2005-03-09 Wayne Davison- Improved the error-checking for some delete_item...
2005-03-09 Wayne DavisonMade itemize() output the fnamecmp_type and the fuzzy...
2005-03-09 Wayne DavisonFixed the change-report output for a directory that...
2005-03-06 Wayne DavisonBacked out the hack that reversed ITEM_REPORT_XATTRS...
2005-03-05 Wayne Davison- When --max-delete is exceeded, we now count how many...
2005-03-05 Wayne DavisonDon't try to determine the phase we're in by looking...
2005-03-05 Wayne DavisonAdded a hack that sets the ITEM_REPORT_XATTRS bit ...
2005-03-05 Wayne Davison- Updated itemize() to handle sending of hard-link...
2005-03-04 Wayne DavisonCall log_item() instead of log_recv().
2005-03-04 Wayne DavisonAdded read_vstring() and write_vstring() to io.c instead of
2005-03-03 Wayne DavisonSimplified whole_file variable checking.
2005-03-03 Wayne DavisonDon't kluge the value of statret for --whole-file.
2005-03-03 Wayne DavisonMoved the checks for --ignore-existing and --update...
2005-03-03 Wayne Davison- Got rid of the SID_* flags -- use the ITEM_* flags...
2005-03-02 Wayne DavisonWhen using multiple --compare-dest options, rsync shoul...
2005-03-02 Wayne DavisonFixed a bug in the --dry-run output when using --link...
2005-03-02 Wayne DavisonIf the multi-dest loop falls back to the best_match...
2005-03-02 Wayne DavisonA little more tweaking to the multi-dest option loop.
2005-03-01 Wayne DavisonMade the multi-FOO-dest loop a little nicer.
2005-02-27 Wayne DavisonMake sure that allowed_lull will not be computed as...
2005-02-27 Wayne Davison- Made the calls to maybe_send_keepalive() happen at...
2005-02-27 Wayne DavisonWe need to turn off make_backups for the redo phase...
2005-02-26 Wayne DavisonAdded keep-alive checking during the directory-touching...
2005-02-26 Wayne DavisonDon't allow keep-alive sending if --read-batch is enabled.
2005-02-26 Wayne DavisonFixed a line-ordering problem.
2005-02-26 Wayne Davison- Moved all the file-deletion code here from flist...
2005-02-26 Wayne Davison- Moved the initialization of "itemizing", "maybe_PERMS...
2005-02-25 Wayne Davison- Call maybe_send_keepalive() if timeouts are enabled.
2005-02-22 Wayne DavisonAlways set the SID_USING_ALT_BASIS appropriately for...
2005-02-22 Wayne DavisonWe now set the ITEM_USING_ALT_BASIS flag for an --inpla...
2005-02-20 Wayne DavisonTweaked the rprintf() that outputs about the delta...
2005-02-20 Wayne DavisonCast a uchar* arg to char* for write_buf().
2005-02-20 Wayne DavisonIf we update the contents of a symlink and --remove...
2005-02-20 Wayne DavisonGot rid of maybe_DEL_TERSE.
2005-02-19 Wayne DavisonIf the server refuses a directory, don't allow any...
2005-02-19 Wayne DavisonMake use of new variables (log_format_has_i, log_format...
2005-02-19 Wayne Davison- Send the itemized data for every file, changed or...
2005-02-18 Wayne Davison- Tweaked code in itemize() a bit.
2005-02-16 Wayne Davison- The itemized flags are now 2 bytes instead of 1.
2005-02-16 Wayne DavisonChanged showchg() into itemize(), which now ships off...
2005-02-16 Wayne DavisonSome tweaks to how --itemize-changes works.
2005-02-15 Wayne DavisonMade showchg() use safe_fname().
2005-02-15 Wayne DavisonDecided on a better option name --itemize-changes ...
2005-02-15 Wayne DavisonImplemented the --what-has-changed functionality.
2005-02-14 Wayne DavisonChanged one size_t var into an int32.
2005-02-14 Wayne DavisonAdded handling for fuzzy-basis scanning. When a fuzzy...
2005-02-14 Wayne DavisonJohn E. Malmberg convinced me to standardize on #ifs...
2005-02-12 Wayne DavisonWhen --dry-run is set, note when a directory is missing...
2005-02-11 Wayne DavisonA minor tweak for the dry_run logic.
2005-02-07 Wayne DavisonAdding more calls to safe_fname().
2005-02-03 Wayne DavisonCall delete_in_dir() with its new args.
2005-02-03 Wayne Davison- Improved some comments.
2005-01-30 Wayne DavisonThe --delete-during processing only happens during...
2005-01-25 Wayne DavisonRenamed several exclude-related functions/variables...
2005-01-24 Wayne DavisonOptimized away the post-transfer directory loop in...
2005-01-24 Wayne DavisonAdded code to implement the delete-during handling.
2005-01-20 Wayne DavisonGot rid of the erroneous --dry-run short-circuit in...
2005-01-20 Wayne DavisonSwitched uint64 vars over to int64.
2005-01-19 Wayne Davison- Moved write_sum_head() to io.c.
2005-01-17 Wayne DavisonFor --inplace over protocol-version 29 or greater,...
2005-01-17 Wayne DavisonMake sure that we don't compute a block size larger...
2005-01-15 Wayne DavisonUse the new FNAMECMP_BASIS_DIR_HIGH to improve a compar...
2005-01-14 Wayne DavisonMake sure that the presence of a partial-dir file is...
2005-01-10 Wayne DavisonMoved the reading of the final MSG_DONE message here...
2005-01-01 Wayne Davison- Use an int32 for the each block-size variable.
2004-11-27 Wayne Davison- Added support for --copy-dest, which behaves like...
2004-11-11 Wayne DavisonObey the max_size setting.
2004-11-03 Wayne DavisonChecking in the g2r-basis-filename patch that ensures...
2004-10-01 Wayne DavisonThe device-handling code is no longer omitted based...
2004-09-20 Wayne DavisonOutput a backup message when verbose > 1 and we did...
2004-09-07 Wayne DavisonWhen --backup is used with --inplace, we make a copy...
2004-09-07 Wayne DavisonA minor optimization to the partial-dir code.
2004-09-07 Wayne DavisonFix the case where a partial-dir file exists but the...
2004-08-05 Wayne DavisonIf dry_run is > 1 then the destination directory was...
2004-08-03 Wayne DavisonDecided that we don't need to limit the block size...
2004-08-03 Wayne DavisonCall map_file() with its new args, including a suggeste...
2004-07-29 Wayne DavisonGot rid of bogus compare_dest scan in skip_file() ...
2004-07-29 Wayne DavisonAdded the new --partial-dir option.
2004-07-28 Wayne Davison- Explicitly save the stat()'s errno so that we can...
next