summaryrefslogtreecommitdiff
path: root/sender.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* - Use the new do_xfers variable in place of some dry_run checksWayne Davison2005-04-091-7/+10
* Some temporary code for 2.6.4pre3 compatibility (which can beWayne Davison2005-03-281-0/+4
* Got rid of temporary code that detected and rejected older 2.6.4Wayne Davison2005-03-271-12/+0
* Changed error message for incompatible 2.6.4 pre-release versions.Wayne Davison2005-03-161-2/+2
* - Made read_item_attrs() detect and reject a pre1/pre2 rsync (usedWayne Davison2005-03-151-11/+20
* Tweaked the end-of-phase code.Wayne Davison2005-03-151-12/+11
* - Improved a couple error messages.Wayne Davison2005-03-131-15/+13
* - Changed read_item_attrs() to return the length of the xname string.Wayne Davison2005-03-101-17/+16
* We now handle the reading and writing of extra basis-file info: theWayne Davison2005-03-091-18/+37
* Backward compatibility fix in read_iflags() (for protocols < 29).Wayne Davison2005-03-091-1/+2
* Backed out the hack that reversed ITEM_REPORT_XATTRS withWayne Davison2005-03-061-11/+7
* Moved the end_progress() call from match.c to sender.c so that weWayne Davison2005-03-051-0/+3
* Added a hack that uses the ITEM_REPORT_XATTRS bit (which is the oldWayne Davison2005-03-051-7/+11