summaryrefslogtreecommitdiff
path: root/receiver.c
AgeCommit message (Expand)AuthorFilesLines
2000-01-24added --backup-dir option from Bob EdwardsAndrew Tridgell1-1/+3
2000-01-23fix a problem with files > 2GBAndrew Tridgell1-6/+6
2000-01-23added --max-delete optionAndrew Tridgell1-1/+4
2000-01-23added some really ugly code to allow errors to propogate toAndrew Tridgell1-1/+1
1999-11-08added --delete-after option (suggested by Jason)Andrew Tridgell1-2/+11
1999-10-31solved the problem of not using the right permissions whenAndrew Tridgell1-0/+8
1999-10-31added "ignore errors" option in rsyncd.confAndrew Tridgell1-1/+2
1999-10-25use do_open() instead of open() in several places to help the WinXX portAndrew Tridgell1-2/+2
1999-04-06fixed a nasty bug in the handling of "local_name" when setting theAndrew Tridgell1-1/+1
1999-03-24Backed out the change to create missing parent directories when usingDavid Dykstra1-2/+4
1999-03-23Fix bug with --compare-dest option where missing parent directories in theDavid Dykstra1-1/+2
1999-03-11When a file cannot be deleted because of ETXTBSY (in particular, when anDavid Dykstra1-1/+1
1999-03-04The change a couple days ago to create files initially without group andDavid Dykstra1-3/+4
1999-03-01Change the mask used when creating temporary files from 777 to 700, to preventDavid Dykstra1-2/+2
1999-02-10Changed error message that just said "open %s: %s" to "cannot create %s: %s"David Dykstra1-1/+1
1998-11-24Backup deleted files when using --delete and --backup. Based on aDavid Dykstra1-2/+11
1998-11-14changed strlcat() and strlcpy() to have the same semantics as theAndrew Tridgell1-4/+4
1998-11-05Add comment before call to mktemp saying it is deliberately chosen overDavid Dykstra1-0/+4
1998-11-03patch from Alberto Accomazzi <aaccomazzi@cfa.harvard.edu> to addAndrew Tridgell1-4/+4
1998-11-02Jason told me that's its very important for his site to log exactlyAndrew Tridgell1-2/+6
1998-10-29changes to get rsync working on a CRAY J90. This machine doesn't haveAndrew Tridgell1-1/+0
1998-10-28and I thought I wasn't going to do any rsync coding for a while ...Andrew Tridgell1-5/+10
1998-10-26Add --compare-dest option which enables specifying an additional destinationDavid Dykstra1-4/+17
1998-09-09handle OSes where you can't rename a open file in the cleanup code.Andrew Tridgell1-3/+3
1998-07-25rsync.c was getting a bit unwieldy so I split the code into 3 modules,Andrew Tridgell1-0/+450