rsync/rsync.git
2007-02-04 Wayne DavisonFurther modifications to the copyright comment section.
2007-02-03 Wayne DavisonAdded a license comment to the top of the file.
2007-02-03 Wayne DavisonThe "ndx" variable now holds the unique, over-the-wire...
2007-02-03 Wayne DavisonThe ndx arg passed to increment_active_files() is now...
2007-01-31 Wayne DavisonMention the year 2007 in the copyright declarations.
2007-01-31 Wayne DavisonChanged the main file-scan loop to not check for redo...
2007-01-30 Wayne DavisonThe code can now set cur_flist to NULL sooner than...
2007-01-30 Wayne Davison- Renamed done_cnt -> msgdone_cnt.
2007-01-30 Wayne DavisonMoved the code that checks for finished file-lists...
2007-01-30 Wayne DavisonChanged how send_extra_file_list() checks if we have...
2007-01-30 Wayne DavisonImproved a sentence.
2007-01-28 Wayne DavisonSome improvements from Matt.
2007-01-27 Wayne Davison- Fixed a potential hang bug in wait_for_receiver(...
2007-01-27 Wayne DavisonChanged the variable "incremental" to "inc_recurse".
2007-01-27 Wayne DavisonImproved the talk of --hard-link improvements.
2007-01-27 Wayne DavisonMore extern tweaking.
2007-01-27 Wayne DavisonThe last MSG_DONE from the receiver to the generator...
2007-01-27 Wayne DavisonGot rid of unused externs.
2007-01-23 Wayne DavisonAdded an extra paragraph to the --link-dest option...
2007-01-23 Wayne DavisonPaul's patch to silence some 64-bit compiler warnings.
2007-01-21 Wayne DavisonFixed handling of "redo" items in protocol 30.
2007-01-20 Wayne Davison- Make sure that we can't write via io_flush() when...
2007-01-20 Wayne DavisonWe need to call msg2sndr_flush() in read_msg_fd() now.
2007-01-20 Wayne DavisonMake sure defer_forwarding_messages is set when msg_fd_...
2007-01-20 Wayne DavisonFixed some typos Matt found.
2007-01-10 Wayne DavisonMoved the code that adds each file's length to stats...
2007-01-09 Wayne DavisonRemoved a couple items (one complete, one that we don...
2006-12-29 Wayne DavisonMention that --prune-empty-dirs forces a non-incrementa...
2006-12-29 Wayne DavisonIf prune_empty_dirs is set, don't set incremental.
2006-12-29 Wayne DavisonFixed a typo and improved a sentence.
2006-12-29 Wayne DavisonAdded a sleep so that the --delete-delay action will...
2006-12-29 Wayne Davison- Put directory retouching code into a separate functio...
2006-12-29 Wayne Davison- My use of readfd_unbuffered() in read_msg_fd() really...
2006-12-28 Wayne DavisonAn incremental-recursion transfer can't switch from...
2006-12-28 Wayne DavisonUse write_ndx() and read_ndx().
2006-12-28 Wayne DavisonAdded write_ndx() and read_ndx(), functions that allow...
2006-12-28 Wayne DavisonOutput a file-list message when verbose and using incre...
2006-12-28 Wayne DavisonMention incremental recursion and change to --delete.
2006-12-28 Wayne DavisonDocument the incremental recursion algorithm and the...
2006-12-28 Wayne DavisonRestored the calling of send_file_entry() back to send_...
2006-12-28 Wayne DavisonAssign the owner and group using F_OWNER() and F_GROUP().
2006-12-28 Wayne Davison- Define F_OWNER() and F_GROUP() to be used for assigni...
2006-12-28 Wayne DavisonRepositioned a misplaced assignment.
2006-12-28 Wayne Davison- Added a sleep to make sure that the preservation...
2006-12-28 Wayne DavisonHandle slight differences in the output of protocol...
2006-12-28 Wayne DavisonUse --delete-delay instead of --delete-after.
2006-12-28 Wayne Davison- Made match_uid(), match_gid(), recv_user_name(),...
2006-12-28 Wayne DavisonA few minor tweaks to handle the newest variable names.
2006-12-28 Wayne DavisonHandle the new incremental-recursion mode.
2006-12-28 Wayne Davison- Handle the new incremental-recursion mode.
2006-12-28 Wayne DavisonNew functions, variables, and file-list code to support...
2006-12-28 Wayne DavisonNew support function: change_local_filter_dir().
2006-12-28 Wayne Davison- Choose --delete-before or --delete-during depending...
2006-12-28 Wayne DavisonSome new defines for incremental-recursion mode.
2006-12-28 Wayne Davison- Changes to handle new default of --delete-during...
2006-12-28 Wayne DavisonOnly append_mode > 0 now indicates option is enabled.
2006-12-28 Wayne DavisonOnly sparse_files > 0 now indicates option is enabled.
2006-12-28 Wayne DavisonNeaten up use of uid_t/gid_t variable types.
2006-12-28 Wayne DavisonDon't include MATCHFLG_PERISHABLE in CVS-exclude handli...
2006-12-27 Wayne DavisonFix the building of mkrounding$(EXEEXT) when building...
2006-12-27 Wayne DavisonMade the int_byte_cnt[] array 75% smaller.
2006-12-27 Wayne DavisonIgnore all conftest* items, as Matt suggested.
2006-12-26 Wayne DavisonFix usage message.
2006-12-26 Wayne DavisonTest --only-write-batch option.
2006-12-25 Wayne DavisonCan just test ignore_errors w/o lp_ignore_errors(module...
2006-12-25 Wayne DavisonSet ignore_errors variable based on lp_ignore_errors...
2006-12-24 Wayne DavisonImproved the new --pasword-file error message.
2006-12-24 Wayne DavisonFixed a thinko in the last news item.
2006-12-24 Wayne DavisonMention checking of --password-file's use.
2006-12-24 Wayne DavisonMake the --password-file option's summary even better.
2006-12-24 Wayne DavisonImproved the docs for the --password-file option.
2006-12-24 Wayne DavisonImproved the summary of the --password-file option.
2006-12-24 Wayne DavisonIf the user specified --password-file without using...
2006-12-23 Wayne DavisonMake use of the SHORT_SUM_LENGTH define.
2006-12-23 Wayne DavisonFixed a problem with the output of %f for non-daemon...
2006-12-23 Wayne DavisonMention the %f fix.
2006-12-20 Wayne DavisonFixed the item numbers in the regex comment.
2006-12-18 Wayne DavisonCall SIGACTION() instead of signal().
2006-12-18 Wayne DavisonMoved the write_stream_flags() call from io.c into...
2006-12-18 Wayne DavisonRenamed flist_extra_cnt to file_extra_cnt.
2006-12-18 Wayne DavisonGot rid of the "tweaked" versions of the uid and gid...
2006-12-18 Wayne DavisonTweaked the output a little.
2006-12-17 Wayne DavisonA few more minor tweaks.
2006-12-17 Wayne Davison- We now define int16 and uint16.
2006-12-17 Wayne DavisonWe now check for these: int16_t, uint16_t, int32_t...
2006-12-17 Wayne DavisonGot rid of the code that sorted based on struct idev...
2006-12-17 Wayne DavisonUse F_ROOTDIR() in place of dir.root.
2006-12-17 Wayne DavisonUse F_DEPTH() in place of dir.depth.
2006-12-17 Wayne DavisonGot rid of the hlink_pool in favor of using the new...
2006-12-17 Wayne Davison- Got rid of "struct idev".
2006-12-17 Wayne DavisonMoved the flist_extra_cnt stuff from options.c to compa...
2006-12-17 Wayne Davison- Ensure that mkrouding gets rebuilt when h changes.
2006-12-16 Wayne DavisonMake the error messages a little clearer.
2006-12-16 Wayne DavisonOutput some info about the size of our structures.
2006-12-16 Wayne DavisonChanged the static file_struct var to match the changes...
2006-12-16 Wayne DavisonUse the new rounding.h file to optionally round up...
2006-12-16 Wayne DavisonBuild & run mkrounding to make the rounding.h file...
2006-12-16 Wayne DavisonMoved the file_extra union out of the file_struct.
2006-12-16 Wayne DavisonNew file to figure out if a system has any rounding...
2006-12-16 Wayne DavisonAdded mkrounding and rounding.h.
next