summaryrefslogtreecommitdiff
path: root/sender.c
AgeCommit message (Expand)AuthorFilesLines
2014-06-08Added a flag to disable xattr hlink optimization.Wayne Davison1-2/+5
2014-06-08I missed this tweak in the undo of a prior xattr optimization.Wayne Davison1-2/+1
2014-05-25Exit with a partial-transfer error for a sender-remove failure.Wayne Davison1-2/+2
2014-01-26Bump the year to 2014.Wayne Davison1-1/+1
2014-01-19Undo the hard-link xattr optimization in 78286a03.Wayne Davison1-2/+1
2013-01-19Update copyright year.Wayne Davison1-1/+1
2011-06-18Check if sender file changed before allowing a remove.Wayne Davison1-3/+25
2011-03-26Avoid re-setting (and sending) xattrs on a hard-linked file w/the same xattrs.Wayne Davison1-2/+4
2010-01-02More --timeout improvements, especially for the receiving side:Wayne Davison1-3/+2
2009-12-19Improve --timeout method to take into account all I/O that is going on.Wayne Davison1-2/+3
2009-11-08Change an RERR_* to RERR_FILEIO.Wayne Davison1-1/+1
2009-10-29Fix a hang when dealing with really large numbers of filesWayne Davison1-0/+4
2009-10-25Fix %b and %c so that they count per-transfer bytes again.Wayne Davison1-6/+6
2009-10-17A major overhaul of I/O routines, creating perform_io().Wayne Davison1-1/+1
2009-10-13Avoid calling send_extra_file_list() when we shouldn't.Wayne Davison1-1/+8
2009-09-05Fix daemon's conveyance of io_error value from sender.Wayne Davison1-0/+4
2009-08-22Have the sender use dead time to pad out the file list.Wayne Davison1-2/+2
2009-04-12Fixed the use of --xattrs with --only-write-batch.Wayne Davison1-3/+2
2009-01-17Fixed the delete statistics with --delete-delay and --delete-after.Wayne Davison1-2/+0
2009-01-03Update the copyright year.Wayne Davison1-1/+1
2008-09-26Enhanced the --stats output:Wayne Davison1-1/+20
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-3/+4
2008-08-14Changed flist_for_ndx() to optionally die with an errorWayne Davison1-7/+1
2008-07-31Output an FERROR* for a general io_error, and an FWARNING for otherWayne Davison1-2/+2
2008-07-20Changed the chksum debug flag to deltasum.Wayne Davison1-4/+4
2008-07-17Changed human_num() to big_num() with an extra arg so that it canWayne Davison1-6/+6
2008-07-13Added the --info=FLAGS an --debug=FLAGS options, which allowsWayne Davison1-15/+17
2008-03-30Improved the chdir() code:Wayne Davison1-2/+2
2008-03-01Include 2008 in the copyright years.Wayne Davison1-1/+1
2008-02-04Don't try to use recv_xattr_request() with --dry-run. Fixes anWayne Davison1-1/+1
2007-12-08Updated indexing for accurate progress and improved raw ndx values.Wayne Davison1-1/+2
2007-11-22New logging categories added to allow differentiation betweenWayne Davison1-3/+3
2007-07-10Tweaking the license text a bit more.Wayne Davison1-2/+3
2007-07-08If we get an ndx that is 1 entry prior to an incremental flist'sWayne Davison1-2/+5
2007-07-07Switching to GPL 3.Wayne Davison1-3/+2
2007-04-26Changed F_ROOTDIR() to F_PATHNAME().Wayne Davison1-4/+4
2007-04-07The improved --xattrs option is landing on the trunk.Wayne Davison1-8/+25
2007-02-16- Moved the second send_extr_file_list() call to a better spot.Wayne Davison1-5/+0
2007-02-16Improved the incremental sending of file lists in two ways: (1)Wayne Davison1-1/+6
2007-02-04Further modifications to the copyright comment section.Wayne Davison1-4/+3
2007-01-31Mention the year 2007 in the copyright declarations.Wayne Davison1-1/+1
2007-01-27Changed the variable "incremental" to "inc_recurse".Wayne Davison1-3/+3
2007-01-27Got rid of unused externs.Wayne Davison1-1/+0
2006-12-28Use write_ndx() and read_ndx().Wayne Davison1-4/+4
2006-12-28Handle the new incremental-recursion mode.Wayne Davison1-59/+81
2006-12-17Use F_ROOTDIR() in place of dir.root.Wayne Davison1-4/+4
2006-12-05Use the latest F_*() accessors.Wayne Davison1-1/+1
2006-12-03- Typical tranfers now save 12-20 bytes per file because several varsWayne Davison1-3/+3
2006-12-02Restored write_ndx_and_attrs() and made it public.Wayne Davison1-0/+13