index
:
android_external_rsync
cm-10.1
cm-10.2
cm-11.0
cm-12.0
cm-12.1
cm-13.0
cm-14.0
cm-14.1
gb-release-7.2
gingerbread
gingerbread-release
ics
jellybean
jellybean-stable
lineage-15.1
lineage-16.0
lineage-17.0
lineage-17.1
master
mr1.1-staging
shipping/cm-11.0
stable/cm-10.2
stable/cm-11.0
stable/cm-11.0-XNF8Y
stable/cm-11.0-XNF9X
stable/cm-11.0-XNG2S
stable/cm-11.0-XNG3C
stable/cm-12.0-YNG1I
stable/cm-12.0-YNG1T
stable/cm-12.0-YNG1TA
stable/cm-12.0-YNG3C
stable/cm-12.0-YNG4N
stable/cm-12.1-YOG3C
stable/cm-12.1-YOG4P
stable/cm-12.1-YOG7D
stable/cm-13.0-ZNH0E
stable/cm-13.0-ZNH2K
stable/cm-13.0-ZNH2KB
stable/cm-13.0-ZNH5Y
staging/cm-12.0-caf
staging/cm-12.1
staging/lineage-15.1
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
generator.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
- Fixed --copy-dest behavior on a system where CAN_HARDLINK_SYMLINK
Wayne Davison
2006-04-18
1
-14
/
+25
*
A slight improvement to the logic in try_dests_non().
Wayne Davison
2006-04-18
1
-6
/
+13
*
Fixed a bug where special files were not getting hard-linked via
Wayne Davison
2006-04-17
1
-6
/
+11
*
Use the new CAN_HARDLINK_SYMLINK and CAN_HARDLINK_SPECIAL defines
Wayne Davison
2006-04-17
1
-11
/
+11
*
Don't force S_IWUSR on a solo directory transfer.
Wayne Davison
2006-03-10
1
-3
/
+3
*
Got rid of unused externs.
Wayne Davison
2006-02-24
1
-1
/
+0
*
A recently added stat() call needed to be do_stat().
Wayne Davison
2006-02-24
1
-1
/
+2
*
The create_directory_path() function no longer takes a base_umask
Wayne Davison
2006-02-24
1
-3
/
+2
*
One more fuzzy tweak.
Wayne Davison
2006-02-23
1
-1
/
+3
*
Some improved fuzzy-parent-dir logic.
Wayne Davison
2006-02-23
1
-7
/
+5
*
The new fuzzy-dir logic once again avoids calling get_dirlist()
Wayne Davison
2006-02-23
1
-3
/
+9
*
Fixed the creation of symlinks and devices when both --relative
Wayne Davison
2006-02-23
1
-12
/
+15
*
Renamed fuzzy_dirname -> parent_dirname.
Wayne Davison
2006-02-23
1
-5
/
+5
*
Make sure that the --fuzzy option's dir-scan doesn't generate an
Wayne Davison
2006-02-23
1
-3
/
+7
*
Don't try to help the ACKs for the --remove-sent-file option
Wayne Davison
2006-02-15
1
-1
/
+1
*
Call increment_active_files() during the first phase of a transfer
Wayne Davison
2006-02-15
1
-0
/
+2
*
Call renamed cmp_time() function (was cmp_modtime()).
Wayne Davison
2006-02-07
1
-5
/
+5
*
Allow itemize() to flag ITEM_REPORT_PERMS anytime the permissions
Wayne Davison
2006-02-05
1
-3
/
+1
*
The itemize() output now mentions -E permissions changes.
Wayne Davison
2006-01-31
1
-1
/
+2
*
When permissions aren't being preserved, set them via the new
Wayne Davison
2006-01-31
1
-7
/
+6
*
I realized that there were instances where --force could still be
Wayne Davison
2006-01-30
1
-1
/
+2
*
Allow --force to work even if --recurse was not specified.
Wayne Davison
2006-01-30
1
-1
/
+1
*
Allow a non-empty dir to be overwritten by a non-dir with all the
Wayne Davison
2006-01-30
1
-4
/
+5
*
- Use the renamed PERMS_* defines: ATTRS_*.
Wayne Davison
2006-01-29
1
-29
/
+28
*
Handle separated devices and special files.
Wayne Davison
2006-01-26
1
-2
/
+5
*
Decided to hold off on the potential memory savings of indexed
Wayne Davison
2006-01-25
1
-5
/
+5
*
The uid & gid are now stored using an id_pair structure.
Wayne Davison
2006-01-24
1
-5
/
+5
*
New -x code had some problems, so restore the old code for now
Wayne Davison
2006-01-22
1
-14
/
+14
*
- Got rid of the filesystem_dev variable now that --one-file-system
Wayne Davison
2006-01-21
1
-12
/
+15
*
Call make_file() with one more arg (the base flags).
Wayne Davison
2006-01-20
1
-1
/
+1
*
Handle the extra output needed when log_format_has_i > 1.
Wayne Davison
2006-01-20
1
-1
/
+1
*
Added a new arg to the make_file() call.
Wayne Davison
2006-01-19
1
-2
/
+2
*
In delete_in_dir(), skip a directory that isn't really a directory on
Wayne Davison
2006-01-19
1
-1
/
+1
*
Call f_name() with revised args (which also replaces f_name_to()).
Wayne Davison
2006-01-14
1
-10
/
+10
*
Got rid of calls to (the soon to vanish) safe_fname() function.
Wayne Davison
2006-01-13
1
-34
/
+26
*
Fixed a bug in the hard-linking of a group of fifos/devices in a
Wayne Davison
2005-12-16
1
-27
/
+17
*
Improved the compare-dest/link-dest/copy-dest code to make it more
Wayne Davison
2005-12-15
1
-128
/
+212
*
Moved the DEL_* flags from rsync.h here and got rid of DEL_NO_RECURSE.
Wayne Davison
2005-11-12
1
-4
/
+6
*
Indent the "prepare_to_open:" and "notify_others:" labels away
Wayne Davison
2005-11-10
1
-4
/
+4
*
Use the new checksum_len value instead of recomputing the
Wayne Davison
2005-11-10
1
-2
/
+2
*
If a partial-dir file is present but the main file is up-to-date,
Wayne Davison
2005-11-10
1
-0
/
+4
*
Call delete_in_dir(NULL, NULL, NULL) in do_delete_pass().
Wayne Davison
2005-11-09
1
-1
/
+1
*
Made recursively deleting extraneous directories more memory
Wayne Davison
2005-11-09
1
-13
/
+36
*
In the device section, avoid calling unlink() if the stat() failed.
Wayne Davison
2005-10-30
1
-1
/
+2
*
Added code to implement the --min-size logic.
Wayne Davison
2005-10-14
1
-1
/
+11
*
Changed the variable names for --existing and --ignore-existing.
Wayne Davison
2005-09-29
1
-10
/
+9
*
Keeping silent about stat() errors is never a good idea -- it hides
Wayne Davison
2005-09-29
1
-5
/
+2
*
Tweaked the calculation that goes into sum->count so that it cannot
Wayne Davison
2005-09-06
1
-2
/
+2
*
Don't recreate a device if just the permissions bits have changed
Wayne Davison
2005-08-01
1
-3
/
+3
*
Fixed the handling of hard-linked symlinks and devices.
Wayne Davison
2005-07-31
1
-7
/
+29
[prev]
[next]