- 13 Jan, 2004 1 commit
-
-
Wayne Davison authored
-
- 12 Jan, 2004 4 commits
-
-
Wayne Davison authored
-
Wayne Davison authored
-
Wayne Davison authored
require any binary searching of hlink data.
-
Wayne Davison authored
-
- 11 Jan, 2004 7 commits
-
-
Wayne Davison authored
-
Wayne Davison authored
to output the "filename" value when it might not be initialized.
-
Wayne Davison authored
-
Wayne Davison authored
-
Wayne Davison authored
preliminary patch by J.W.
-
Wayne Davison authored
-
Wayne Davison authored
mutually exclusive based on mode). Based on an idea by J.W.
-
- 10 Jan, 2004 7 commits
-
-
Wayne Davison authored
receive_file_entry().
-
Wayne Davison authored
-
Wayne Davison authored
-
Wayne Davison authored
-
Wayne Davison authored
send_file_entry() and receive_file_entry(). Other cleanups too.
-
Wayne Davison authored
called by the batch processor.
-
Wayne Davison authored
-
- 09 Jan, 2004 7 commits
-
-
Wayne Davison authored
-
Wayne Davison authored
-
Wayne Davison authored
- Don't transmit the sum array for non-regular files (p28 onward). - Tweaked a couple comments.
-
Wayne Davison authored
-
Wayne Davison authored
-
J.W. Schultz authored
test same, same high and different device numbers.
-
J.W. Schultz authored
-
- 08 Jan, 2004 14 commits
-
-
Wayne Davison authored
some of the variable names more logical in the new program flow. Also improved the setting of the new last_rdev value that only remembers the high 3 bytes.
-
Wayne Davison authored
-
Wayne Davison authored
-
Wayne Davison authored
(but only when speaking protocol 28).
-
Wayne Davison authored
- Changed PROTOCOL_VERSION to 28 now.
-
Wayne Davison authored
the SAME_RDEV bit into the next 8 bits and adding an EXTENDED_FLAG bit. Also modified the meaning of this bit for protocol 28 and above: SAME_HIGH_RDEV indicates that all but the lowest byte matches. The older protocols get OLD_SAME_RDEV set (with the old semantics) for compatibility. Note also that protocol 28 isn't turned on yet.
-
Wayne Davison authored
-
Wayne Davison authored
-
Wayne Davison authored
-
Wayne Davison authored
make it a little easier to read and a little more optimized. Also made the flag size in our function calls match the size of the flags in the flist_struct. These changes will make it easier for me to optimize the sending of the hard-link data in a future commit.
-
Wayne Davison authored
-
Wayne Davison authored
- The realloc in init_hard_links() might fail if the list is empty (which can happen if there are no regular files in the transfer). I changed the code to free the list in that case.
-
Wayne Davison authored
-
Wayne Davison authored
-