Skip to content
Snippets Groups Projects
Select Git revision
21 results Searching

calc.c

  • Yorhel's avatar
    1cc0e5a5
    Only count the size of each hard link once for each directory · 1cc0e5a5
    Yorhel authored
    The displayed directory sizes are now fully correct, although in its
    current state it's not all that intuitive because:
    
      directory size != sum(size of all files and subdirectories)
    
    This should probably be fixed later on by splitting the sizes into a
    shared and non-shared part.
    
    Also, the sizes displayed after a recalculation or deletion are
    incorrect, I'll fix this later on.
    1cc0e5a5
    History
    Only count the size of each hard link once for each directory
    Yorhel authored
    The displayed directory sizes are now fully correct, although in its
    current state it's not all that intuitive because:
    
      directory size != sum(size of all files and subdirectories)
    
    This should probably be fixed later on by splitting the sizes into a
    shared and non-shared part.
    
    Also, the sizes displayed after a recalculation or deletion are
    incorrect, I'll fix this later on.