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
*
The orig_umask value is now a mode_t.
Wayne Davison
2006-02-24
1
-1
/
+1
*
In dest_mode(), we now apply any "incoming chmod" changes from
Wayne Davison
2006-02-20
1
-0
/
+3
*
Tweaked the name of one of dest_mode()'s args.
Wayne Davison
2006-02-08
1
-6
/
+6
*
Call renamed cmp_time() function (was cmp_modtime()).
Wayne Davison
2006-02-07
1
-1
/
+1
*
Don't setup ic_chck if --8-bit was specified.
Wayne Davison
2006-02-06
1
-18
/
+16
*
Got rid of a newly-added trailing tab.
Wayne Davison
2006-02-06
1
-1
/
+1
*
Allow the iconv_open() call to fail since we can now fall-back on
Wayne Davison
2006-02-06
1
-10
/
+21
*
Have default_charset() try mapping "646" -> "ASCII" instead of "ascii".
Wayne Davison
2006-02-06
1
-1
/
+1
*
Added "const" to the default_charset() return.
Wayne Davison
2006-02-06
1
-3
/
+3
*
In default_charset(): if nl_langinfo() gives us "646", return "ascii".
Wayne Davison
2006-02-05
1
-1
/
+4
*
Make sure that we don't try to use iconv() without iconv.h.
Wayne Davison
2006-02-05
1
-1
/
+1
*
Changed HAVE_ICONV to HAVE_ICONV_OPEN.
Wayne Davison
2006-02-05
1
-2
/
+2
*
The new function setup_iconv() initializes the ic_chck var.
Wayne Davison
2006-02-04
1
-0
/
+34
*
- When not preserving permissions, ensure that a newly-created
Wayne Davison
2006-02-04
1
-2
/
+9
*
Changed sig_int() to use a standard signal-handler prototype.
Wayne Davison
2006-02-02
1
-1
/
+1
*
Added the dest_mode() function: it figures out the permissions for
Wayne Davison
2006-01-31
1
-0
/
+23
*
The finish_transfer() function now takes a "partialptr" arg that, if
Wayne Davison
2006-01-30
1
-8
/
+23
*
- Renamed set_perms() to set_file_attrs().
Wayne Davison
2006-01-29
1
-10
/
+11
*
Decided to hold off on the potential memory savings of indexed
Wayne Davison
2006-01-25
1
-7
/
+7
*
The uid & gid are now stored using an id_pair structure.
Wayne Davison
2006-01-24
1
-7
/
+7
*
Got rid of calls to (the soon to vanish) safe_fname() function.
Wayne Davison
2006-01-13
1
-11
/
+9
*
- Call set_modtime() with its new mode arg.
Wayne Davison
2005-07-27
1
-12
/
+14
*
Got rid of an unused extern.
Wayne Davison
2005-03-14
1
-1
/
+0
*
Use the new am_starting_up value in who_am_i().
Wayne Davison
2005-02-25
1
-1
/
+2
*
- Moved delete_file() into flist.c.
Wayne Davison
2005-02-21
1
-119
/
+1
*
Made delete_file() backup files it is removing if --backup was specified.
Wayne Davison
2005-02-19
1
-1
/
+15
*
Moved deletion_count here so that we honor --max-delete in
Wayne Davison
2005-02-19
1
-0
/
+11
*
When logging PERMS_REPORT messages, send them with the FCLIENT code
Wayne Davison
2005-02-19
1
-3
/
+5
*
- Changed the calling args to delete_file() to take an st_mode instead
Wayne Davison
2005-02-19
1
-23
/
+15
*
John E. Malmberg convinced me to standardize on #ifs for defined
Wayne Davison
2005-02-14
1
-2
/
+2
*
Adding more calls to safe_fname().
Wayne Davison
2005-02-07
1
-11
/
+16
*
Changed who_am_i() to output "server" or "client" when am_sender
Wayne Davison
2005-02-01
1
-0
/
+3
*
Use "#if" (not "#ifdef") for configure-defined macros.
Wayne Davison
2005-01-28
1
-1
/
+1
*
In delete_files(), handle new DEL_NO_RECURSE flag (and use
Wayne Davison
2005-01-25
1
-1
/
+2
*
Honor the new omit_dir_times var.
Wayne Davison
2005-01-24
1
-5
/
+4
*
In delete_file(): got rid of DEL_NO_RECURSE code and added
Wayne Davison
2005-01-20
1
-3
/
+6
*
Moved the dry_run check in set_perms() so that it only triggers if
Wayne Davison
2005-01-20
1
-3
/
+2
*
- Updated delete_file() to take a flag arg that makes it more
Wayne Davison
2005-01-19
1
-20
/
+40
*
Added a "overwriting_basis" arg to finish_transfer().
Wayne Davison
2005-01-10
1
-2
/
+2
*
If lchown() is not available, we only skip the call to chown() for a
Wayne Davison
2005-01-03
1
-1
/
+1
*
If there is no lchown(), don't try to set the user & group of a symlink.
Wayne Davison
2005-01-03
1
-0
/
+5
*
W mustn't backup an inplace file in finish_transfer().
Wayne Davison
2004-09-07
1
-3
/
+3
*
Set each file's permissions and modtime before it gets renamed.
Wayne Davison
2004-08-09
1
-1
/
+8
*
One call to link_stat() (in set_perms()) needed to honor the setting
Wayne Davison
2004-07-31
1
-1
/
+3
*
Use the new safe_fname() function.
Wayne Davison
2004-07-26
1
-1
/
+1
*
The inplace handling in finish_transfer() now passes PERMS_SKIP_MTIME
Wayne Davison
2004-07-22
1
-5
/
+4
*
My version of Mark Curtis's --inplace option.
Wayne Davison
2004-07-16
1
-0
/
+8
*
Moved the verbose message about renaming the finished file down into
Wayne Davison
2004-07-02
1
-0
/
+2
*
Call link_stat() with its new arg (for --keep-dirlinks support).
Wayne Davison
2004-06-11
1
-2
/
+2
*
If --backup was specified without a --backup-dir, don't preserve the
Wayne Davison
2004-05-21
1
-4
/
+7
[next]