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
/
flist.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Got rid of the hlink_pool in favor of using the new hashtable code
Wayne Davison
2006-12-17
1
-50
/
+56
*
Use the new rounding.h file to optionally round up the count of
Wayne Davison
2006-12-16
1
-7
/
+23
*
Added a basename var to file_struct at the end, making it clearer
Wayne Davison
2006-12-16
1
-9
/
+9
*
For protocol 30, the sender uses the new idev_node() hashfile
Wayne Davison
2006-12-15
1
-36
/
+103
*
Renamed XMIT_HAS_IDEV_DATA to XMIT_HLINKED.
Wayne Davison
2006-12-14
1
-6
/
+6
*
Cast FILE_STRUCT_LEN & EXTRA_LEN to int for rprintf().
Wayne Davison
2006-12-12
1
-1
/
+1
*
Neaten some function formatting.
Wayne Davison
2006-12-12
1
-4
/
+2
*
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
*
- Use the new device defines: F_RDEV_P(), DEV_MAJOR(), and DEV_MINOR().
Wayne Davison
2006-12-07
1
-15
/
+12
*
Handle the FLAG_LENGTH64 flag in unmake_file().
Wayne Davison
2006-12-05
1
-2
/
+3
*
Saved 9 more bytes per file in a typical transfer by making the length
Wayne Davison
2006-12-05
1
-92
/
+118
*
- Typical tranfers now save 12-20 bytes per file because several vars
Wayne Davison
2006-12-03
1
-147
/
+151
*
Added some more "const" prefixes to some "char *" vars.
Wayne Davison
2006-11-28
1
-1
/
+1
*
- Use write_shortint() to send the 2 bytes in an extended flag.
Wayne Davison
2006-11-24
1
-3
/
+2
*
Use an explicit cast when a value gets stored in a smaller var.
Wayne Davison
2006-11-21
1
-4
/
+4
*
Added "const" to appropriate char pointers.
Wayne Davison
2006-11-19
1
-3
/
+2
*
Turned the char * vars flist_dir and lastdir into const char * vars.
Wayne Davison
2006-11-13
1
-2
/
+2
*
If ignore_perishable is set, increment a count of all excluded
Wayne Davison
2006-11-11
1
-2
/
+10
*
When make_file() gets a stat() error on a file, the check-for-
Wayne Davison
2006-11-11
1
-1
/
+2
*
Got rid of the recent paranoid length check because it didn't help
Wayne Davison
2006-10-14
1
-4
/
+1
*
- Changed some sprintf() calls to snprintf() calls.
Wayne Davison
2006-10-13
1
-5
/
+5
*
Added a paranoid length check.
Wayne Davison
2006-10-13
1
-1
/
+4
*
- Use precompiler conditionals in to_wire_mode() and from_write_mode()
Wayne Davison
2006-10-13
1
-19
/
+14
*
Removed the changes in symlink handling in non-chroot daemon mode as
Wayne Davison
2006-10-12
1
-9
/
+5
*
Call push_dir() with its new boolean arg.
Wayne Davison
2006-10-08
1
-2
/
+2
*
When we're cleaning up a path of "/" in relative mode, we must make
Wayne Davison
2006-08-26
1
-0
/
+2
*
Use new MAKEDEV() macro instead of makedev() directly.
Wayne Davison
2006-07-10
1
-5
/
+5
*
Obey the new "munge symlinks" dameon setting.
Wayne Davison
2006-07-03
1
-0
/
+2
*
- Turned some FINFO rprintf() calls into FCLIENT calls that don't go
Wayne Davison
2006-05-09
1
-4
/
+6
*
Got rid of an unused variable.
Wayne Davison
2006-05-09
1
-1
/
+0
*
Call the new die_on_unsafe_path() function in a couple spots.
Wayne Davison
2006-05-05
1
-0
/
+4
*
- Call safe_stat() instead of do_stat() when a sanitizing daemon might
Wayne Davison
2006-05-03
1
-10
/
+9
*
Tweaked some variable names in readlink_stat() and link_stat().
Wayne Davison
2006-05-02
1
-28
/
+22
*
Got rid of the sanitizing of a symlink's link string because it
Wayne Davison
2006-05-02
1
-2
/
+0
*
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
-23
/
+19
*
Got rid of the setting of io_write_phase.
Wayne Davison
2006-04-21
1
-5
/
+0
*
- Got rid of unused externs.
Wayne Davison
2006-02-24
1
-5
/
+4
*
Made the receiver count the size of symlinks in the total_size
Wayne Davison
2006-02-13
1
-1
/
+1
*
Tweaked a comment.
Wayne Davison
2006-02-08
1
-2
/
+2
*
Got rid of the orig_umask-based file->mode tweak in receive_file()
Wayne Davison
2006-01-31
1
-7
/
+0
*
Made get_dirlist() always include directories.
Wayne Davison
2006-01-30
1
-0
/
+3
*
Added extern for io_write_phase.
Wayne Davison
2006-01-30
1
-0
/
+1
*
Use PERMSTRING_SIZE rather than a hard-wired "11".
Wayne Davison
2006-01-29
1
-4
/
+4
*
Made the new --prune-empty-dirs code a little more memory efficient.
Wayne Davison
2006-01-28
1
-27
/
+43
*
Tweaked a variable name in flist_find().
Wayne Davison
2006-01-28
1
-6
/
+6
*
The user can now use a "protect" filter to avoid pruning one or
Wayne Davison
2006-01-28
1
-16
/
+22
*
Improved flist_find()'s empty-entry handling to deal with the case
Wayne Davison
2006-01-27
1
-19
/
+28
*
Optimized flist_find() so that we never scan a series of empty
Wayne Davison
2006-01-27
1
-20
/
+39
[next]