summaryrefslogtreecommitdiff
path: root/receiver.c
Commit message (Expand)AuthorAgeFilesLines
* Make sure that the error message for mkstemp() includes the fullWayne Davison2003-08-041-6/+14
* We should bump the deletion_count for backed-up deleted files too.Wayne Davison2003-08-011-1/+1
* Properly handle the backup_suffix/backup_dir settings when deletingWayne Davison2003-08-011-15/+24
* Only call show_progress() and end_progress() if do_progress is set.Wayne Davison2003-07-081-3/+5
* Now support dynamic per-file checksum2 size.J.W. Schultz2003-04-101-8/+7
* Removing vestigial support for protocol versions prior to 15.J.W. Schultz2003-03-311-10/+8
* Prevent tempfile names from overflowing.J.W. Schultz2003-03-261-22/+45
* removed log_transfer() It was no more than a conditionalJ.W. Schultz2003-03-251-4/+4
* Typo corrections.J.W. Schultz2003-03-211-2/+2
* Re-activate the piece of code that creates intervening directoriesDavid Dykstra2003-01-201-8/+1
* Close previously opened file descriptor when mkstemp fails in recv_files().David Dykstra2002-05-281-0/+1
* Split code out into separate files and remove some global variables toMartin Pool2002-04-081-4/+6
* Suggested patch from Jim Ogilvie <jogilvie@us.ibm.com> to print out theDavid Dykstra2002-02-131-1/+1
* More signedness fixes; should be harmless.Martin Pool2002-01-251-2/+2
* Doc.Martin Pool2002-01-231-1/+1
* Signedness security patch from Sebastian Krahmer <krahmer@suse.de> --Martin Pool2002-01-231-1/+2
* Always use 64-bit ino_t and dev_t internally, so that we can detectMartin Pool2002-01-111-2/+2
* imported new snprintf.c from samba, got rid of slprintfAndrew Tridgell2001-05-071-4/+4
* use mkstemp on systems where it is secureAndrew Tridgell2001-05-021-15/+11
* Better error messages when unlink failsMartin Pool2000-11-081-2/+3
* Better error messages when unlink failsMartin Pool2000-11-081-2/+3
* 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