summaryrefslogtreecommitdiff
path: root/receiver.c
AgeCommit message (Expand)AuthorFilesLines
2006-11-22Made get_tmpname() non-static.Wayne Davison1-1/+1
2006-11-21- Use an explicit cast when a value gets stored in a smaller var.Wayne Davison1-2/+2
2006-10-13Silence some IBM checker warnings and made a slight optimizationWayne Davison1-7/+11
2006-09-17The --inplace option now notices when the basis data is not comingWayne Davison1-2/+8
2006-06-30Decided that I like remove-source-files better than remove-sender-files.Wayne Davison1-3/+3
2006-06-30The remove_sent_files var was renamed to remove_sender_files.Wayne Davison1-3/+3
2006-06-01Got rid of the FNAME logcode enum.Wayne Davison1-2/+2
2006-05-29- Use the renamed stdout_format_has_i variable.Wayne Davison1-9/+8
2006-05-18The cleanup_set() call was not getting called w/o --partial.Wayne Davison1-2/+1
2006-05-18Improved two lseek() error messages.Wayne Davison1-6/+8
2006-05-09Some demon_log_* variables changed into logfile_* variables that areWayne Davison1-4/+2
2006-05-09If the --partial-dir value is an absolute path and we use a file inWayne Davison1-3/+8
2006-04-25Updated the FSF's address to an even newer one.Wayne Davison1-3/+3
2006-04-25- Updated the address for the FSF in the opening comment.Wayne Davison1-19/+21
2006-02-24Got rid of unused externs.Wayne Davison1-4/+0
2006-02-24The create_directory_path() function no longer takes a base_umaskWayne Davison1-2/+1
2006-02-07Moved the delay-bit functions into util.c, making them more generic.Wayne Davison1-65/+4
2006-01-31When permissions aren't being preserved, set them via the newWayne Davison1-5/+5
2006-01-30Call finish_transfer() with a valid partialptr string, whenWayne Davison1-4/+7
2006-01-14Call f_name() with revised args (which also replaces f_name_to()).Wayne Davison1-3/+3
2006-01-13Got rid of calls to (the soon to vanish) safe_fname() function.Wayne Davison1-16/+12
2005-11-10Only call cleanup_set() if keep_partial is set.Wayne Davison1-1/+1
2005-09-15Added a comment.Wayne Davison1-0/+2
2005-08-30When --append is entering the redo phase, make sure thatWayne Davison1-1/+5
2005-07-30- The combination of --update and --progress now outputs progressWayne Davison1-1/+5
2005-07-28Support new --append option.Wayne Davison1-0/+24
2005-04-14Support the reception of a file-transfer header without xfer dataWayne Davison1-1/+2
2005-04-09- Use the new do_xfers variable in place of some dry_run checksWayne Davison1-2/+8
2005-03-29- Fixed a potential crash if the receiver couldn't open the basis fileWayne Davison1-3/+5
2005-03-29- Warn about missing batched updates the generator wants but theWayne Davison1-9/+20
2005-03-24If --dry-run is enabled with --read-batch, we must discard theWayne Davison1-0/+2
2005-03-15Added an extra phase to the end of the transfer to handleWayne Davison1-6/+12
2005-03-15Handle --delay-updates at the end of the first phase.Wayne Davison1-33/+39
2005-03-10- Fixed the reading of the fuzzy xname from the socket.Wayne Davison1-28/+13
2005-03-09Got rid of the name-pipe, so we now read the fnamecmp_type data overWayne Davison1-26/+50
2005-03-05Don't try to determine the phase we're in by looking at the valueWayne Davison1-3/+2
2005-03-05- Updated to handle the new ITEM_* flags.Wayne Davison1-11/+8
2005-03-04Got rid of some code in the main recv_files() loop by calling theWayne Davison1-24/+7
2005-03-04Call log_item() instead of log_recv().Wayne Davison1-5/+5
2005-03-04Added read_vstring() and write_vstring() to io.c instead ofWayne Davison1-17/+1
2005-02-26Moved the delete-after support into generator.c.Wayne Davison1-26/+0
2005-02-25Accept the new keep-alive (no-op) packet.Wayne Davison1-0/+4
2005-02-20Changed the memory implementation of --delay-updates so that itWayne Davison1-16/+71
2005-02-20If --delay-updates is specified with --remove-sent-files, delayWayne Davison1-1/+7
2005-02-20If --remove-sent-files was specified and we successfully updated aWayne Davison1-5/+10
2005-02-20Tweaked some externs.Wayne Davison1-7/+7
2005-02-19- Improved the logging of itemized changes for the daemon.Wayne Davison1-12/+16
2005-02-19Log items that are unchanged if verbose > 1.Wayne Davison1-2/+2
2005-02-18- Use read_short() and write_short().Wayne Davison1-3/+8
2005-02-16- The itemized flags are now 2 bytes instead of 1.Wayne Davison1-6/+4