summaryrefslogtreecommitdiff
path: root/rsync.c
Commit message (Expand)AuthorAgeFilesLines
...
* Improved the backup code:Wayne Davison2009-01-031-2/+3
* Update the copyright year.Wayne Davison2009-01-031-1/+1
* Added init_stat_x() to avoid duplication of acl/xattr init code.Wayne Davison2009-01-031-6/+1
* Fixed send_protected_args() to send "." in place of an empty arg.Wayne Davison2008-10-111-2/+5
* Improved the fix that ensures that the generator gets notified about anWayne Davison2008-08-311-14/+1
* Changed flist_for_ndx() to optionally die with an errorWayne Davison2008-08-141-20/+37
* Added logic to the receiving side to ensure that the --delete-duringWayne Davison2008-08-021-1/+14
* Changed the iconv-related message that was being output as theWayne Davison2008-08-011-11/+10
* Added a debug-helping option, --msgs2stderr, than should help allWayne Davison2008-07-201-2/+5
* 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