summaryrefslogtreecommitdiff
path: root/generator.c
AgeCommit message (Expand)AuthorFilesLines
2004-04-12No need to cast st.st_rdev to DEV64_T anymore.Wayne Davison1-1/+1
2004-03-07Use CHMOD_BITS instead of ~_S_IFMT.Wayne Davison1-2/+3
2004-02-27Got rid of some superfluous parens.Wayne Davison1-2/+2
2004-02-10Got rid of useless extern.Wayne Davison1-1/+0
2004-01-27Cast getpid() to a long for output.Wayne Davison1-3/+4
2004-01-25Use the new hard_link_check() function to figure out which one of theWayne Davison1-6/+23
2004-01-22Use the new f_name_to() calling syntax.Wayne Davison1-4/+4
2004-01-20Use new pathjoin() function.Wayne Davison1-3/+3
2004-01-15We now call get_redo_num() instead of reading f_recv (which was removed).Wayne Davison1-2/+2
2004-01-12Changed the hard-link check.Wayne Davison1-1/+1
2004-01-11Use the new union-ified flist_struct values.Wayne Davison1-10/+10
2004-01-09A couple minor code improvements.Wayne Davison1-7/+3
2004-01-04Changed recv_generator() to take a "struct file_struct *" instead ofWayne Davison1-15/+17
2004-01-03More variable-size cleanup.Wayne Davison1-7/+7
2004-01-03Made the types used in the sum_buf and sum_struct structures consistentWayne Davison1-7/+7
2004-01-03Create GID_NONE for use gid test readability.J.W. Schultz1-3/+3
2004-01-03Silence a compiler warning.Wayne Davison1-1/+1
2004-01-02Fixed --link-dest's check for identicalness to ignore the uid ifWayne Davison1-8/+7
2004-01-02Some name tweaks.Wayne Davison1-11/+10
2004-01-02Use f_name_to() when producing a name for the recv_generator() call.Wayne Davison1-11/+15
2003-12-24Simplified an internal function's name to remove a potentiallyWayne Davison1-2/+2
2003-09-11Improved file-related error messages by using the newWayne Davison1-16/+17
2003-09-09Changed "remote_version" to "protocol_version".Wayne Davison1-4/+4
2003-08-22Fixed the multiplying of blength*blength so that it can't overflowWayne Davison1-1/+1
2003-08-21Got rid of signed/unsigned-comparison warning if st_rdev is signed.Wayne Davison1-1/+1
2003-07-04Made rprintf() of size_t value portable.Wayne Davison1-2/+2
2003-04-10 - Per-file dynamic block size is now sqrt(file length).J.W. Schultz1-34/+85
2003-04-10Now support dynamic per-file checksum2 size.J.W. Schultz1-15/+22
2003-03-31Removing vestigial support for protocol versions prior to 15.J.W. Schultz1-13/+10
2003-03-31Logic error in preserve_perms + link_destJ.W. Schultz1-2/+2
2003-03-26Make link-dest aware of --perms, --owner and --group.J.W. Schultz1-4/+11
2003-03-21- Simplified the whole-file option handling.Wayne Davison1-50/+41
2003-03-21Typo corrections.J.W. Schultz1-1/+1
2002-08-29Add --link-dest option from J.W. Schultz.David Dykstra1-0/+22
2002-07-31Stefan Nehlsen's fix of a timeout problem on large files.Wayne Davison1-82/+43
2002-04-09long int fix from Nelson BeebeMartin Pool1-3/+5
2002-04-08Doc and indent only.Martin Pool1-23/+30
2002-04-08With -vv, show state of --whole-file once at the start of the transfer.Martin Pool1-0/+7
2002-04-08Doc.Martin Pool1-6/+6
2002-04-08Split code out into separate files and remove some global variables toMartin Pool1-1/+2
2002-03-25Disambiguate hard link messages.Martin Pool1-1/+1
2002-03-19Now that whole_file and no_whole_file are separate variables, have theDavid Dykstra1-3/+1
2002-03-19Previous solution for --no-whole-file would probably break whenMartin Pool1-4/+34
2002-03-19Typo.Martin Pool1-1/+1
2002-03-19Fix --whole-file problem that caused it to be the default even forMartin Pool1-0/+2
2002-02-07Remove the "rsync:" prefixes on FINFO messages. Return the "building fileDavid Dykstra1-9/+5
2002-01-25New --ignore-existing option, patch previously distributed withMartin Pool1-0/+7
2002-01-23Refactor code in send_sums to remove repeated ternaries.Martin Pool1-14/+22
2002-01-23Indent.Martin Pool1-10/+10
2001-12-14Typo.Martin Pool1-2/+3