Dfc Versions Save

Report file system space usage information with style

v3.0.3

3 years ago

Source: dfc-v3.0.3.tar.gz (SHA256: ff488152ad26c3219a86e2c5916ff7f3eaa7c5749f7777c66207d121367690ac).

Bug fixes:

  • fixed warning message wrongly displayed when calling 'dfc -u h'
  • fixed various typo fixes
  • fixed some memory management issues
  • fixed if tests on potentially NULL values
  • fixed potential security holes (potentially exploitable buffer overflows caused by misuse of printf function)
  • fixed dfc hang on no more accessible remote file systems
  • display a warning in any case when file system cannot be stated instead of exiting on error

Miscellaneous:

  • updated license header and copyright year

v3.0.2

3 years ago

Source: dfc-v3.0.2.tar.gz (SHA256: 80c2e673f6bce03f82fc2b3ceb3cf21de7fbdd512420dd134ce315885dffc977).

Bug fixes

  • fixed dfc failing when getting volume size information from volume >= 4 To on 32-bit hosts (added LFS option, which can be triggered on or off but is on by default)
  • fixed missing separator on CSV export when -T and -s options where triggered

v3.0.0

3 years ago

Source: dfc-v3.0.0.tar.gz (SHA256: 703c40e99eeee764b53af3e2a16159fe24f87152780942d307a86535b07c5a8f).

Bug fixes

  • fixed wrong usage values for FreeBSD
  • fixed wrong inodes count on FreeBSD

New features

  • DragonFly BSD support
  • NetBSD support
  • OpenBSD support
  • implemented -o option for Mac OSX
  • internationalization support
  • french translation
  • added an optional configuration file
  • improved auto-adjust feature
  • new option that shows used size using -d
  • new option that allows export to other formats (CSV, HTML, TeX)
  • new option that allows to show information only for locally mounted file systems using -l
  • new option to filter based on file system name using -p
  • new option that allows to sort the output based on file system name using -q

Code has also been reorganised and the build system has switched from a simple makefile to using CMake

v3.0.1

3 years ago

Source: dfc-v3.0.1.tar.gz (SHA256: 12b01d6f04b293f99d4e20aabc485fb2e325fb80750d109fe1cd0b4fa5790ff2).

Bug fixes

  • fixed CMake minimal required version
  • fixed hyphens and spelling mistakes in manpages

New featires

  • added changelog file

v2.5.0

3 years ago

Source: dfc-v2.5.0.tar.gz (SHA256: c76c6fc3cefd12609e5e09e3cd2773b1c78e2020ef58546964ce2180c83f65b1).

Bug fixes

  • paths that have more than 3 / are not weirdly truncated anymore
  • no more overlap when using the -o option
  • various minor bug fixes and optimizations

New features

  • Makefile is now compatible with BSD-make
  • Mac OSX support (still misses the -o option)
  • -o option support for FreeBSD
  • new option that prevents the names from being truncated by using -W
  • sign used to draw the graph has changed from a * to an = sign

v2.4.0

3 years ago

Source: dfc-v2.4.0.tar.gz (SHA256: ae47383c6d95efb76f8a35da6fc33e1593d0be8b8401378f8dfb52b69f3788df).

New features

  • FreeBSD support
  • reorganised code to make it less monolithic

v2.3.0

3 years ago

Source: dfc-v2.3.0.tar.gz (SHA256: 153ee2e023be207d165db33183d7235d0dcb4f9ed4e435900984c2f55b310576).

Bug fixes

  • fixed width of display when aflag not triggered

New features

  • strings that are too long to be displayed correctly are now truncated and a + sign indicates it. Example: "/dev/mapper/foo-lv_lxc23764-home" ==> "+pper/foo-lv_lxc23764-home"
  • auto-adjust output based on terminal width
  • new option to force display (disable auto-adjust mode)
  • implemented negative matching on file system filtering
  • various small optimizations

v2.2.0

3 years ago

Source: dfc-v2.2.0.tar.gz (SHA256: 0deab8402cc804626c52f67e59552eddc9f91b64ed88d1c28733fff5a0312362).

Bug fixes

  • various small bug fixes

New features

  • color option is now improved: you can choose between 3 modes (auto, always, never); by default, auto is activated
  • multiple selection is now possible when filtering with -t option

v2.1.0

3 years ago

Source: dfc-v2.1.0.tar.gz (SHA256: 3638ae64a26f77b1af68a22bbd57fedf3b633a8dcbfdbde1626d78db85dcb5ee).

Bug fixes

  • -s option now sum the total of inodes when -i option is triggered
  • when using human readable, sizes in bytes were displayed like so 3.0B which does not make sense at all cause there is no half-byte

New features

  • color is now automatically in "color-auto" mode
  • unit option has been completely reorganized; they have all been replaced by the new -u option
  • support Tio, Pio, Eio, Zio and Yio units (and as such, To, Po, Eo, Zo, Yo)
  • when using -i option, a k is now appended to the number of inodes and this number is divided by 1000
  • new option (-b) allows you to not display the graph bar
  • new option (-T) shows the filesystem type (filesystem type is not displayed by default anymore)
  • new option (-t) allows you to perform filtering on filesystem type

v2.0.2

3 years ago

Source: dfc-v2.0.2.tar.gz (SHA256: ef6cdb9b8b3c3c3f458770ab7d21f1d5647c33c66aef30dd7464840e31cf58e4).

Bug fixes

  • fixed a bug messing up display of information when have gvfs-fuse-daemon