summaryrefslogtreecommitdiff
path: root/receiver.c
Commit message (Expand)AuthorAgeFilesLines
* Moved a few externs and made a couple formatting tweaks.Wayne Davison2004-03-231-11/+12
* Got rid of an ancient (and no longer relevant) comment.Wayne Davison2004-03-231-4/+3
* Got rid of some superfluous parens.Wayne Davison2004-02-271-1/+1
* Tweaked an if.Wayne Davison2004-02-101-2/+1
* Make idev, hlink and file_struct + strings use allocationJ.W. Schultz2004-02-101-0/+6
* Corrected sizeof usage:J.W. Schultz2004-02-031-2/+2
* Use the new names for the transmit-flag defines.Wayne Davison2004-01-271-2/+3
* Moved the call to do_hard_links() and the final directory-permissionsWayne Davison2004-01-251-12/+0
* Replaced an snprintf() call with pathjoin().Wayne Davison2004-01-241-2/+2
* Tweaked an argv-type variable so that it's a little clearer whatWayne Davison2004-01-221-4/+5
* Use the new f_name_to() calling syntax.Wayne Davison2004-01-221-4/+4
* Eliminate unneeded strlen after strlcpy.J.W. Schultz2004-01-201-2/+1
* - Got rid of the f_gen pipe.Wayne Davison2004-01-151-3/+5
* Set stats.current_file_index.Wayne Davison2004-01-131-1/+2
* Got rid of support for protocols 17 and 18.Wayne Davison2004-01-081-56/+4
* Use new recv_generator() calling syntax.Wayne Davison2004-01-041-1/+1
* Improved the setting of cleanup_got_literal so that we know if theWayne Davison2004-01-021-2/+2
* Applying my updated version of Craig Barratt's buffered I/O patch.Wayne Davison2004-01-021-0/+2
* Use the f_name_to() function to avoid having to strdup() the name thatWayne Davison2004-01-021-29/+25
* Twiddled some whitespace and multi-line comments.Wayne Davison2003-12-151-50/+49
* Merged in the security fixes from 2.5.7.Wayne Davison2003-12-061-1/+2
* Improved file-related error messages by using the newWayne Davison2003-09-111-22/+17
* Changed "remote_version" to "protocol_version".Wayne Davison2003-09-091-3/+3
* Allow non-dir special files to be replaced with regularJ.W. Schultz2003-09-041-3/+15
* Got rid of signed/unsigned-comparison warning if st_dev is signed.Wayne Davison2003-08-211-1/+1
* 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