summaryrefslogtreecommitdiff
path: root/sender.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Moved write_ndx_and_attrs() too.Wayne Davison2006-12-021-13/+0
* Moved read_item_attrs() from sender.c to rsync.c since the functionWayne Davison2006-12-021-50/+0
* Complain if a --remove-s*-files option is set and we can't removeWayne Davison2006-09-201-2/+7
* Decided that I like remove-source-files better than remove-sender-files.Wayne Davison2006-06-301-2/+2
* The remove_sent_files var was renamed to remove_sender_files.Wayne Davison2006-06-301-5/+2
* Got rid of the FNAME logcode enum.Wayne Davison2006-06-011-3/+3
* - Use the renamed stdout_format_has_i variable.Wayne Davison2006-05-291-9/+8
* Some demon_log_* variables changed into logfile_* variables that areWayne Davison2006-05-091-3/+2
* Updated the FSF's address to an even newer one.Wayne Davison2006-04-251-3/+3
* - Updated the address for the FSF in the opening comment.Wayne Davison2006-04-251-17/+20
* Call f_name() with revised args (which also replaces f_name_to()).Wayne Davison2006-01-141-2/+2
* Got rid of calls to (the soon to vanish) safe_fname() function.Wayne Davison2006-01-131-14/+8
* Support new --append option.Wayne Davison2005-07-281-0/+9
* Periodically call maybe_send_keepalive() when timeouts are in effectWayne Davison2005-05-191-0/+5
* - Got rid of the iflag kluge for 2.6.4pre3.Wayne Davison2005-04-141-7/+3