summaryrefslogtreecommitdiff
path: root/generator.c
AgeCommit message (Expand)AuthorFilesLines
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
2000-01-23fix a problem with files > 2GBAndrew Tridgell1-5/+5
2000-01-23added --existing option, similar to one suggested by Gildas Quiniou <gildas@s...Andrew Tridgell1-0/+7
2000-01-06If a destination file cannot be opened, pretend it doesn't exist ratherDavid Dykstra1-2/+4
1999-12-29When not using -p and file being copied to already existed, was mistakenlyDavid Dykstra1-2/+2
1999-12-02fixed a segv bug when handling symlinks.Andrew Tridgell1-1/+1
1999-10-31solved the problem of not using the right permissions whenAndrew Tridgell1-0/+10
1999-10-25use do_open() instead of open() in several places to help the WinXX portAndrew Tridgell1-1/+1
1999-06-26fixed a bug that made us use only 16 bits of the file checksum whenAndrew Tridgell1-9/+15
1999-04-02Small bug fix for the --compare-dest option: when a file's contentsDavid Dykstra1-1/+2
1999-03-11When a file cannot be deleted because of ETXTBSY (in particular, when anDavid Dykstra1-1/+1
1999-02-18added --size-only option. Useful when starting to use rsync after aAndrew Tridgell1-0/+5
1998-11-14changed strlcat() and strlcpy() to have the same semantics as theAndrew Tridgell1-1/+1
1998-11-02if no local destination is provided for the transfer then provideAndrew Tridgell1-0/+3
1998-10-26Add --compare-dest option which enables specifying an additional destinationDavid Dykstra1-4/+22
1998-07-25rsync.c was getting a bit unwieldy so I split the code into 3 modules,Andrew Tridgell1-0/+399