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: Tribler/tribler Loading
base: v7.13.2
Choose a base ref
...
head repository: Tribler/tribler Loading
compare: v7.13.3
Choose a head ref
  • 6 commits
  • 7 files changed
  • 2 contributors

Commits on Mar 8, 2024

  1. A patch that fixes OSError "[WinError 64] The specified network name …

    …is no longer available"
    kozlovsky committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    9f98caf View commit details
    Browse the repository at this point in the history
  2. Satisfy linter

    kozlovsky committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    5dbb55c View commit details
    Browse the repository at this point in the history
  3. Merge pull request #7926 from kozlovsky/fix/proactor_finish_accept_patch

    A patch that fixes OSError "[WinError 64] The specified network name is no longer available"
    kozlovsky committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    ea9e280 View commit details
    Browse the repository at this point in the history
  4. Cherry-pick #7594: Catch AccessDenied exception

    (cherry picked from commit 6e7654e)
    drew2a authored and kozlovsky committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    d3bcfaf View commit details
    Browse the repository at this point in the history
  5. Cherry-pick #7760: Modify check_free_space function to verify availab…

    …le disk space
    
    This commit modifies the function `check_free_space`. The function checks if there is enough free space on the disk by calculating the disk usage of a specified folder. If the available space is less than 100MB, an error message is displayed and Tribler exits. The function also logs the amount of free space when it is sufficient. Additionally, in the `start_gui.py` module, the `check_free_space` function now takes a parameter specifying the root state directory to be checked for free space.
    
    Add test cases for check_free_space
    
    - Added new test cases for the `check_free_space` function to ensure it works correctly when there's sufficient disk space and raises an exception when there's insufficient disk space.
    - Also added test cases to check the behavior when there's an ImportError or OSError.
    
    (cherry picked from commit b2bc372)
    drew2a authored and kozlovsky committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    86926d9 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. Update version.py

    kozlovsky committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    b64ec7b View commit details
    Browse the repository at this point in the history
Loading