summaryrefslogtreecommitdiff
path: root/receiver.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-26Bump the year to 2014.Wayne Davison1-1/+1
2014-01-19Undo the hard-link xattr optimization in 78286a03.Wayne Davison1-4/+2
2013-09-28Flush write buffer on an aborted in-place transfer.Wayne Davison1-1/+2
2013-06-02Avoid preallocation on inplace file that is already long enough.Wayne Davison1-1/+1
2013-01-19Update copyright year.Wayne Davison1-1/+1
2012-01-28Fix --only-write-batch hang with --hard-links.Wayne Davison1-0/+2
2011-11-23make repeated --fuzzy option look into alt-dest dirs.Wayne Davison1-6/+11
2011-04-05Add some temp-name dot heuristics for OS X's sake.Wayne Davison1-13/+21
2011-04-04Applying the preallocate patch.Wayne Davison1-1/+25
2011-03-26Avoid re-setting (and sending) xattrs on a hard-linked file w/the same xattrs.Wayne Davison1-2/+4
2011-01-01Avoid directory permission issues with --fake-super.Wayne Davison1-2/+13
2010-11-26Avoid splitting a multi-byte character when trimming a name.Wayne Davison1-0/+8
2010-11-06Use ftruncate() at the end of a --sparse file.Wayne Davison1-3/+2
2010-11-06Mention seek effect of an unmoved --inplace chunk.Wayne Davison1-2/+3
2010-08-21Avoid a crash with --append-verify when discarding the received data.Wayne Davison1-1/+1
2010-08-21Avoid a non-writable-by-the-user file when copying xattrs.Wayne Davison1-1/+1
2010-01-02More --timeout improvements, especially for the receiving side:Wayne Davison1-0/+4
2009-10-25Fix %b and %c so that they count per-transfer bytes again.Wayne Davison1-7/+7
2009-10-17A major overhaul of I/O routines, creating perform_io().Wayne Davison1-3/+6
2009-08-29Create non-transferred files in a more atomic manner:Wayne Davison1-24/+56
2009-05-23Use typedefs for the filter structures.Wayne Davison1-1/+1
2009-04-12Fixed the use of --xattrs with --only-write-batch.Wayne Davison1-2/+2
2009-04-11More backup improvements:Wayne Davison1-1/+1
2009-04-04Fixed --dry-run with --read-batch:Wayne Davison1-14/+14
2009-01-18Check the right flist_num in gen_wants_ndx().Wayne Davison1-7/+13
2009-01-17Fixed the delete statistics with --delete-delay and --delete-after.Wayne Davison1-5/+0
2009-01-17Fixed a hang in the inc_recurse batch-reading code.Wayne Davison1-1/+9
2009-01-03Improved the backup code:Wayne Davison1-1/+1
2009-01-03Update the copyright year.Wayne Davison1-1/+1
2008-11-15An ftruncate() failure should result in FERROR_XFER.Wayne Davison1-5/+4
2008-11-09Fixed a bunch of "warn_unused_result" compiler warnings.Wayne Davison1-2/+6
2008-09-26Enhanced the --stats output:Wayne Davison1-1/+23
2008-09-26More batch-mode fixes to handle redos properly (and without hanging).Wayne Davison1-32/+64
2008-09-23Fixed skipping of unneeded updates in a batch file whenWayne Davison1-3/+5
2008-09-01Split up the ifuncs.h file into 3 .h files.Wayne Davison1-1/+1
2008-09-01Output numbers in 3-digit groups by default (e.g. 1,234,567).Wayne Davison1-5/+6
2008-08-01Properly handle a failure to create a partial directory, which isWayne Davison1-8/+15
2008-07-20Include the array-size in array externs so that IBM's code-checkerWayne Davison1-2/+2
2008-07-20Changed the chksum debug flag to deltasum.Wayne Davison1-4/+4
2008-07-19Added a '%C' (MD5 checksum) flag for the output/logfile formatting.Wayne Davison1-5/+7
2008-07-17Changed human_num() to big_num() with an extra arg so that it canWayne Davison1-10/+10
2008-07-13Added the --info=FLAGS an --debug=FLAGS options, which allowsWayne Davison1-18/+20
2008-03-24Don't send daemon-config filter-action messages back to the user.Wayne Davison1-2/+2
2008-03-20Changed the name of the server_filter_list to beWayne Davison1-5/+5
2008-03-01Include 2008 in the copyright years.Wayne Davison1-1/+1
2008-02-17The daemon no longer logs a recv entry for a file that is notWayne Davison1-1/+1
2008-01-27Fixed several glitches with failed updates and batch files:Wayne Davison1-8/+11
2007-12-31Fixed a case where the receiver indicates a successful update when theWayne Davison1-15/+20
2007-12-08Updated indexing for accurate progress and improved raw ndx values.Wayne Davison1-1/+3
2007-11-22New logging categories added to allow differentiation betweenWayne Davison1-10/+10