1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-02-02 09:55:55 +00:00
Chocobo1 25b3f2d1a6
Raise priority of the main "event loop" thread
The goal is to improve responsiveness of qbt when CPU resources are scarce.

Instead of lowering libtorrent threads priority, it is chosen to raise main event loop thread
priority to avoid getting messy with libtorrent internals.

Also on Windows, threads doesn't inherit thread priority from the parent thread and it always
use the default (normal) priority.

PR #17278.
2022-07-02 14:57:47 +08:00
2019-10-20 01:28:10 +08:00
2022-06-20 13:09:17 +08:00
2020-03-12 13:12:33 +08:00
2021-07-29 14:15:51 +08:00
2022-01-07 12:18:03 +08:00
2016-12-27 16:56:35 +02:00
2021-03-29 00:08:14 +03:00
2016-05-08 21:47:28 +08:00
2022-01-06 20:47:06 +02:00
2022-05-12 11:06:05 +08:00
2022-05-16 08:40:06 +03:00
2022-05-06 11:20:34 +08:00
2022-05-06 11:20:34 +08:00
2022-05-16 08:40:06 +03:00
2021-08-21 16:00:19 +00:00
2022-05-06 11:20:34 +08:00
2021-11-09 12:12:49 +08:00
2018-09-30 15:46:33 +07:00
2022-05-12 11:06:05 +08:00
2022-05-12 11:06:05 +08:00

qBittorrent - A BitTorrent client in Qt

AppVeyor Status GitHub Actions CI Status Coverity Status


Description:

qBittorrent is a bittorrent client programmed in C++ / Qt that uses libtorrent (sometimes called libtorrent-rasterbar) by Arvid Norberg.

It aims to be a good alternative to all other bittorrent clients out there. qBittorrent is fast, stable and provides unicode support as well as many features.

The free IP to Country Lite database by DB-IP is used for resolving the countries of peers. The database is licensed under the Creative Commons Attribution 4.0 International License.

Installation:

For installation, follow the instructions from INSTALL file, but simple:

./configure
make && make install
qbittorrent

will install and execute qBittorrent hopefully without any problem.

Public key:

Starting from v3.3.4 all source tarballs and binaries are signed.
The key currently used is 4096R/5B7CC9A2 with fingerprint D8F3DA77AAC6741053599C136E4A2D025B7CC9A2.
You can also download it from here.
PREVIOUSLY the following key was used to sign the v3.3.4 source tarballs and v3.3.4 Windows installer only: 4096R/520EC6F6 with fingerprint F4A5FD201B117B1C2AB590E2A1ACCAE4520EC6F6.

Misc:

For more information please visit: https://www.qbittorrent.org

or our wiki here: http://wiki.qbittorrent.org

Use the forum for troubleshooting before reporting bugs: http://forum.qbittorrent.org

Please report any bug (or feature request) to: http://bugs.qbittorrent.org

Official IRC channel: #qbittorrent on irc.libera.chat


sledgehammer999 <sledgehammer999@qbittorrent.org>

Description
Some work about adaptive color scheme for Web UI (PR #19901) http://[316:c51a:62a3:8b9::4]/d4708/qBittorrent/src/branch/adaptive-webui
Readme 149 MiB
Languages
C++ 71.5%
JavaScript 13.5%
HTML 12.1%
Python 1%
CSS 0.7%
Other 1.1%