rsync/rsync.git
2005-02-26 Wayne Davison- Moved file-deletion code into generator.c.
2005-02-26 Wayne DavisonMoved the delete-after support into generator.c.
2005-02-26 Wayne DavisonMoved the delete-before support into generator.c.
2005-02-26 Wayne Davison- Moved the initialization of "itemizing", "maybe_PERMS...
2005-02-26 Wayne DavisonCalling maybe_send_keepalive() for protocol_version...
2005-02-26 Wayne Davison- Moved the description of '%i's output into the rsync...
2005-02-26 Wayne Davison- We now mention what "%i" outputs under --itemize...
2005-02-26 Wayne DavisonMention the change in when --log-format outputs and...
2005-02-26 Wayne DavisonCall log_delete() from delete_file() anytime that DEL_T...
2005-02-26 Wayne DavisonThe log_delete() function may now be called even when...
2005-02-26 Wayne DavisonMake sure that our protocol-28 compatibility is OK.
2005-02-26 Wayne DavisonFixed a problem sending include rules to an older
2005-02-25 Wayne Davison- Call maybe_send_keepalive() if timeouts are enabled.
2005-02-25 Wayne Davison- Added variable "ignore_timeout" that lets the generat...
2005-02-25 Wayne DavisonAccept the new keep-alive (no-op) packet.
2005-02-25 Wayne DavisonDon't add st_size from a device to stats.total_size.
2005-02-25 Wayne DavisonMention how --backup sometimes implies --omit-dir-times.
2005-02-25 Wayne DavisonUse the new am_starting_up value in who_am_i().
2005-02-25 Wayne DavisonGot rid of kluged value for am_sender, and instead...
2005-02-25 Wayne DavisonFixed some typos.
2005-02-23 Wayne DavisonPreparing for release of 2.6.4pre1
2005-02-23 Wayne DavisonTweaked an entry.
2005-02-23 Wayne Davison- Fixed a problem with full_fname() when curr_dir was...
2005-02-23 Wayne DavisonOne more tweak to the need_name_pipe logic.
2005-02-23 Wayne DavisonCommenting out link-dest test for now.
2005-02-23 Wayne DavisonGot rid of --copy-dest references.
2005-02-23 Wayne DavisonChanged --copy-dest to --link-dest.
2005-02-23 Wayne DavisonGot rid of --copy-dest for now -- I think it should...
2005-02-22 Wayne DavisonFixed a problem with the last change.
2005-02-22 Wayne DavisonWe need the name-pipe for --inplace these days.
2005-02-22 Wayne DavisonAlways set the SID_USING_ALT_BASIS appropriately for...
2005-02-22 Wayne DavisonMore cleanups.
2005-02-22 Wayne DavisonTrying to fix bug #2357.
2005-02-22 Wayne DavisonWe now look for the ITEM_USING_ALT_BASIS flag for an...
2005-02-22 Wayne DavisonWe now set the ITEM_USING_ALT_BASIS flag for an --inpla...
2005-02-22 Wayne DavisonAdded ITEM_USING_ALT_BASIS.
2005-02-22 Wayne DavisonDocument an alternate way to achieve the effect of...
2005-02-22 Wayne DavisonWhen preforming a recursive delete, push/pop the per...
2005-02-22 Wayne DavisonSort the dir-list returned by get_dirlist() and the...
2005-02-22 Wayne Davison- Iterate through the deletion list in reverse order...
2005-02-22 Wayne DavisonOnly rename a directory with the backup suffix if we...
2005-02-22 Wayne DavisonIn make_simple_backup(), if the rename() failed because...
2005-02-22 Wayne DavisonA couple changes in delete_file() make us more compatib...
2005-02-21 Wayne DavisonAdded function check for vasprintf.
2005-02-21 Wayne Davison- Added function tests for va_copy and __va_copy for...
2005-02-21 Wayne DavisonCheck SIZEOF_LONG_LONG instead of HAVE_LONG_LONG.
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.
next