Updated to work with git instead of cvs.
[rsync/rsync.git] / sender.c
2007-07-10 Wayne DavisonTweaking the license text a bit more.
2007-07-08 Wayne DavisonIf we get an ndx that is 1 entry prior to an incrementa...
2007-07-07 Wayne DavisonSwitching to GPL 3.
2007-04-26 Wayne DavisonChanged F_ROOTDIR() to F_PATHNAME().
2007-04-07 Wayne DavisonThe improved --xattrs option is landing on the trunk.
2007-02-16 Wayne Davison- Moved the second send_extr_file_list() call to a...
2007-02-16 Wayne DavisonImproved the incremental sending of file lists in two...
2007-02-04 Wayne DavisonFurther modifications to the copyright comment section.
2007-01-31 Wayne DavisonMention the year 2007 in the copyright declarations.
2007-01-27 Wayne DavisonChanged the variable "incremental" to "inc_recurse".
2007-01-27 Wayne DavisonGot rid of unused externs.
2006-12-28 Wayne DavisonUse write_ndx() and read_ndx().
2006-12-28 Wayne DavisonHandle the new incremental-recursion mode.
2006-12-17 Wayne DavisonUse F_ROOTDIR() in place of dir.root.
2006-12-05 Wayne DavisonUse the latest F_*() accessors.
2006-12-03 Wayne Davison- Typical tranfers now save 12-20 bytes per file becaus...
2006-12-02 Wayne DavisonRestored write_ndx_and_attrs() and made it public.
2006-12-02 Wayne DavisonMoved write_ndx_and_attrs() too.
2006-12-02 Wayne DavisonMoved read_item_attrs() from sender.c to c since the...
2006-09-20 Wayne DavisonComplain if a --remove-s*-files option is set and we...
2006-06-30 Wayne DavisonDecided that I like remove-source-files better than...
2006-06-30 Wayne DavisonThe remove_sent_files var was renamed to remove_sender_...
2006-06-01 Wayne DavisonGot rid of the FNAME logcode enum.
2006-05-29 Wayne Davison- Use the renamed stdout_format_has_i variable.
2006-05-09 Wayne DavisonSome demon_log_* variables changed into logfile_* varia...
2006-04-25 Wayne DavisonUpdated the FSF's address to an even newer one.
2006-04-25 Wayne Davison- Updated the address for the FSF in the opening comment.
2006-01-14 Wayne DavisonCall f_name() with revised args (which also replaces...
2006-01-13 Wayne DavisonGot rid of calls to (the soon to vanish) safe_fname...
2005-07-28 Wayne DavisonSupport new --append option.
2005-05-19 Wayne DavisonPeriodically call maybe_send_keepalive() when timeouts...
2005-04-14 Wayne Davison- Got rid of the iflag kluge for 2.6.4pre3.
2005-04-09 Wayne Davison- Use the new do_xfers variable in place of some dry_ru...
2005-03-28 Wayne DavisonSome temporary code for 2.6.4pre3 compatibility (which...
2005-03-27 Wayne DavisonGot rid of temporary code that detected and rejected...
2005-03-16 Wayne DavisonChanged error message for incompatible 2.6.4 pre-releas...
2005-03-15 Wayne Davison- Made read_item_attrs() detect and reject a pre1/pre2...
2005-03-15 Wayne DavisonTweaked the end-of-phase code.
2005-03-13 Wayne Davison- Improved a couple error messages.
2005-03-10 Wayne Davison- Changed read_item_attrs() to return the length of...
2005-03-09 Wayne DavisonWe now handle the reading and writing of extra basis...
2005-03-09 Wayne DavisonBackward compatibility fix in read_iflags() (for protoc...
2005-03-06 Wayne DavisonBacked out the hack that reversed ITEM_REPORT_XATTRS...
2005-03-05 Wayne DavisonMoved the end_progress() call from match.c to sender...
2005-03-05 Wayne DavisonAdded a hack that uses the ITEM_REPORT_XATTRS bit ...
2005-03-05 Wayne Davison- Updated to handle the new ITEM_* flags.
2005-03-04 Wayne DavisonIn read_iflags(), we need to set buf to an empty string.
2005-03-04 Wayne DavisonMoved some code out of the main loop in send_files...
2005-03-04 Wayne DavisonCall log_item() instead of log_send().
2005-03-04 Wayne DavisonUse the new "the_file_list" global instead of our ...
2005-02-25 Wayne DavisonAccept the new keep-alive (no-op) packet.
2005-02-22 Wayne DavisonFixed a problem with the last change.
2005-02-22 Wayne DavisonWe now look for the ITEM_USING_ALT_BASIS flag for an...
2005-02-20 Wayne Davison- For every file that we send off to the receiver,...
2005-02-20 Wayne DavisonTweaked some externs.
2005-02-19 Wayne DavisonChanged a couple log_recv() calls back to log_send().
2005-02-19 Wayne Davison- Always send the itemized-info bytes on to the receive...
2005-02-19 Wayne DavisonLog items that are unchanged if verbose > 1.
2005-02-18 Wayne Davison- Use read_short() and write_short().
2005-02-16 Wayne Davison- The itemized flags are now 2 bytes instead of 1.
2005-02-16 Wayne Davison- We now accept an itemized-changes flag byte over...
2005-02-15 Wayne DavisonDecided on a better option name --itemize-changes ...
2005-02-15 Wayne DavisonIf -w and -v are both on, don't output the "log the...
2005-02-14 Wayne DavisonChanged one size_t var into an int32.
2005-02-11 Wayne DavisonMade "i" a size_t in receive_sums().
2005-02-02 Wayne DavisonIf the generator sends us the index of a directory...
2005-02-01 Wayne DavisonRefer to the old basedir variable as dir.root.
2005-01-24 Wayne DavisonMoved the code that reads the extra byte for a modern...
2005-01-17 Wayne DavisonFor --inplace over protocol-version 29 or greater,...
2005-01-17 Wayne Davison- Moved read_sum_head() to io.c (because the generator...
2005-01-01 Wayne Davison- Use an int32 for the each block-size variable.
2004-09-20 Wayne DavisonImproved a comment.
2004-09-07 Wayne DavisonTurn off make_backups during the redo phase, just like...
2004-08-03 Wayne DavisonCall map_file() with its new args, including a suggeste...
2004-07-26 Wayne DavisonUse the new safe_fname() function.
2004-07-20 Wayne DavisonCall map_file() with its new block_size arg.
2004-07-16 Wayne DavisonMy version of Mark Curtis's --inplace option.
2004-07-15 Wayne DavisonMy modified version of Chris Shoemaker's improved batch...
2004-06-18 Wayne DavisonTweaked some comments.
2004-05-15 Wayne DavisonChanged rprintf() calls that included strerror() to...
2004-05-11 Wayne DavisonIn send_files(), changed the name of the map_struct...
2004-02-17 Wayne DavisonDon't create a pathname that has two leading slashes...
2004-02-03 J.W. SchultzCorrected sizeof usage:
2004-01-22 Wayne DavisonUse the new f_name_to() calling syntax.
2004-01-20 Wayne DavisonUse new stringjoin() function.
2004-01-15 Wayne DavisonIf we're a daemon talking with a pre-28 protocol, use...
2004-01-13 Wayne DavisonSet stats.current_file_index.
2004-01-10 Wayne DavisonChanged the call to write_batch_csum_info() to the...
2004-01-03 Wayne DavisonMade the types used in the sum_buf and sum_struct struc...
2004-01-02 Wayne DavisonUse the new f_name_to() call instead of strlcat() an...
2004-01-02 Wayne DavisonGot rid of /* dw */ comments.
2003-12-19 Wayne DavisonQuiet a compiler warning.
2003-12-15 Wayne DavisonNew "io_error" variable handling for RERR_VANISHED...
2003-12-06 J.W. SchultzSanity check s2length on recept.
2003-12-06 Wayne DavisonMerged in the security fixes from 2.5.7.
2003-09-16 J.W. SchultzDetect and report when open or opendir succeed but...
2003-09-11 Wayne DavisonImproved file-related error messages by using the new
2003-09-09 Wayne DavisonChanged "remote_version" to "protocol_version".
2003-08-15 J.W. SchultzWhitespace and indentation cleanup. There is a lot...
2003-04-10 J.W. SchultzNow support dynamic per-file checksum2 size.
next