- 26 Jan, 2006 8 commits
-
-
Wayne Davison authored
-
Wayne Davison authored
-
Wayne Davison authored
-
Wayne Davison authored
-
Wayne Davison authored
-
Wayne Davison authored
-
Wayne Davison authored
-
Wayne Davison authored
-
- 25 Jan, 2006 2 commits
-
-
Wayne Davison authored
-
Wayne Davison authored
uid/gid pairs until the next release.
-
- 24 Jan, 2006 11 commits
-
-
Wayne Davison authored
-
Wayne Davison authored
-
Wayne Davison authored
got rid of the unused 'a' flag.
-
Wayne Davison authored
-
Wayne Davison authored
-
Wayne Davison authored
-
Wayne Davison authored
efficiently.
-
Wayne Davison authored
-
Wayne Davison authored
-
Wayne Davison authored
because the latter gets cleaned and (possibly) sanitized.
-
Wayne Davison authored
-
- 23 Jan, 2006 1 commit
-
-
Wayne Davison authored
-
- 22 Jan, 2006 3 commits
-
-
Wayne Davison authored
-
Wayne Davison authored
(keeping the more optimal stat() calling, though).
-
Wayne Davison authored
-
- 21 Jan, 2006 15 commits
-
-
Wayne Davison authored
-
Wayne Davison authored
is handled in a new way. - Moved a stat out of delete_in_dir() into do_delete_pass() to make --delete-during more efficient. - Added a missing "#ifdef SUPPORT_LINKS...#endif" block around some symlink code.
-
Wayne Davison authored
points (including "bind" mounts). - The --chmod option now affects devices (only skipping symlinks).
-
Wayne Davison authored
-
Wayne Davison authored
options can't cause a compatibility problem.
-
Wayne Davison authored
-
Wayne Davison authored
always reads the exclude information when it is present.
-
Wayne Davison authored
we disabled a delete option that the client sent us (since we may still need to await exclude information from the client in such a case). - If -d and --delete are in effect without -r, we may need to send the -d to the server even if it was implied, and we may need to send --no-r to the server to ensure that we don't get into a protocol-corrupting situation should the remote rsync disable the --delete option (this works because the --no-r option was added in the same version as the functionality which allows --delete to work with -d sans -r.
-
Wayne Davison authored
- Call parse_chmod() with its new arg.
-
Wayne Davison authored
of chmod items (or NULL) and appends the new items onto the end.
-
Wayne Davison authored
the option's text taken from Matt's patch in bugzilla.
-
Wayne Davison authored
that only the client needs to know about --chmod (but if an older version sends the option to the server, we'll still handle it).
-
Wayne Davison authored
side so that only the sending side does the work.
-
Wayne Davison authored
-
Wayne Davison authored
-