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