Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: CyberShadow/btdu
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.4.1
Choose a base ref
...
head repository: CyberShadow/btdu
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.5.0
Choose a head ref
  • 18 commits
  • 14 files changed
  • 1 contributor

Commits on Jul 28, 2022

  1. Configuration menu
    Copy the full SHA
    7983100 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    04383f0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6f2da48 View commit details
    Browse the repository at this point in the history
  4. btdu.common: Tweak size display again

    - Consistently aim for 4 digits of precision? Is this better?
    - Fix awkward "0.000". Zero is zero. (But keep the unit, so that it's
      unambiguous that the figure is measuring data size.)
    CyberShadow committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    9cf0e7f View commit details
    Browse the repository at this point in the history
  5. Align size units only in the browser listing

    Fixes awkward spacing when the unit is bytes.
    CyberShadow committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    1eac9af View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ca7e548 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2022

  1. README: Fix typo

    CyberShadow committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    cef086d View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2022

  1. btdu: Rename SLACK to UNUSED

    Disambiguate from "device slack" space as reported by `btrfs device
    usage`.
    CyberShadow committed Sep 26, 2022
    Configuration menu
    Copy the full SHA
    171366f View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2022

  1. Configuration menu
    Copy the full SHA
    9050dad View commit details
    Browse the repository at this point in the history
  2. btdu.sample: Fix compilation on older D versions

    core.sys.linux.fs is a relatively new addition (2021).
    CyberShadow committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    507d35b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e824c1d View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2022

  1. Configuration menu
    Copy the full SHA
    623c116 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2022

  1. btdu.main: Fix --import

    Broke in 1f1fbd4.
    CyberShadow committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    e977b60 View commit details
    Browse the repository at this point in the history
  2. btdu.main: Allow combining --headless and --import

    Allows e.g. converting an --export-ed file with --du.
    CyberShadow committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    7ebd211 View commit details
    Browse the repository at this point in the history
  3. btdu: Guard against some divisions by zero

    I saw a recurrent FPE, but haven't tracked down its precise cause.
    
    Auditing the code, I found these possible sites where a division by
    zero could happen.
    CyberShadow committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    c85d7f0 View commit details
    Browse the repository at this point in the history
  4. ci/build-docker.sh: Allow customizing the container runtime

    You can thus use Podman to make a release build of btdu with:
    
    DOCKER=podman ci/build-docker.sh
    CyberShadow committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    c6ae8ae View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2022

  1. ae update

    Fix compilation with the latest DMD version.
    CyberShadow committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    348d4c4 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2023

  1. btdu.common: btdu v0.5.0

    CyberShadow committed Jan 2, 2023
    Configuration menu
    Copy the full SHA
    629e991 View commit details
    Browse the repository at this point in the history
Loading