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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use F_ROOTDIR() in place of dir.root.
Wayne Davison
2006-12-17
2
-6
/
+6
*
Use F_DEPTH() in place of dir.depth.
Wayne Davison
2006-12-17
1
-11
/
+11
*
Got rid of the hlink_pool in favor of using the new hashtable code
Wayne Davison
2006-12-17
1
-50
/
+56
*
- Got rid of "struct idev".
Wayne Davison
2006-12-17
1
-18
/
+12
*
Moved the flist_extra_cnt stuff from options.c to compat.c so that
Wayne Davison
2006-12-17
2
-6
/
+10
*
- Ensure that mkrouding gets rebuilt when rsync.h changes.
Wayne Davison
2006-12-17
1
-1
/
+4
*
Make the error messages a little clearer.
Wayne Davison
2006-12-16
1
-3
/
+3
*
Output some info about the size of our structures.
Wayne Davison
2006-12-16
1
-2
/
+4
*
Changed the static file_struct var to match the changes in rsync.h.
Wayne Davison
2006-12-16
1
-2
/
+1
*
Use the new rounding.h file to optionally round up the count of
Wayne Davison
2006-12-16
1
-7
/
+23
*
Build & run mkrounding to make the rounding.h file used by flist.c.
Wayne Davison
2006-12-16
1
-4
/
+15
*
Moved the file_extra union out of the file_struct.
Wayne Davison
2006-12-16
1
-10
/
+11
*
New file to figure out if a system has any rounding needs when
Wayne Davison
2006-12-16
1
-0
/
+45
*
Added mkrounding and rounding.h.
Wayne Davison
2006-12-16
1
-0
/
+2
*
Mention hard-link memory savings and byte-transfer savings.
Wayne Davison
2006-12-16
1
-0
/
+10
*
Added a basename var to file_struct at the end, making it clearer
Wayne Davison
2006-12-16
3
-20
/
+19
*
Changed the test for the 2.6.8 bug to preserve owner and group.
Wayne Davison
2006-12-16
1
-1
/
+1
*
Moved the calls to init_hard_links() into flist.c.
Wayne Davison
2006-12-15
1
-10
/
+0
*
Added a simple hashtable routine for hashing st_dev and st_ino info
Wayne Davison
2006-12-15
1
-25
/
+240
*
For protocol 30, the sender uses the new idev_node() hashfile
Wayne Davison
2006-12-15
1
-36
/
+103
*
- The XMIT_SAME_DEV define is now pre-protocol-30 specific.
Wayne Davison
2006-12-15
1
-2
/
+9
*
Renamed XMIT_HAS_IDEV_DATA to XMIT_HLINKED.
Wayne Davison
2006-12-14
2
-7
/
+7
*
Renamed the F_*HLINK* macros to make their purpose clearer.
Wayne Davison
2006-12-13
2
-7
/
+7
*
Tweaked the option-passing code's delete logic to make it cleaner.
Wayne Davison
2006-12-13
1
-5
/
+5
*
Cast FILE_STRUCT_LEN & EXTRA_LEN to int for rprintf().
Wayne Davison
2006-12-12
1
-1
/
+1
*
Use new BITS_EQUAL() define.
Wayne Davison
2006-12-12
2
-5
/
+4
*
Added BITS_EQUAL() define.
Wayne Davison
2006-12-12
1
-0
/
+2
*
Removed last reference to "struct hlist".
Wayne Davison
2006-12-12
1
-1
/
+0
*
Neaten some function formatting.
Wayne Davison
2006-12-12
1
-4
/
+2
*
Provide alternate F_LENGTH() define for systems with no 64-bit type.
Wayne Davison
2006-12-12
1
-2
/
+6
*
Mention fix for -vv --stats.
Wayne Davison
2006-12-10
1
-0
/
+4
*
Added MSG_CLIENT to the acceptable messages the generator can
Wayne Davison
2006-12-10
1
-1
/
+3
*
Added MSG_CLIENT to the msgcode enum.
Wayne Davison
2006-12-10
1
-1
/
+1
*
A minor format tweak.
Wayne Davison
2006-12-09
1
-4
/
+2
*
Handle the new output from the hard-link code, including a fix
Wayne Davison
2006-12-09
1
-6
/
+4
*
- Added FLAG_HLINK_DONE.
Wayne Davison
2006-12-09
1
-16
/
+9
*
Got rid of the pool-destroy call since this is not around anymore.
Wayne Davison
2006-12-09
1
-5
/
+0
*
Call the new hard-link init functions.
Wayne Davison
2006-12-09
1
-1
/
+11
*
- Use the revamped hard-link functions.
Wayne Davison
2006-12-09
1
-47
/
+45
*
- Revamped the hard-link algorithm to save memory.
Wayne Davison
2006-12-09
1
-189
/
+193
*
Changed the hlink_pool variable to be a global since only the main
Wayne Davison
2006-12-09
1
-14
/
+8
*
Explicitly cast the length values down to an uint32 so that some
Wayne Davison
2006-12-08
1
-2
/
+2
*
Get rid of some signed/unsigned-comparison compiler warnings.
Wayne Davison
2006-12-08
1
-5
/
+5
*
Use --delete-delay instead of --delete-after.
Wayne Davison
2006-12-08
1
-1
/
+1
*
- 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
*
Some minor format tweaks.
Wayne Davison
2006-12-07
1
-8
/
+3
*
- Use renamed hard-link defines: F_HL_IDEV() and F_HL_LIST().
Wayne Davison
2006-12-07
1
-11
/
+11
*
- Set "solo_file" bool and use that for improved clarity.
Wayne Davison
2006-12-07
1
-6
/
+10
[next]