index
:
delta/rsync.git
b3.0.x
baserock/morph
cvs/branch-2.3
cvs/branch-2.4
cvs/branch-2.5
cvs/branch-2.6.6
cvs/branch-before.2.6
cvs/branch-mbp-merge-rsync+
cvs/branch-mbp-privacy
cvs/branch-mbp-rsyncplus_merge
cvs/branch-mbp-texinfo
cvs/branch-merge-rsync+-2.4.7
cvs/bugfix-2.6.5
master
git.samba.org: rsync.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
rsync.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Moved declaration of "int i" outside the ifdef in send_protected_args().
Wayne Davison
2008-03-16
1
-1
/
+2
*
Fixed the use of --protect-args (-s) with a daemon.
Wayne Davison
2008-03-15
1
-0
/
+35
*
Fixed the 'T' itemized output for a symlink the right way this time.
Wayne Davison
2008-03-11
1
-2
/
+1
*
Include 2008 in the copyright years.
Wayne Davison
2008-03-01
1
-1
/
+1
*
Only set FLAG_TIME_FAILED if receiver_symlink_times is set.
Wayne Davison
2008-02-18
1
-1
/
+2
*
Extended the protocol-30 info-passing code at startup, and use it to
Wayne Davison
2008-02-18
1
-0
/
+2
*
Re-indent some code in set_file_attrs() to make the flow clearer.
Wayne Davison
2008-02-07
1
-18
/
+18
*
Fixed a case where the receiver indicates a successful update when the
Wayne Davison
2007-12-31
1
-16
/
+23
*
Updated indexing for accurate progress and improved raw ndx values.
Wayne Davison
2007-12-08
1
-4
/
+5
*
We now call set_stat_xattr() before set_xattr().
Wayne Davison
2007-11-25
1
-2
/
+2
*
Fixed a problem with --fake-super not getting the fully tweaked new_mode
Wayne Davison
2007-11-24
1
-4
/
+4
*
New logging categories added to allow differentiation between
Wayne Davison
2007-11-22
1
-6
/
+6
*
Avoid verbose output during the forwarding of flist data (for now,
Wayne Davison
2007-11-03
1
-3
/
+5
*
Avoid a crash if we read an index value without a valid first_flist.
Wayne Davison
2007-10-31
1
-1
/
+2
*
We need to provide iconvbufs() anytime ICONV_CONST is defined.
Wayne Davison
2007-10-25
1
-3
/
+0
*
Added braces to an empty "if" (to avoid any complaints from a compiler
Wayne Davison
2007-10-15
1
-2
/
+2
*
Changed "statx" to "stat_x" to try to work around a build problem on AIX.
Wayne Davison
2007-09-23
1
-2
/
+2
*
Added a missing "void" to the arg-spec of setup_iconv().
Wayne Davison
2007-09-23
1
-1
/
+1
*
Moved inline functions from rsync.h into ifuncs.h.
Wayne Davison
2007-09-22
1
-0
/
+1
*
- Added new iconvbufs() conversion function that is now used for
Wayne Davison
2007-09-18
1
-11
/
+80
*
Handle inheritance of SGID bit on dirs marked with FLAG_DIR_CREATED.
Wayne Davison
2007-09-15
1
-6
/
+9
*
Made omit_dir_times a static variable in options.c by encoding
Wayne Davison
2007-09-01
1
-2
/
+1
*
Tweaking the license text a bit more.
Wayne Davison
2007-07-10
1
-2
/
+3
*
If we get an ndx that is 1 entry prior to an incremental flist's
Wayne Davison
2007-07-08
1
-6
/
+5
*
Changed "count" to "used" in struct file_list since there can
Wayne Davison
2007-07-07
1
-5
/
+5
*
Switching to GPL 3.
Wayne Davison
2007-07-07
1
-3
/
+2
*
Switch the checking of preserve_[ug]id var to checking [ug]id_ndx var
Wayne Davison
2007-07-02
1
-4
/
+4
*
Output a -vvv(erbose) message when receiving an incremental file list.
Wayne Davison
2007-05-23
1
-0
/
+4
*
Improved the error message when a dir-number is out of bounds.
Wayne Davison
2007-05-22
1
-3
/
+3
*
Cast some F_OWNER()/F_GROUP() values to make sure that we don't get
Wayne Davison
2007-05-21
1
-4
/
+4
*
- Use F_OWNER() and F_GROUP() instead of F_UID() and F_GID().
Wayne Davison
2007-05-20
1
-11
/
+9
*
The server now needs the F_NDX() data for --iconv with incremental
Wayne Davison
2007-04-26
1
-1
/
+1
*
The --iconv option has now made it to the trunk.
Wayne Davison
2007-04-26
1
-6
/
+53
*
Adding the --fake-super option.
Wayne Davison
2007-04-24
1
-3
/
+7
*
We now allow verbose messages to be sent when forwarding incremental-recursion
Wayne Davison
2007-04-20
1
-5
/
+1
*
The improved --xattrs option is landing on the trunk.
Wayne Davison
2007-04-07
1
-16
/
+25
*
The ACL support has arrived! This version has a brand new protocol
Wayne Davison
2007-03-11
1
-27
/
+54
*
- Moved the second send_extr_file_list() call to a better spot.
Wayne Davison
2007-02-16
1
-0
/
+2
*
Further modifications to the copyright comment section.
Wayne Davison
2007-02-04
1
-4
/
+3
*
Mention the year 2007 in the copyright declarations.
Wayne Davison
2007-01-31
1
-1
/
+1
*
The code can now set cur_flist to NULL sooner than it used to, so the
Wayne Davison
2007-01-30
1
-1
/
+1
*
Changed the variable "incremental" to "inc_recurse".
Wayne Davison
2007-01-27
1
-2
/
+2
*
Got rid of unused externs.
Wayne Davison
2007-01-27
1
-1
/
+0
*
Use write_ndx() and read_ndx().
Wayne Davison
2006-12-28
1
-1
/
+1
*
Handle the new incremental-recursion mode.
Wayne Davison
2006-12-28
1
-18
/
+87
*
Use new BITS_EQUAL() define.
Wayne Davison
2006-12-12
1
-1
/
+1
*
- Typical tranfers now save 12-20 bytes per file because several vars
Wayne Davison
2006-12-03
1
-7
/
+7
*
Moved write_ndx_and_attrs() to sender.c and made it public.
Wayne Davison
2006-12-02
1
-13
/
+0
*
Moved write_ndx_and_attrs() too.
Wayne Davison
2006-12-02
1
-0
/
+13
*
Added a couple externs.
Wayne Davison
2006-12-02
1
-0
/
+2
[next]