]> git.ipfire.org Git - thirdparty/rsync.git/shortlog
thirdparty/rsync.git
2005-02-27  Wayne DavisonImproved a couple sentences.
2005-02-27  Wayne Davison- Made the calls to maybe_send_keepalive() happen at...
2005-02-27  Wayne DavisonAdded 2 args to do_hard_links() so that it can call...
2005-02-27  Wayne DavisonMention the backup fix for redone files with --inplace.
2005-02-27  Wayne DavisonWe need to turn off make_backups for the redo phase...
2005-02-27  Wayne DavisonTweaked an error message.
2005-02-27  Wayne Davison- Seems to me that sigusr2_handler() should call close_...
2005-02-26  Wayne DavisonOne more comment fix.
2005-02-26  Wayne DavisonFixed comment.
2005-02-26  Wayne DavisonImproved a couple sentences.
2005-02-26  Wayne DavisonSet kluge_around_eof to a -1 for the receiver's needs.
2005-02-26  Wayne DavisonIf kluge_around_eof is < 0, we go into an msleep()...
2005-02-26  Wayne DavisonExplicitly set kluge_around_eof to a 1 when it is needed.
2005-02-26  Wayne DavisonAdded keep-alive checking during the directory-touching...
2005-02-26  Wayne DavisonSet kludge_around_eof when the receiver is trying to...
2005-02-26  Wayne DavisonImproved the comment for kludge_around_eof.
2005-02-26  Wayne DavisonAdded "set -x".
2005-02-26  Wayne DavisonDecided I like "set -x" after all.
2005-02-26  Wayne DavisonDon't allow keep-alive sending if --read-batch is enabled.
2005-02-26  Wayne DavisonMention the new keep-alive handling and the devices...
2005-02-26  Wayne DavisonFixed a line-ordering problem.
2005-02-26  Wayne DavisonHandle keep-alive messages at the end of the transfer...
2005-02-26  Wayne Davison- Moved all the file-deletion code here from flist...
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 rsync.
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 v2.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 rsync.c and improved...
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...
next