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
*
Use F_DEPTH() in place of dir.depth.
Wayne Davison
2006-12-17
1
-11
/
+11
*
Added a basename var to file_struct at the end, making it clearer
Wayne Davison
2006-12-16
1
-4
/
+4
*
Renamed the F_*HLINK* macros to make their purpose clearer.
Wayne Davison
2006-12-13
1
-5
/
+5
*
Use new BITS_EQUAL() define.
Wayne Davison
2006-12-12
1
-4
/
+3
*
A minor format tweak.
Wayne Davison
2006-12-09
1
-4
/
+2
*
- Use the revamped hard-link functions.
Wayne Davison
2006-12-09
1
-47
/
+45
*
Get rid of some signed/unsigned-comparison compiler warnings.
Wayne Davison
2006-12-08
1
-5
/
+5
*
- The --delete-delay code now does its own output buffering. This
Wayne Davison
2006-12-08
1
-41
/
+116
*
Fixed --delete-delay by making the fprintf() output an unsigned short
Wayne Davison
2006-12-08
1
-1
/
+1
*
Added missing initialization of new solo_file variable.
Wayne Davison
2006-12-07
1
-0
/
+1
*
- Set "solo_file" bool and use that for improved clarity.
Wayne Davison
2006-12-07
1
-6
/
+10
*
Improved the format of the debug output for mknod().
Wayne Davison
2006-12-07
1
-5
/
+6
*
#ifdef calls to hard-link functions.
Wayne Davison
2006-12-06
1
-0
/
+28
*
Use the latest F_*() accessors.
Wayne Davison
2006-12-05
1
-33
/
+30
*
Use new send_msg_int() function.
Wayne Davison
2006-12-04
1
-5
/
+2
*
- Typical tranfers now save 12-20 bytes per file because several vars
Wayne Davison
2006-12-03
1
-62
/
+61
*
Silenced a compiler warning.
Wayne Davison
2006-11-23
1
-1
/
+1
*
- Implement new --delete-delay option.
Wayne Davison
2006-11-22
1
-13
/
+83
*
Use an explicit cast when a value gets stored in a smaller var.
Wayne Davison
2006-11-21
1
-2
/
+2
*
Added "const" to appropriate char pointers.
Wayne Davison
2006-11-19
1
-4
/
+5
*
Tweaked a couple comments.
Wayne Davison
2006-11-11
1
-2
/
+2
*
- Restored some of Matt's suggested logic that I left out, as it
Wayne Davison
2006-11-11
1
-26
/
+40
*
- Make delete_dir_contents() use less stack by recursing directly
Wayne Davison
2006-11-11
1
-3
/
+20
*
My adaptation of Matt's cleanup of the delete_item() code.
Wayne Davison
2006-11-11
1
-80
/
+116
*
Allow --max-delete=0 (zero used to be ignored).
Wayne Davison
2006-11-11
1
-4
/
+4
*
Changed two more references to "st" to "real_st" in the dir-handling
Wayne Davison
2006-11-10
1
-2
/
+2
*
- Fixed a problem where the real stat struct for a newly-created
Wayne Davison
2006-11-10
1
-9
/
+11
*
- Improved try_dests_non() so that it works with all non-regular
Wayne Davison
2006-11-10
1
-124
/
+194
*
- Fixed an error-handling path in try_dests_reg().
Wayne Davison
2006-10-22
1
-1
/
+4
*
- Use the new FNONE enum instead of a literal 0 value.
Wayne Davison
2006-10-13
1
-8
/
+10
*
Removed the changes in symlink handling in non-chroot daemon mode as
Wayne Davison
2006-10-12
1
-1
/
+1
*
If new_root_dir is set, itemize the output of the "." dir as a
Wayne Davison
2006-10-11
1
-2
/
+9
*
If the combination of --dry-run, --link-dest, and -H finds a matching
Wayne Davison
2006-10-09
1
-1
/
+4
*
I decided that combining --link-dest with -I doesn't make much sense
Wayne Davison
2006-09-30
1
-8
/
+1
*
Decided that I like remove-source-files better than remove-sender-files.
Wayne Davison
2006-06-30
1
-8
/
+8
*
Handle the --remove-sender-files option by sending MSG_SUCCESS for
Wayne Davison
2006-06-30
1
-9
/
+23
*
If we fail to create a new directory, skip trying to update
Wayne Davison
2006-06-05
1
-7
/
+29
*
- Got rid of the FNAME logcode enum.
Wayne Davison
2006-06-01
1
-7
/
+7
*
- Use the renamed stdout_format_has_i variable.
Wayne Davison
2006-05-29
1
-13
/
+10
*
Tweaked a couple things in try_dests_reg().
Wayne Davison
2006-05-16
1
-6
/
+4
*
Some demon_log_* variables changed into logfile_* variables that are
Wayne Davison
2006-05-09
1
-6
/
+6
*
- Don't check HAVE_LINK directly, use SUPPORT_HARD_LINKS instead.
Wayne Davison
2006-05-05
1
-7
/
+7
*
Cast file->mode to an int when printing it via %o.
Wayne Davison
2006-05-05
1
-1
/
+1
*
Fix generator.c to avoid calling do_link() on systems that do not support
Paul Green
2006-05-04
1
-1
/
+4
*
- Call safe_stat() instead of do_stat() when a sanitizing daemon might
Wayne Davison
2006-05-03
1
-7
/
+1
*
Moved the sanitizing of a symlink's link string here from flist.c.
Wayne Davison
2006-05-02
1
-0
/
+6
*
Fixed a problem in the --link-dest processing where -I (--ignore-times)
Wayne Davison
2006-05-02
1
-1
/
+10
*
Updated the FSF's address to an even newer one.
Wayne Davison
2006-04-25
1
-3
/
+3
*
- Updated the address for the FSF in the opening comment.
Wayne Davison
2006-04-25
1
-22
/
+22
*
Fixed a typo in the new code.
Wayne Davison
2006-04-18
1
-1
/
+1
[next]