summaryrefslogtreecommitdiff
path: root/sender.c
AgeCommit message (Expand)AuthorFilesLines
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
2006-12-02Moved write_ndx_and_attrs() too.Wayne Davison1-13/+0
2006-12-02Moved read_item_attrs() from sender.c to rsync.c since the functionWayne Davison1-50/+0
2006-09-20Complain if a --remove-s*-files option is set and we can't removeWayne Davison1-2/+7
2006-06-30Decided that I like remove-source-files better than remove-sender-files.Wayne Davison1-2/+2
2006-06-30The remove_sent_files var was renamed to remove_sender_files.Wayne Davison1-5/+2
2006-06-01Got rid of the FNAME logcode enum.Wayne Davison1-3/+3
2006-05-29- Use the renamed stdout_format_has_i variable.Wayne Davison1-9/+8
2006-05-09Some demon_log_* variables changed into logfile_* variables that areWayne Davison1-3/+2
2006-04-25Updated the FSF's address to an even newer one.Wayne Davison1-3/+3
2006-04-25- Updated the address for the FSF in the opening comment.Wayne Davison1-17/+20
2006-01-14Call f_name() with revised args (which also replaces f_name_to()).Wayne Davison1-2/+2
2006-01-13Got rid of calls to (the soon to vanish) safe_fname() function.Wayne Davison1-14/+8
2005-07-28Support new --append option.Wayne Davison1-0/+9
2005-05-19Periodically call maybe_send_keepalive() when timeouts are in effectWayne Davison1-0/+5
2005-04-14- Got rid of the iflag kluge for 2.6.4pre3.Wayne Davison1-7/+3
2005-04-09- Use the new do_xfers variable in place of some dry_run checksWayne Davison1-7/+10
2005-03-28Some temporary code for 2.6.4pre3 compatibility (which can beWayne Davison1-0/+4
2005-03-27Got rid of temporary code that detected and rejected older 2.6.4Wayne Davison1-12/+0
2005-03-16Changed error message for incompatible 2.6.4 pre-release versions.Wayne Davison1-2/+2
2005-03-15- Made read_item_attrs() detect and reject a pre1/pre2 rsync (usedWayne Davison1-11/+20
2005-03-15Tweaked the end-of-phase code.Wayne Davison1-12/+11
2005-03-13- Improved a couple error messages.Wayne Davison1-15/+13
2005-03-10- Changed read_item_attrs() to return the length of the xname string.Wayne Davison1-17/+16
2005-03-09We now handle the reading and writing of extra basis-file info: theWayne Davison1-18/+37