summaryrefslogtreecommitdiff
path: root/receiver.c
AgeCommit message (Expand)AuthorFilesLines
2007-11-03- Renamed updating_basis -> updating_basis_or_equiv.Wayne Davison1-4/+10
2007-10-29My version of Matt's cleanup patch from bug 5051. This makesWayne Davison1-43/+48
2007-10-28Made some more char pointers const.Wayne Davison1-2/+2
2007-10-28Fixed setting of updating_basis value.Wayne Davison1-4/+1
2007-09-01Handle the new --append and --append-verify options.Wayne Davison1-15/+19
2007-07-10Tweaking the license text a bit more.Wayne Davison1-2/+3
2007-07-08If we get an ndx that is 1 entry prior to an incremental flist'sWayne Davison1-2/+5
2007-07-07Changed "count" to "used" in struct file_list since there canWayne Davison1-6/+6
2007-07-07Switching to GPL 3.Wayne Davison1-3/+2
2007-04-26Prevent a hang in incremental-recursion mode when the receiver encountersWayne Davison1-0/+12
2007-04-26The --iconv option has now made it to the trunk.Wayne Davison1-1/+1
2007-04-07The improved --xattrs option is landing on the trunk.Wayne Davison1-5/+16
2007-03-18Made a char* arg const.Wayne Davison1-1/+1
2007-03-18Protocol 30 now uses MD5 checksums instead of MD4.Wayne Davison1-6/+6
2007-03-11The ACL support has arrived! This version has a brand new protocolWayne Davison1-1/+15
2007-02-04Further modifications to the copyright comment section.Wayne Davison1-4/+3
2007-01-31Mention the year 2007 in the copyright declarations.Wayne Davison1-1/+1
2007-01-27Changed the variable "incremental" to "inc_recurse".Wayne Davison1-6/+6
2007-01-27More extern tweaking.Wayne Davison1-0/+2
2007-01-27Got rid of unused externs.Wayne Davison1-3/+0
2007-01-21Fixed handling of "redo" items in protocol 30.Wayne Davison1-5/+8
2006-12-28Handle the new incremental-recursion mode.Wayne Davison1-39/+59
2006-12-09Got rid of the pool-destroy call since this is not around anymore.Wayne Davison1-5/+0
2006-12-06Changed i -> ndx in several variables.Wayne Davison1-29/+29
2006-12-05Use the latest F_*() accessors.Wayne Davison1-13/+12
2006-12-04Use new send_msg_int() function.Wayne Davison1-14/+8
2006-12-03- Typical tranfers now save 12-20 bytes per file because several varsWayne Davison1-4/+4
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