summaryrefslogtreecommitdiff
path: root/receiver.c
Commit message (Expand)AuthorAgeFilesLines
* Checking in the g2r-basis-filename patch that ensures that the receiverWayne Davison2004-11-031-26/+33
* Don't ever call make_backup() if we're removing a destination directoryWayne Davison2004-10-271-4/+4
* Fixed an off-by-one error in the handling of --max-delete=N.Wayne Davison2004-10-181-1/+1
* The delete_one() function no longer needs to handle the case whereWayne Davison2004-09-211-4/+0
* If we're making backups with --inplace, use the backup file as theWayne Davison2004-09-071-2/+7
* Call map_file() with its new args, including a suggested windowWayne Davison2004-08-031-1/+2
* Got rid of unused externs.Wayne Davison2004-08-021-1/+0
* If we reject a name due to a server-exclude, someone is trying to hackWayne Davison2004-07-301-7/+2
* Added the new --partial-dir option.Wayne Davison2004-07-291-10/+37
* Check the error return of flush_write_file().Wayne Davison2004-07-291-11/+7
* One more inplace code tweak.Wayne Davison2004-07-291-8/+5
* Some minor fixes and improvements for the inplace code.Wayne Davison2004-07-291-15/+20
* Use the new safe_fname() function.Wayne Davison2004-07-261-15/+20
* Should always call finish_transfer() for inplace handling, just likeWayne Davison2004-07-221-1/+1
* Need to output the "failed verification" error before sending theWayne Davison2004-07-221-15/+17
* Added a warning message when a file fails to verify, letting the userWayne Davison2004-07-221-6/+16
* No need to check both delete_after and delete_mode since the formerWayne Davison2004-07-221-2/+1
* In read_batch mode, we read ints from the new batch_gen_fd pipe andWayne Davison2004-07-211-0/+23
* Call map_file() with the new block_size arg (had to delay theWayne Davison2004-07-201-28/+25
* Added new function discard_receive_data().Wayne Davison2004-07-191-6/+12
* - Don't allow some crafty user to try to force us to update aWayne Davison2004-07-191-0/+17
* My version of Mark Curtis's --inplace option.Wayne Davison2004-07-161-39/+69
* Committed a space-tweak from Chris Shoemaker.Wayne Davison2004-07-141-1/+1
* Some formatting tweaks.Wayne Davison2004-07-021-24/+21
* Moved the verbose message about renaming the finished file down intoWayne Davison2004-07-021-3/+0
* Some simple whitespace tweaks.Wayne Davison2004-06-301-1/+1
* Tweaked an overly-long line.Wayne Davison2004-06-291-2/+4
* If --partial was specified, make sure that make_backup is turnedWayne Davison2004-06-141-12/+13
* Changed the new code in delete_one() so that some compilersWayne Davison2004-06-121-2/+4
* Made delete_one() handle a failed rmdir on a symlink whenWayne Davison2004-06-111-0/+3
* Changed sum_init() to take a seed value as an arg instead of alwaysWayne Davison2004-05-211-1/+2
* Changed rprintf() calls that included strerror() to use rsyserr().Wayne Davison2004-05-151-16/+17
* If the file did not transfer correctly, only save it if --partial wasWayne Davison2004-05-131-1/+5
* Check the return code from close() and output an error if itWayne Davison2004-04-271-1/+5
* Moved a few externs and made a couple formatting tweaks.Wayne Davison2004-03-231-11/+12
* Got rid of an ancient (and no longer relevant) comment.Wayne Davison2004-03-231-4/+3
* Got rid of some superfluous parens.Wayne Davison2004-02-271-1/+1
* Tweaked an if.Wayne Davison2004-02-101-2/+1
* Make idev, hlink and file_struct + strings use allocationJ.W. Schultz2004-02-101-0/+6
* Corrected sizeof usage:J.W. Schultz2004-02-031-2/+2
* Use the new names for the transmit-flag defines.Wayne Davison2004-01-271-2/+3
* Moved the call to do_hard_links() and the final directory-permissionsWayne Davison2004-01-251-12/+0
* Replaced an snprintf() call with pathjoin().Wayne Davison2004-01-241-2/+2
* Tweaked an argv-type variable so that it's a little clearer whatWayne Davison2004-01-221-4/+5
* Use the new f_name_to() calling syntax.Wayne Davison2004-01-221-4/+4
* Eliminate unneeded strlen after strlcpy.J.W. Schultz2004-01-201-2/+1
* - Got rid of the f_gen pipe.Wayne Davison2004-01-151-3/+5
* Set stats.current_file_index.Wayne Davison2004-01-131-1/+2
* Got rid of support for protocols 17 and 18.Wayne Davison2004-01-081-56/+4
* Use new recv_generator() calling syntax.Wayne Davison2004-01-041-1/+1