aboutsummaryrefslogtreecommitdiffstats
path: root/receiver.c
Commit message (Expand)AuthorAgeFilesLines
* add a --ignore-errors optionAndrew Tridgell2000-03-211-1/+2
* patch from David Murn to make sure the final 100% is always printedAndrew Tridgell2000-01-251-1/+1
* fixed a rare SEGV that can happen when a file disappears (due toAndrew Tridgell2000-01-241-3/+5
* moved file deletion to before the fork() to prevent a race conditionAndrew Tridgell2000-01-241-7/+1
* added --backup-dir option from Bob EdwardsAndrew Tridgell2000-01-241-1/+3
* fix a problem with files > 2GBAndrew Tridgell2000-01-231-6/+6
* added --max-delete optionAndrew Tridgell2000-01-231-1/+4
* added some really ugly code to allow errors to propogate toAndrew Tridgell2000-01-231-1/+1
* added --delete-after option (suggested by Jason)Andrew Tridgell1999-11-081-2/+11
* solved the problem of not using the right permissions whenAndrew Tridgell1999-10-311-0/+8
* added "ignore errors" option in rsyncd.confAndrew Tridgell1999-10-311-1/+2
* use do_open() instead of open() in several places to help the WinXX portAndrew Tridgell1999-10-251-2/+2
* fixed a nasty bug in the handling of "local_name" when setting theAndrew Tridgell1999-04-061-1/+1
* Backed out the change to create missing parent directories when usingDavid Dykstra1999-03-241-2/+4
* Fix bug with --compare-dest option where missing parent directories in theDavid Dykstra1999-03-231-1/+2
* When a file cannot be deleted because of ETXTBSY (in particular, when anDavid Dykstra1999-03-111-1/+1
* The change a couple days ago to create files initially without group andDavid Dykstra1999-03-041-3/+4
* Change the mask used when creating temporary files from 777 to 700, to preventDavid Dykstra1999-03-011-2/+2
* Changed error message that just said "open %s: %s" to "cannot create %s: %s"David Dykstra1999-02-101-1/+1
* Backup deleted files when using --delete and --backup. Based on aDavid Dykstra1998-11-241-2/+11
* changed strlcat() and strlcpy() to have the same semantics as theAndrew Tridgell1998-11-141-4/+4
* Add comment before call to mktemp saying it is deliberately chosen overDavid Dykstra1998-11-051-0/+4
* patch from Alberto Accomazzi <aaccomazzi@cfa.harvard.edu> to addAndrew Tridgell1998-11-031-4/+4
* Jason told me that's its very important for his site to log exactlyAndrew Tridgell1998-11-021-2/+6
* changes to get rsync working on a CRAY J90. This machine doesn't haveAndrew Tridgell1998-10-291-1/+0
* and I thought I wasn't going to do any rsync coding for a while ...Andrew Tridgell1998-10-281-5/+10
* Add --compare-dest option which enables specifying an additional destinationDavid Dykstra1998-10-261-4/+17
* handle OSes where you can't rename a open file in the cleanup code.Andrew Tridgell1998-09-091-3/+3
* rsync.c was getting a bit unwieldy so I split the code into 3 modules,Andrew Tridgell1998-07-251-0/+450