summaryrefslogtreecommitdiff
path: root/sender.c
AgeCommit message (Expand)AuthorFilesLines
2005-07-28Support new --append option.Wayne Davison1-0/+9
2005-05-19Periodically call maybe_send_keepalive() when timeouts are in effectWayne Davison1-0/+5
2005-04-14- Got rid of the iflag kluge for 2.6.4pre3.Wayne Davison1-7/+3
2005-04-09- Use the new do_xfers variable in place of some dry_run checksWayne Davison1-7/+10
2005-03-28Some temporary code for 2.6.4pre3 compatibility (which can beWayne Davison1-0/+4
2005-03-27Got rid of temporary code that detected and rejected older 2.6.4Wayne Davison1-12/+0
2005-03-16Changed error message for incompatible 2.6.4 pre-release versions.Wayne Davison1-2/+2
2005-03-15- Made read_item_attrs() detect and reject a pre1/pre2 rsync (usedWayne Davison1-11/+20
2005-03-15Tweaked the end-of-phase code.Wayne Davison1-12/+11
2005-03-13- Improved a couple error messages.Wayne Davison1-15/+13
2005-03-10- Changed read_item_attrs() to return the length of the xname string.Wayne Davison1-17/+16
2005-03-09We now handle the reading and writing of extra basis-file info: theWayne Davison1-18/+37
2005-03-09Backward compatibility fix in read_iflags() (for protocols < 29).Wayne Davison1-1/+2
2005-03-06Backed out the hack that reversed ITEM_REPORT_XATTRS withWayne Davison1-11/+7
2005-03-05Moved the end_progress() call from match.c to sender.c so that weWayne Davison1-0/+3
2005-03-05Added a hack that uses the ITEM_REPORT_XATTRS bit (which is the oldWayne Davison1-7/+11
2005-03-05- Updated to handle the new ITEM_* flags.Wayne Davison1-11/+28
2005-03-04In read_iflags(), we need to set buf to an empty string.Wayne Davison1-0/+2
2005-03-04Moved some code out of the main loop in send_files() into a newWayne Davison1-29/+35
2005-03-04Call log_item() instead of log_send().Wayne Davison1-5/+5
2005-03-04Use the new "the_file_list" global instead of our "the_flist" local.Wayne Davison1-7/+4
2005-02-25Accept the new keep-alive (no-op) packet.Wayne Davison1-0/+7
2005-02-22Fixed a problem with the last change.Wayne Davison1-1/+1
2005-02-22We now look for the ITEM_USING_ALT_BASIS flag for an --inplaceWayne Davison1-2/+1
2005-02-20- For every file that we send off to the receiver, mark it withWayne Davison1-0/+31
2005-02-20Tweaked some externs.Wayne Davison1-4/+3
2005-02-19Changed a couple log_recv() calls back to log_send().Wayne Davison1-2/+2
2005-02-19- Always send the itemized-info bytes on to the receiver. ThisWayne Davison1-21/+25
2005-02-19Log items that are unchanged if verbose > 1.Wayne Davison1-5/+5
2005-02-18- Use read_short() and write_short().Wayne Davison1-13/+11
2005-02-16- The itemized flags are now 2 bytes instead of 1.Wayne Davison1-8/+11
2005-02-16- We now accept an itemized-changes flag byte over the socket if we'reWayne Davison1-9/+34
2005-02-15Decided on a better option name --itemize-changes (-i).Wayne Davison1-3/+3
2005-02-15If -w and -v are both on, don't output the "log the transfer"Wayne Davison1-3/+5
2005-02-14Changed one size_t var into an int32.Wayne Davison1-1/+1
2005-02-11Made "i" a size_t in receive_sums().Wayne Davison1-3/+3
2005-02-02If the generator sends us the index of a directory, generate anWayne Davison1-0/+5
2005-02-01Refer to the old basedir variable as dir.root.Wayne Davison1-2/+2
2005-01-24Moved the code that reads the extra byte for a modern inplaceWayne Davison1-5/+6
2005-01-17For --inplace over protocol-version 29 or greater, read theWayne Davison1-0/+7
2005-01-17- Moved read_sum_head() to io.c (because the generator uses it too).Wayne Davison1-18/+2
2005-01-01- Use an int32 for the each block-size variable.Wayne Davison1-3/+3
2004-09-20Improved a comment.Wayne Davison1-1/+2
2004-09-07Turn off make_backups during the redo phase, just like the receiver.Wayne Davison1-0/+5
2004-08-03Call map_file() with its new args, including a suggested windowWayne Davison1-1/+5
2004-07-26Use the new safe_fname() function.Wayne Davison1-13/+15
2004-07-20Call map_file() with its new block_size arg.Wayne Davison1-3/+2
2004-07-16My version of Mark Curtis's --inplace option.Wayne Davison1-13/+15
2004-07-15My modified version of Chris Shoemaker's improved batch-file handling.Wayne Davison1-107/+42
2004-06-18Tweaked some comments.Wayne Davison1-5/+5