Skip to content

Tags: Tribler/tribler

Tags

v7.14.0

Toggle v7.14.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #8001 from kozlovsky/fix/cx_freeze_support

Fix `is_frozen`, `get_core_path()`, `get_gui_path()` when `cx_freeze` is used for building binaries

v7.14.0-RC1

Toggle v7.14.0-RC1's commit message
Update cx_freeze to 7.0.0 to avoid a false alarm from the Microsoft D…

…efender antivirus

v7.13.3

Toggle v7.13.3's commit message
Update version.py

v7.13.3-RC1

Toggle v7.13.3-RC1's commit message
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)

v7.13.2

Toggle v7.13.2's commit message
V7.13.2

v7.13.1

Toggle v7.13.1's commit message
Increase core connection timeout to 3 minutes

v7.13.1-RC2

Toggle v7.13.1-RC2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #7747 from kozlovsky/fix/event_manager_reconnect

Add one single attempt to reconnect to the Core in case of EventReqestManager disconnection

v7.13.1-RC1

Toggle v7.13.1-RC1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #7722 from drew2a/fix/7713_1

Add an exclusion for the exception type found in the latest core output.

v7.13.0

Toggle v7.13.0's commit message
Cherry-pick #7559 large-torrent-creation from main

v7.13.0-RC4

Toggle v7.13.0-RC4's commit message
Cherry-pick #7559 large-torrent-creation from main