summaryrefslogtreecommitdiff
path: root/sender.c
Commit message (Expand)AuthorAgeFilesLines
* Complain if a --remove-s*-files option is set and we can't removeWayne Davison2006-09-201-2/+7
* Decided that I like remove-source-files better than remove-sender-files.Wayne Davison2006-06-301-2/+2
* The remove_sent_files var was renamed to remove_sender_files.Wayne Davison2006-06-301-5/+2
* Got rid of the FNAME logcode enum.Wayne Davison2006-06-011-3/+3
* - Use the renamed stdout_format_has_i variable.Wayne Davison2006-05-291-9/+8
* Some demon_log_* variables changed into logfile_* variables that areWayne Davison2006-05-091-3/+2
* Updated the FSF's address to an even newer one.Wayne Davison2006-04-251-3/+3
* - Updated the address for the FSF in the opening comment.Wayne Davison2006-04-251-17/+20
* Call f_name() with revised args (which also replaces f_name_to()).Wayne Davison2006-01-141-2/+2
* Got rid of calls to (the soon to vanish) safe_fname() function.Wayne Davison2006-01-131-14/+8
* Support new --append option.Wayne Davison2005-07-281-0/+9
* Periodically call maybe_send_keepalive() when timeouts are in effectWayne Davison2005-05-191-0/+5
* - Got rid of the iflag kluge for 2.6.4pre3.Wayne Davison2005-04-141-7/+3
* - Use the new do_xfers variable in place of some dry_run checksWayne Davison2005-04-091-7/+10
* Some temporary code for 2.6.4pre3 compatibility (which can beWayne Davison2005-03-281-0/+4
* Got rid of temporary code that detected and rejected older 2.6.4Wayne Davison2005-03-271-12/+0
* Changed error message for incompatible 2.6.4 pre-release versions.Wayne Davison2005-03-161-2/+2
* - Made read_item_attrs() detect and reject a pre1/pre2 rsync (usedWayne Davison2005-03-151-11/+20
* Tweaked the end-of-phase code.Wayne Davison2005-03-151-12/+11
* - Improved a couple error messages.Wayne Davison2005-03-131-15/+13
* - Changed read_item_attrs() to return the length of the xname string.Wayne Davison2005-03-101-17/+16
* We now handle the reading and writing of extra basis-file info: theWayne Davison2005-03-091-18/+37
* Backward compatibility fix in read_iflags() (for protocols < 29).Wayne Davison2005-03-091-1/+2
* Backed out the hack that reversed ITEM_REPORT_XATTRS withWayne Davison2005-03-061-11/+7
* Moved the end_progress() call from match.c to sender.c so that weWayne Davison2005-03-051-0/+3
* Added a hack that uses the ITEM_REPORT_XATTRS bit (which is the oldWayne Davison2005-03-051-7/+11
* - Updated to handle the new ITEM_* flags.Wayne Davison2005-03-051-11/+28
* In read_iflags(), we need to set buf to an empty string.Wayne Davison2005-03-041-0/+2
* Moved some code out of the main loop in send_files() into a newWayne Davison2005-03-041-29/+35
* Call log_item() instead of log_send().Wayne Davison2005-03-041-5/+5
* Use the new "the_file_list" global instead of our "the_flist" local.Wayne Davison2005-03-041-7/+4
* Accept the new keep-alive (no-op) packet.Wayne Davison2005-02-251-0/+7
* Fixed a problem with the last change.Wayne Davison2005-02-221-1/+1
* We now look for the ITEM_USING_ALT_BASIS flag for an --inplaceWayne Davison2005-02-221-2/+1
* - For every file that we send off to the receiver, mark it withWayne Davison2005-02-201-0/+31
* Tweaked some externs.Wayne Davison2005-02-201-4/+3
* Changed a couple log_recv() calls back to log_send().Wayne Davison2005-02-191-2/+2
* - Always send the itemized-info bytes on to the receiver. ThisWayne Davison2005-02-191-21/+25
* Log items that are unchanged if verbose > 1.Wayne Davison2005-02-191-5/+5
* - Use read_short() and write_short().Wayne Davison2005-02-181-13/+11
* - The itemized flags are now 2 bytes instead of 1.Wayne Davison2005-02-161-8/+11
* - We now accept an itemized-changes flag byte over the socket if we'reWayne Davison2005-02-161-9/+34
* Decided on a better option name --itemize-changes (-i).Wayne Davison2005-02-151-3/+3
* If -w and -v are both on, don't output the "log the transfer"Wayne Davison2005-02-151-3/+5
* Changed one size_t var into an int32.Wayne Davison2005-02-141-1/+1
* Made "i" a size_t in receive_sums().Wayne Davison2005-02-111-3/+3
* If the generator sends us the index of a directory, generate anWayne Davison2005-02-021-0/+5
* Refer to the old basedir variable as dir.root.Wayne Davison2005-02-011-2/+2
* Moved the code that reads the extra byte for a modern inplaceWayne Davison2005-01-241-5/+6
* For --inplace over protocol-version 29 or greater, read theWayne Davison2005-01-171-0/+7