rsync.git
2005-02-21 Wayne Davison- Moved delete_file() into flist.c.
2005-02-21 Wayne Davison- Moved delete_file() here from c and improved it to...
2005-02-21 Wayne Davison- Set omit_dir_times if backing up files w/o a backup...
2005-02-21 Wayne DavisonPass the file-diffing flag as an arg to checkit.
2005-02-21 Wayne DavisonIf checkit is passed a 4th arg, skip the file-diffing...
2005-02-21 Wayne DavisonTouch $tmpdir/do_not_diff_the_files so that checkit...
2005-02-21 Wayne DavisonReposition log_open() and log_close().
2005-02-21 Wayne DavisonMention two more things.
2005-02-21 Wayne Davison- For win32: made --no-detach the default for daemon...
2005-02-21 Wayne DavisonUpdated to remove completed items and add a little...
2005-02-21 Wayne DavisonSome minor tweaks.
2005-02-20 Wayne DavisonMention the compression-mode fix for large block sizes.
2005-02-20 Wayne DavisonTweaked the rprintf() that outputs about the delta...
2005-02-20 Wayne Davison- Integrated the latest version from samba.
2005-02-20 Wayne DavisonOne more tweak to the "whoami" code.
2005-02-20 Wayne DavisonChanged the memory implementation of --delay-updates...
2005-02-20 Wayne DavisonGot rid of "set -x" (runtests.sh has a way to set this...
2005-02-20 Wayne DavisonDropped a useless "const" from the definition of poptSt...
2005-02-20 Wayne DavisonMark a couple unused variables.
2005-02-20 Wayne DavisonCast char* to uchar* when dereferencing characters...
2005-02-20 Wayne DavisonHave rule_strcmp() accept and return a uchar*.
2005-02-20 Wayne DavisonA few improvements to the "test" commands to neaten...
2005-02-20 Wayne DavisonCast a uchar* arg to char* for write_buf().
2005-02-20 Wayne DavisonImproved the testuser-setting code to try to get it...
2005-02-20 Wayne DavisonIf --delay-updates is specified with --remove-sent...
2005-02-20 Wayne DavisonCorrected "log format" info and added info on --remove...
2005-02-20 Wayne DavisonA small twiddle.
2005-02-20 Wayne Davison- For every file that we send off to the receiver,...
2005-02-20 Wayne DavisonIf --remove-sent-files was specified and we successfull...
2005-02-20 Wayne Davison- If --remove-sent-files was specified, abort if we...
2005-02-20 Wayne DavisonHandle the new MSG_SUCCESS message for both the generat...
2005-02-20 Wayne DavisonIf we update the contents of a symlink and --remove...
2005-02-20 Wayne Davison- Added --remove-sent-files option.
2005-02-20 Wayne DavisonDocument how refusing "delete" affects --remove-sent...
2005-02-20 Wayne DavisonDocument --remove-sent-files.
2005-02-20 Wayne DavisonTest --remove-sent-files.
2005-02-20 Wayne DavisonDisallow --remove-sent-files with a read-only server.
2005-02-20 Wayne DavisonGot rid of maybe_DEL_TERSE.
2005-02-20 Wayne DavisonTweaked some externs.
2005-02-19 Wayne DavisonTweaked some externs.
2005-02-19 Wayne Davison- Needed to use a name buffer in delete_missing() to...
2005-02-19 Wayne DavisonMade delete_file() backup files it is removing if ...
2005-02-19 Wayne DavisonMoved deletion_count here so that we honor --max-delete in
2005-02-19 Wayne DavisonIf the server refuses a directory, don't allow any...
2005-02-19 Wayne DavisonChanged a couple log_recv() calls back to log_send().
2005-02-19 Wayne DavisonWhen logging PERMS_REPORT messages, send them with...
2005-02-19 Wayne Davison- Always send the itemized-info bytes on to the receive...
2005-02-19 Wayne Davison- Improved the logging of itemized changes for the...
2005-02-19 Wayne DavisonMake use of new variables (log_format_has_i, log_format...
2005-02-19 Wayne DavisonThe FCLIENT log code aviods putting the message into...
2005-02-19 Wayne Davison- Added log_format_has_i.
2005-02-19 Wayne DavisonWe now set daemon_log_format_has_i and daemon_log_forma...
2005-02-19 Wayne DavisonNo more need to clear itemize_changes based on protocol...
2005-02-19 Wayne DavisonChanged some of the values of the MSG_* defines.
2005-02-19 Wayne DavisonWe now use a regular expression to parse the (restored...
2005-02-19 Wayne DavisonDecided to leave the "log format" default the same...
2005-02-19 Wayne DavisonIf the "log format" has a %i in it, set itemize_daemon_...
2005-02-19 Wayne Davison- Don't log a delete message to the daemon log in dry...
2005-02-19 Wayne DavisonDecide whether to log a delete message via the default...
2005-02-19 Wayne Davison- Set new variable, log_format_has_o_or_i.
2005-02-19 Wayne DavisonRules read in from per-dir merge files need to have...
2005-02-19 Wayne DavisonMention the change in the default "log format" daemon...
2005-02-19 Wayne DavisonLog items that are unchanged if verbose > 1.
2005-02-19 Wayne DavisonNotify the remote side about -i (if either specified...
2005-02-19 Wayne Davison- Tweaked the letters output by "%i", including adding...
2005-02-19 Wayne Davison- Changed the calling args to delete_file() to take...
2005-02-19 Wayne Davison- Send the itemized data for every file, changed or...
2005-02-19 Wayne Davison- Allow send_msg() to be called by the delete code...
2005-02-19 Wayne Davison- Call log_delete() instead of outputting a "deleting...
2005-02-19 Wayne DavisonIf the protocol is less than 29, make sure itemize_chan...
2005-02-19 Wayne Davison- Got rid of DEL_DIR define.
2005-02-19 Wayne Davison- Mention that "%o" can now have the value "del."
2005-02-19 Wayne DavisonFixed an inaccuracy in the --archive description.
2005-02-18 Wayne DavisonMore improvements.
2005-02-18 Wayne Davison- Use read_short() and write_short().
2005-02-18 Wayne Davison- Tweaked code in itemize() a bit.
2005-02-18 Wayne DavisonThe '%n' escape needs to append a trailing slash onto...
2005-02-18 Wayne DavisonAdded read_short() and write_short().
2005-02-18 Wayne DavisonImproved the "log format" section some more.
2005-02-18 Wayne DavisonImproved --verbose, --itemize-changes, and --log-format.
2005-02-18 Wayne DavisonFixed/improved the comment before safe_name().
2005-02-18 Wayne DavisonHandle uchar and short as a function return type.
2005-02-18 Wayne Davison- Fixed a few bugs and compile warnings.
2005-02-18 Wayne DavisonFor the server, don't ever intuit verbosity higher...
2005-02-18 Wayne DavisonThe daemon loop needs to call log_open() because it...
2005-02-18 Wayne DavisonMade log_open() non-static and moved log_close() next...
2005-02-17 Wayne DavisonUpdated the default "log format" string and the output...
2005-02-17 Wayne DavisonChanged the default log format.
2005-02-17 Wayne DavisonUse '.' for unchanged attributes in the %i output.
2005-02-16 Wayne DavisonMore improvements for the description of the %i output.
2005-02-16 Wayne DavisonMention the new flag-word for protocol 29.
2005-02-16 Wayne Davison- The itemized flags are now 2 bytes instead of 1.
2005-02-16 Wayne Davison- The itemized flags are now 2 bytes instead of 1.
2005-02-16 Wayne Davison- The itemized flags are now 2 bytes instead of 1.
2005-02-16 Wayne Davison- Auto-set --verbose if --dry-run is specified w/o...
2005-02-16 Wayne DavisonMoved the auto-setting of --verbose when --dry-run...
2005-02-16 Wayne DavisonTweaked ITEM_MISSING_DATA.
2005-02-16 Wayne DavisonNo need to handle itemize_changes anymore.
2005-02-16 Wayne DavisonTweaked the mention of --itemize-changes.
2005-02-16 Wayne Davison- We now accept an itemized-changes flag-byte over...
next