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