summaryrefslogtreecommitdiff
path: root/rsync.c
AgeCommit message (Expand)AuthorFilesLines
2008-05-22A cuple more fixes for --xattrs combined with --backup, this time toWayne Davison1-1/+2
2008-05-17Fixed several issues with preserving xattrs when using --backup.Wayne Davison1-2/+5
2008-03-16Moved declaration of "int i" outside the ifdef in send_protected_args().Wayne Davison1-1/+2
2008-03-15Fixed the use of --protect-args (-s) with a daemon.Wayne Davison1-0/+35
2008-03-11Fixed the 'T' itemized output for a symlink the right way this time.Wayne Davison1-2/+1
2008-03-01Include 2008 in the copyright years.Wayne Davison1-1/+1
2008-02-18Only set FLAG_TIME_FAILED if receiver_symlink_times is set.Wayne Davison1-1/+2
2008-02-18Extended the protocol-30 info-passing code at startup, and use it toWayne Davison1-0/+2
2008-02-07Re-indent some code in set_file_attrs() to make the flow clearer.Wayne Davison1-18/+18
2007-12-31Fixed a case where the receiver indicates a successful update when theWayne Davison1-16/+23
2007-12-08Updated indexing for accurate progress and improved raw ndx values.Wayne Davison1-4/+5
2007-11-25We now call set_stat_xattr() before set_xattr().Wayne Davison1-2/+2
2007-11-24Fixed a problem with --fake-super not getting the fully tweaked new_modeWayne Davison1-4/+4
2007-11-22New logging categories added to allow differentiation betweenWayne Davison1-6/+6
2007-11-03Avoid verbose output during the forwarding of flist data (for now,Wayne Davison1-3/+5
2007-10-31Avoid a crash if we read an index value without a valid first_flist.Wayne Davison1-1/+2
2007-10-25We need to provide iconvbufs() anytime ICONV_CONST is defined.Wayne Davison1-3/+0
2007-10-15Added braces to an empty "if" (to avoid any complaints from a compilerWayne Davison1-2/+2
2007-09-23Changed "statx" to "stat_x" to try to work around a build problem on AIX.Wayne Davison1-2/+2
2007-09-23Added a missing "void" to the arg-spec of setup_iconv().Wayne Davison1-1/+1
2007-09-22Moved inline functions from rsync.h into ifuncs.h.Wayne Davison1-0/+1
2007-09-18- Added new iconvbufs() conversion function that is now used forWayne Davison1-11/+80
2007-09-15Handle inheritance of SGID bit on dirs marked with FLAG_DIR_CREATED.Wayne Davison1-6/+9
2007-09-01Made omit_dir_times a static variable in options.c by encodingWayne Davison1-2/+1
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-6/+5
2007-07-07Changed "count" to "used" in struct file_list since there canWayne Davison1-5/+5
2007-07-07Switching to GPL 3.Wayne Davison1-3/+2
2007-07-02Switch the checking of preserve_[ug]id var to checking [ug]id_ndx varWayne Davison1-4/+4
2007-05-23Output a -vvv(erbose) message when receiving an incremental file list.Wayne Davison1-0/+4
2007-05-22Improved the error message when a dir-number is out of bounds.Wayne Davison1-3/+3
2007-05-21Cast some F_OWNER()/F_GROUP() values to make sure that we don't getWayne Davison1-4/+4
2007-05-20- Use F_OWNER() and F_GROUP() instead of F_UID() and F_GID().Wayne Davison1-11/+9
2007-04-26The server now needs the F_NDX() data for --iconv with incrementalWayne Davison1-1/+1
2007-04-26The --iconv option has now made it to the trunk.Wayne Davison1-6/+53
2007-04-24Adding the --fake-super option.Wayne Davison1-3/+7
2007-04-20We now allow verbose messages to be sent when forwarding incremental-recursionWayne Davison1-5/+1
2007-04-07The improved --xattrs option is landing on the trunk.Wayne Davison1-16/+25
2007-03-11The ACL support has arrived! This version has a brand new protocolWayne Davison1-27/+54
2007-02-16- Moved the second send_extr_file_list() call to a better spot.Wayne Davison1-0/+2
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-30The code can now set cur_flist to NULL sooner than it used to, so theWayne Davison1-1/+1
2007-01-27Changed the variable "incremental" to "inc_recurse".Wayne Davison1-2/+2
2007-01-27Got rid of unused externs.Wayne Davison1-1/+0
2006-12-28Use write_ndx() and read_ndx().Wayne Davison1-1/+1
2006-12-28Handle the new incremental-recursion mode.Wayne Davison1-18/+87
2006-12-12Use new BITS_EQUAL() define.Wayne Davison1-1/+1
2006-12-03- Typical tranfers now save 12-20 bytes per file because several varsWayne Davison1-7/+7
2006-12-02Moved write_ndx_and_attrs() to sender.c and made it public.Wayne Davison1-13/+0