FranciscoPombal
6152b83405
Use #pragma once instead of include guards
4 years ago
Mike Tzou
aaeffe3846
Merge pull request #13937 from Chocobo1/qt6
...
Use Qt provided forward declaration header
4 years ago
Vladimir Golovnev
6881e8fbe3
Merge pull request #13923 from FranciscoPombal/musl
...
CMake: detect required header for STACKTRACE feature
4 years ago
FranciscoPombal
137e455f03
CMake: detect required header for STACKTRACE feature
...
musl does not provide execinfo.h, so our current stacktrace-related
code cannot be used with it.
4 years ago
Chocobo1
ff3d0346eb
Fix coding style
4 years ago
Chocobo1
498da509db
Use Qt provided forward declaration header
4 years ago
Mike Tzou
d484c0e7ce
Merge pull request #13912 from Chocobo1/infohash
...
Use the correct type when referring to info hash
4 years ago
Vladimir Golovnev
5c1c561d7d
Merge pull request #13905 from glassez/handle-metadata
...
Fix received metadata handling
4 years ago
Chocobo1
9f0429ca6f
Use the correct type when referring to info hash
4 years ago
Vladimir Golovnev
3485ad39d9
Merge pull request #13511 from FranciscoPombal/bump_versions
...
Bump minimum dependency versions
4 years ago
Vladimir Golovnev
d899923876
Merge pull request #13910 from FranciscoPombal/hotfix_13894
...
Fix method invocation on Qt < 5.10
4 years ago
Vladimir Golovnev (Glassez)
4e04cd27c9
Fix received metadata handling
4 years ago
FranciscoPombal
7e4b428a3e
Fix method invocation on Qt < 5.10
...
Fixup 0c3fe54b0b
4 years ago
FranciscoPombal
9f65a318da
Bump dependency versions in CI
...
- Bump vcpkg version in GitHub Actions CI
- Bump libtorrent version in Travis CI
Co-authored-by: Vladimir Golovnev <glassez@yandex.ru>
4 years ago
Vladimir Golovnev
2f6ed86c78
Drop support for building with libtorrent < 1.2.11
...
Co-authored-by: Vladimir Golovnev <glassez@yandex.ru>
4 years ago
FranciscoPombal
6590915b15
Update minimum depedency versions
4 years ago
Vladimir Golovnev
0c3fe54b0b
Merge pull request #13894 from glassez/find-existing
...
Find existing files in separate thread
4 years ago
Vladimir Golovnev (Glassez)
a93b675cb8
Search for existing files in separate thread
4 years ago
Mike Tzou
0f2df23800
Merge pull request #13893 from Chocobo1/input_length
...
Remove unnecessary restriction on input length
4 years ago
Mike Tzou
e4e0a24416
Merge pull request #13895 from Chocobo1/improve
...
Improve advanced settings
4 years ago
Chocobo1
6aa5abf298
Update URL to libtorrent settings
4 years ago
Chocobo1
bd672c4c4e
Move "embedded tracker" options to qbt section
4 years ago
Chocobo1
8d768bda31
Add links to libtorrent documentation
4 years ago
Chocobo1
5110994f81
Lift upper limit of "Max concurrent HTTP announces" option
...
Closes #13800 .
4 years ago
Chocobo1
83d17b5c0e
Remove unnecessary restriction on input length
...
Closes #13884 .
4 years ago
Vladimir Golovnev
e6c174c33b
Merge pull request #13882 from jesec/master
...
WebAPI: allow to attach tags while adding torrents
4 years ago
Vladimir Golovnev (Glassez)
9497300a4a
Don't rewrite TorrentInfo instance if it's valid
4 years ago
Vladimir Golovnev (Glassez)
acab62e345
Properly handle "Append extension" option changing
4 years ago
Vladimir Golovnev (Glassez)
0e8feed2f2
Clean up metadata downloading code
4 years ago
sledgehammer999
82716d8014
Merge pull request #13871 from sledgehammer999/magnet_delete
...
Don't try to remove folders for a torrent without metadata
4 years ago
sledgehammer999
af262e9a14
Merge pull request #13870 from sledgehammer999/fix_magnet_queue
...
Fix status of torrents without metadata
4 years ago
Jesse Chan
d0d5af8c66
WebAPI: bump version to 2.6.2
4 years ago
Jesse Chan
86f9b1f6db
WebAPI: allow to attach tags while adding torrents
4 years ago
Mike Tzou
c4485d0af7
Merge pull request #13849 from Chocobo1/travisci
...
Add libtorrent 2.0 to TravisCI script
4 years ago
Mike Tzou
7c5d0a0e00
Merge pull request #13876 from Chocobo1/fix
...
Fix availability value
4 years ago
Mike Tzou
5f014a2056
Merge pull request #13706 from FranciscoPombal/translation_whitespace_fix
...
Detect .ts file issues with file health workflow
4 years ago
Chocobo1
eaaacd71a8
Simplify the calculation of speed graph scale
4 years ago
Chocobo1
75cead9266
Avoid potential rounding to integer issues
4 years ago
FranciscoPombal
d79c5824b8
Detect .ts file issues with file health workflow
...
Also adjust newlines to improve output
4 years ago
Chocobo1
4381739b6d
Fix coding style
4 years ago
Chocobo1
8f2cdcef0e
Fix availability value
...
Closes #13869 .
Fix up 02f19bfbee
.
4 years ago
Chocobo1
990cc41e80
Add libtorrent 2.0 to TravisCI script
...
Also bumping to ubuntu focal as libtorrent requires boost >= 1.66.
4 years ago
sledgehammer999
9721acbf63
Don't try to remove folders for a torrent without metadata
4 years ago
sledgehammer999
be5cb1683b
Fix status of torrents without metadata
4 years ago
Mike Tzou
a4e7e546ff
Merge pull request #13848 from Chocobo1/travisci_macos
...
Update to use latest macOS image for TravisCI
4 years ago
Mike Tzou
4259b4571c
Merge pull request #13836 from Chocobo1/webui
...
Add ability to use 'shift+delete' to delete torrents in WebUI
4 years ago
Chocobo1
2414a79578
Update to use latest macOS image for TravisCI
...
The default version is so outdated that it needs to rebuild many
dependencies. Now we bump it to the latest version so that it can use
prebuilt packages.
4 years ago
Mike Tzou
84623ac1f6
Merge pull request #13820 from Chocobo1/sorting
...
Fix wrong data used for comparison
4 years ago
Chocobo1
d46343fb9c
Add ability to use 'shift+delete' to delete torrents in WebUI
...
Closes #13827 .
4 years ago
Vladimir Golovnev
5c788a6130
Merge pull request #13822 from adem4ik/patch-4
...
NSIS: Update Russian translation
4 years ago