summaryrefslogtreecommitdiff
path: root/generator.c
AgeCommit message (Expand)AuthorFilesLines
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
2001-12-14Clearer error messages.Martin Pool1-1/+1
2001-12-14Clearer error messages.Martin Pool1-13/+24
2001-12-03Don't print out the directory name twice in verbose mode; it was beingDavid Dykstra1-1/+3
2001-09-09fixed check for timeout in generatorAndrew Tridgell1-5/+5
2001-05-07imported new snprintf.c from samba, got rid of slprintfAndrew Tridgell1-2/+2
2000-11-15Add comments.Martin Pool1-1/+10
2000-11-10Doc.Martin Pool1-2/+12
2000-11-09Better error messagesMartin Pool1-1/+1
2000-11-08Better error messages when unlink failsMartin Pool1-1/+1
2000-09-06added --modify-window option from David Bolen <db3l@fitlinxx.com>Andrew Tridgell1-2/+3
2000-08-04Enable --compare-dest to work in combination with --always-checksum.David Dykstra1-0/+10
2000-06-23get rid of annoying symlink error messagesAndrew Tridgell1-1/+1
2000-01-24updated a debug messageAndrew Tridgell1-1/+1