1. 23 Apr, 2005 3 commits
    • Wayne Davison's avatar
      5c7b1feb
    • Wayne Davison's avatar
      - Added a new function, maybe_hard_link(), which now holds the code · 3cd5301f
      Wayne Davison authored
        (moved from hard_link_cluster()) that checks the inode/dev of an
        existing file and either does nothing (when properly linked), or
        removes the existing file before calling hard_link_one().
      - Changed hard_link_check() so that it checks if the master item is
        marked with FINISHED_LINK (in its hlindex int), and if so, it
        finishes the current file by calling maybe_hard_link() (and
        marking it as finished too).  Otherwise it marks the item as
        skipped by setting hlindex to SKIPPED_LINK.
      - Fixed the outputting of an error in hard_link_one() so that the
        message is always output when the caller did not request "terse"
        processing.
      - Changed hard_link_cluster() so that it marks the master item with
        FINISHED_LINK and then links only the skipped items (marking them
        with FINISHED_LINK too).
      3cd5301f
    • Wayne Davison's avatar
      - Call hard_link_check() with its new args. · d8169e6f
      Wayne Davison authored
      - Got rid of a duplicate error after the hard_link_one() call.
      d8169e6f
  2. 22 Apr, 2005 3 commits
  3. 17 Apr, 2005 1 commit
  4. 16 Apr, 2005 1 commit
  5. 15 Apr, 2005 4 commits
  6. 14 Apr, 2005 6 commits
  7. 12 Apr, 2005 5 commits
  8. 10 Apr, 2005 5 commits
  9. 09 Apr, 2005 12 commits