summaryrefslogtreecommitdiff
path: root/sender.c
Commit message (Expand)AuthorAgeFilesLines
* Add safety check for local --remove-source-files.Wayne Davison2022-08-211-0/+9
* Add new & improved `--copy-devices` option.Wayne Davison2022-03-271-0/+10
* Preparing for release of 3.2.4pre2v3.2.4pre2Wayne Davison2022-01-151-1/+1
* Preparing for release of 3.2.4pre1v3.2.4pre1Wayne Davison2022-01-021-1/+1
* Set whole_file = 0 when whole_file < 0. Fixes issue 114.Wayne Davison2021-07-041-0/+4
* Skip an append if sender's file gets shorter.Wayne Davison2020-09-211-0/+10
* Some memory allocation improvementsWayne Davison2020-06-251-7/+3
* Some indentation fixes.Wayne Davison2020-06-131-9/+4
* A resumed partial-dir file is transferred in-place.Wayne Davison2020-04-291-2/+3
* Set Copyright years and make them easier to updateWayne Davison2020-04-091-1/+1
* Add progress output via SIGINFO and SIGVTALRMWayne Davison2020-04-051-3/+9
* Tweak the copyright year.Wayne Davison2019-03-161-1/+1
* Fix --remove-source-files sanity check w/--copy-links the right way.Wayne Davison2019-03-161-4/+4
* Tweak copyright date.Wayne Davison2018-01-141-1/+1
* 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
* Avoid --remove-sent-file issue for non-regular files.Wayne Davison2015-07-121-2/+3
* 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