summaryrefslogtreecommitdiff
path: root/receiver.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added the --info=FLAGS an --debug=FLAGS options, which allowsWayne Davison2008-07-131-18/+20
* Don't send daemon-config filter-action messages back to the user.Wayne Davison2008-03-241-2/+2
* Changed the name of the server_filter_list to beWayne Davison2008-03-201-5/+5
* Include 2008 in the copyright years.Wayne Davison2008-03-011-1/+1
* The daemon no longer logs a recv entry for a file that is notWayne Davison2008-02-171-1/+1
* Fixed several glitches with failed updates and batch files:Wayne Davison2008-01-271-8/+11
* Fixed a case where the receiver indicates a successful update when theWayne Davison2007-12-311-15/+20