Fix bug with --compare-dest option where missing parent directories in the
[rsync/rsync.git] / receiver.c
1999-03-23 David DykstraFix bug with --compare-dest option where missing parent...
1999-03-11 David DykstraWhen a file cannot be deleted because of ETXTBSY (in...
1999-03-04 David DykstraThe change a couple days ago to create files initially...
1999-03-01 David DykstraChange the mask used when creating temporary files...
1999-02-10 David DykstraChanged error message that just said "open %s: %s"...
1998-11-24 David DykstraBackup deleted files when using --delete and --backup...
1998-11-14 Andrew Tridgellchanged strlcat() and strlcpy() to have the same semant...
1998-11-05 David DykstraAdd comment before call to mktemp saying it is delibera...
1998-11-03 Andrew Tridgellpatch from Alberto Accomazzi <aaccomazzi@cfa.harvard...
1998-11-02 Andrew TridgellJason told me that's its very important for his site...
1998-10-29 Andrew Tridgellchanges to get rsync working on a CRAY J90. This machin...
1998-10-28 Andrew Tridgelland I thought I wasn't going to do any rsync coding...
1998-10-26 David DykstraAdd --compare-dest option which enables specifying...
1998-09-09 Andrew Tridgellhandle OSes where you can't rename a open file in the...
1998-07-25 Andrew Tridgellc was getting a bit unwieldy so I split the code into...