summaryrefslogtreecommitdiff
path: root/receiver.c
AgeCommit message (Expand)AuthorFilesLines
2005-01-27Implement the new --delay-updates option.Wayne Davison1-1/+39
2005-01-25Renamed several exclude-related functions/variables using newWayne Davison1-3/+3
2005-01-24Moved some of the delete code into flist.c since the generator nowWayne Davison1-57/+5
2005-01-23Go back to requiring -r for deletes to happen.Wayne Davison1-2/+2
2005-01-22Check the "keep_dirs" var instead of "recurse" to decide ifWayne Davison1-2/+2
2005-01-21- Changed XMIT_TOP_DIR to XMIT_DEL_START.Wayne Davison1-1/+1
2005-01-20Decided that delete_in_dir()'s call to delete_file() would beWayne Davison1-1/+1
2005-01-19Got rid of delete_one() since we can (and do) use the updatedWayne Davison1-25/+4
2005-01-17Tweaked the read_size var (formerly map_size) that gets passed toWayne Davison1-2/+2
2005-01-15Make sure that the generator sent us a valid index into basis_dir[].Wayne Davison1-1/+7
2005-01-10- Call finish_transfer() with its new arg. This ensures that we onlyWayne Davison1-12/+12
2005-01-01- Use an int32 for the each block-size variable.Wayne Davison1-9/+11
2004-12-02Check the return value of flush_write_file() and report an errorWayne Davison1-1/+2
2004-11-27Added support for multiple --*-dest options.Wayne Davison1-4/+5
2004-11-03Checking in the g2r-basis-filename patch that ensures that the receiverWayne Davison1-26/+33
2004-10-27Don't ever call make_backup() if we're removing a destination directoryWayne Davison1-4/+4
2004-10-18Fixed an off-by-one error in the handling of --max-delete=N.Wayne Davison1-1/+1
2004-09-21The delete_one() function no longer needs to handle the case whereWayne Davison1-4/+0
2004-09-07If we're making backups with --inplace, use the backup file as theWayne Davison1-2/+7
2004-08-03Call map_file() with its new args, including a suggested windowWayne Davison1-1/+2
2004-08-02Got rid of unused externs.Wayne Davison1-1/+0
2004-07-30If we reject a name due to a server-exclude, someone is trying to hackWayne Davison1-7/+2
2004-07-29Added the new --partial-dir option.Wayne Davison1-10/+37
2004-07-29Check the error return of flush_write_file().Wayne Davison1-11/+7
2004-07-29One more inplace code tweak.Wayne Davison1-8/+5
2004-07-29Some minor fixes and improvements for the inplace code.Wayne Davison1-15/+20
2004-07-26Use the new safe_fname() function.Wayne Davison1-15/+20
2004-07-22Should always call finish_transfer() for inplace handling, just likeWayne Davison1-1/+1
2004-07-22Need to output the "failed verification" error before sending theWayne Davison1-15/+17
2004-07-22Added a warning message when a file fails to verify, letting the userWayne Davison1-6/+16
2004-07-22No need to check both delete_after and delete_mode since the formerWayne Davison1-2/+1
2004-07-21In read_batch mode, we read ints from the new batch_gen_fd pipe andWayne Davison1-0/+23
2004-07-20Call map_file() with the new block_size arg (had to delay theWayne Davison1-28/+25
2004-07-19Added new function discard_receive_data().Wayne Davison1-6/+12
2004-07-19- Don't allow some crafty user to try to force us to update aWayne Davison1-0/+17
2004-07-16My version of Mark Curtis's --inplace option.Wayne Davison1-39/+69
2004-07-14Committed a space-tweak from Chris Shoemaker.Wayne Davison1-1/+1
2004-07-02Some formatting tweaks.Wayne Davison1-24/+21
2004-07-02Moved the verbose message about renaming the finished file down intoWayne Davison1-3/+0
2004-06-30Some simple whitespace tweaks.Wayne Davison1-1/+1
2004-06-29Tweaked an overly-long line.Wayne Davison1-2/+4
2004-06-14If --partial was specified, make sure that make_backup is turnedWayne Davison1-12/+13
2004-06-12Changed the new code in delete_one() so that some compilersWayne Davison1-2/+4
2004-06-11Made delete_one() handle a failed rmdir on a symlink whenWayne Davison1-0/+3
2004-05-21Changed sum_init() to take a seed value as an arg instead of alwaysWayne Davison1-1/+2
2004-05-15Changed rprintf() calls that included strerror() to use rsyserr().Wayne Davison1-16/+17
2004-05-13If the file did not transfer correctly, only save it if --partial wasWayne Davison1-1/+5
2004-04-27Check the return code from close() and output an error if itWayne Davison1-1/+5
2004-03-23Moved a few externs and made a couple formatting tweaks.Wayne Davison1-11/+12
2004-03-23Got rid of an ancient (and no longer relevant) comment.Wayne Davison1-4/+3