qBittorrent/src/webui/www
Coda e698c09298
Allow to use POSIX-compliant disk IO type
This patch allows user to switch disk IO type between memory mapped files based type (default in libtorrent 2, and seems causing memory issues) and POSIX-compliant type which is more conservative on memory usage.

Co-authored-by: Chocobo1 <Chocobo1@users.noreply.github.com>
Co-authored-by: Vladimir Golovnev (Glassez) <glassez@yandex.ru>

PR #16895.
2022-05-11 21:28:06 +03:00
..
private Allow to use POSIX-compliant disk IO type 2022-05-11 21:28:06 +03:00
public Optimize PNG images losslessly with FileOptimizer 2021-11-05 12:59:25 +08:00
translations Sync translations from Transifex and run lupdate 2022-03-22 15:47:05 +02:00
.eslintrc.json Add tools for js code formatting and linting 2021-03-26 00:27:12 +08:00
.jsbeautifyrc Add tools for js code formatting and linting 2021-03-26 00:27:12 +08:00
.stylelintrc.json Disable CSS selector naming rule 2021-10-22 14:42:12 +08:00
package.json Use stylelint for CSS linting 2021-05-25 13:20:37 +08:00
README.md Remove outdated information 2020-10-28 13:09:37 +08:00
tstool.py Fix trailing whitespace in multiple files 2020-10-28 14:20:11 +00:00
webui.qrc Update MochaUI to v0.9.7 2021-08-05 16:03:07 +08:00

qBittorrent Web UI

Browser compatibility

Browser Lower bound
Chrome The release from 1 year ago
Firefox Oldest active ESR release
Microsoft Edge The release from 1 year ago
Safari The release from 1 year ago

The upper bound will always be the latest stable release.