summaryrefslogtreecommitdiff
path: root/receiver.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* A major overhaul of I/O routines, creating perform_io().Wayne Davison2009-10-171-3/+6
* Create non-transferred files in a more atomic manner:Wayne Davison2009-08-291-24/+56
* Use typedefs for the filter structures.Wayne Davison2009-05-231-1/+1
* Fixed the use of --xattrs with --only-write-batch.Wayne Davison2009-04-121-2/+2
* More backup improvements:Wayne Davison2009-04-111-1/+1
* Fixed --dry-run with --read-batch:Wayne Davison2009-04-041-14/+14
* Check the right flist_num in gen_wants_ndx().Wayne Davison2009-01-181-7/+13
* Fixed the delete statistics with --delete-delay and --delete-after.Wayne Davison2009-01-171-5/+0
* Fixed a hang in the inc_recurse batch-reading code.Wayne Davison2009-01-171-1/+9
* Improved the backup code:Wayne Davison2009-01-031-1/+1
* Update the copyright year.Wayne Davison2009-01-031-1/+1
* An ftruncate() failure should result in FERROR_XFER.Wayne Davison2008-11-151-5/+4
* Fixed a bunch of "warn_unused_result" compiler warnings.Wayne Davison2008-11-091-2/+6
* Enhanced the --stats output:Wayne Davison2008-09-261-1/+23
* More batch-mode fixes to handle redos properly (and without hanging).Wayne Davison2008-09-261-32/+64
* Fixed skipping of unneeded updates in a batch file whenWayne Davison2008-09-231-3/+5
* Split up the ifuncs.h file into 3 .h files.Wayne Davison2008-09-011-1/+1
* Output numbers in 3-digit groups by default (e.g. 1,234,567).Wayne Davison2008-09-011-5/+6
* Properly handle a failure to create a partial directory, which isWayne Davison2008-08-011-8/+15
* Include the array-size in array externs so that IBM's code-checkerWayne Davison2008-07-201-2/+2
* Changed the chksum debug flag to deltasum.Wayne Davison2008-07-201-4/+4
* Added a '%C' (MD5 checksum) flag for the output/logfile formatting.Wayne Davison2008-07-191-5/+7
* Changed human_num() to big_num() with an extra arg so that it canWayne Davison2008-07-171-10/+10