summaryrefslogtreecommitdiff
path: root/receiver.c
Commit message (Expand)AuthorAgeFilesLines
* Preparing for release of 3.3.0pre1 [buildall]v3.3.0pre1Wayne Davison2023-04-291-1/+1
* Fix issue with trailing --sparse --inplace blocks.Wayne Davison2023-04-291-1/+1
* Improve various things in the checksum codeWayne Davison2022-09-101-6/+7
* Add safety check for local --remove-source-files.Wayne Davison2022-08-211-7/+5
* Some extra file-list safety checks.Wayne Davison2022-07-311-4/+7
* Some `--write-device` fixes.Wayne Davison2022-03-271-4/+6
* Preparing for release of 3.2.4pre2v3.2.4pre2Wayne Davison2022-01-151-1/+1
* Preparing for release of 3.2.4pre1v3.2.4pre1Wayne Davison2022-01-021-1/+1
* Linux: Handle protected_regular in inplace writes (#241)Achim Leitner2021-10-171-0/+6
* Add --fsync option (promoted from patches).Wayne Davison2021-09-271-0/+6
* Add test and fix regression for --delay-updates (#192) (#204)Natanael Copa2021-07-281-1/+1
* Set whole_file = 0 when whole_file < 0. Fixes issue 114.Wayne Davison2021-07-041-0/+3
* Need to also check stdout_format_has_i in some INFO-NAME checks.Wayne Davison2021-06-271-1/+1
* Some indentation fixes.Wayne Davison2020-06-131-8/+6
* Create a get_device_size() helper function.Wayne Davison2020-06-111-13/+2
* A resumed partial-dir file is transferred in-place.Wayne Davison2020-04-291-19/+26
* Set Copyright years and make them easier to updateWayne Davison2020-04-091-1/+1
* Add progress output via SIGINFO and SIGVTALRMWayne Davison2020-04-051-3/+9
* Added the --write-devices option.Wayne Davison2020-04-051-13/+28
* Tweak the copyright year.Wayne Davison2019-03-161-1/+1
* Tweak copyright date.Wayne Davison2018-01-141-1/+1
* Fix issue with earlier path-check (fixes "make check")Wayne Davison2017-12-031-5/+5
* Check daemon filter against fnamecmp in recv_files().Jeriko One2017-12-031-1/+1
* Check fname in recv_files sooner.Jeriko One2017-12-031-6/+6
* More archaic-checksum improvements. This makes the len vars clearerWayne Davison2017-11-071-4/+4
* Fix extern of preallocated_len w/o SUPPORT_PREALLOCATION.Wayne Davison2016-10-311-2/+0
* Support --sparse combined with --preallocate or --inplace.Wayne Davison2016-10-101-35/+31
* Add --checksum-choice option to choose the checksum algorithms.Wayne Davison2016-05-011-4/+4
* Fixed logging of %b & %c when using --log-file.Wayne Davison2015-09-071-2/+1
* Update the copyright year.Wayne Davison2015-08-081-1/+1
* Added a flag to disable xattr hlink optimization.Wayne Davison2014-06-081-2/+5
* Avoid the use of an extra leading dot when using --temp-dir.Wayne Davison2014-02-261-3/+6
* Bump the year to 2014.Wayne Davison2014-01-261-1/+1
* Undo the hard-link xattr optimization in 78286a03.Wayne Davison2014-01-191-4/+2
* Flush write buffer on an aborted in-place transfer.Wayne Davison2013-09-281-1/+2
* Avoid preallocation on inplace file that is already long enough.Wayne Davison2013-06-021-1/+1
* Update copyright year.Wayne Davison2013-01-191-1/+1
* Fix --only-write-batch hang with --hard-links.Wayne Davison2012-01-281-0/+2
* make repeated --fuzzy option look into alt-dest dirs.Wayne Davison2011-11-231-6/+11
* Add some temp-name dot heuristics for OS X's sake.Wayne Davison2011-04-051-13/+21
* Applying the preallocate patch.Wayne Davison2011-04-041-1/+25
* Avoid re-setting (and sending) xattrs on a hard-linked file w/the same xattrs.Wayne Davison2011-03-261-2/+4
* Avoid directory permission issues with --fake-super.Wayne Davison2011-01-011-2/+13
* Avoid splitting a multi-byte character when trimming a name.Wayne Davison2010-11-261-0/+8
* Use ftruncate() at the end of a --sparse file.Wayne Davison2010-11-061-3/+2
* Mention seek effect of an unmoved --inplace chunk.Wayne Davison2010-11-061-2/+3
* Avoid a crash with --append-verify when discarding the received data.Wayne Davison2010-08-211-1/+1
* Avoid a non-writable-by-the-user file when copying xattrs.Wayne Davison2010-08-211-1/+1
* More --timeout improvements, especially for the receiving side:Wayne Davison2010-01-021-0/+4
* Fix %b and %c so that they count per-transfer bytes again.Wayne Davison2009-10-251-7/+7