Go to file
sledgehammer999 958b70e4ac Merge pull request #4403 from glassez/fastresume
Improve .fastresume saving and torrents starting up. Closes #4315.
2016-02-05 12:06:58 -06:00
.tx
build-aux
dist Bump Copyright year. 2016-01-19 01:46:01 +02:00
doc
m4 Switch to Qt5 by default. 2015-11-22 22:07:59 +02:00
src Merge pull request #4403 from glassez/fastresume 2016-02-05 12:06:58 -06:00
.gitattributes
.gitignore
.travis.yml Turn off warning on OSX builds: unused-local-typedefs 2015-12-10 21:11:20 +08:00
AUTHORS Edit speed limits and upload ratio icons 2016-01-10 16:24:34 +03:00
bootstrap.sh
Changelog Bump to v3.4.0alpha 2015-11-30 00:16:49 +02:00
CODING_GUIDELINES.md Fix newlines in wiki rendering. 2016-01-10 14:56:53 +02:00
codingStyleQtCreator.xml Add info and files for coding style. Issue #2192. 2016-01-10 14:50:05 +02:00
conf.pri.in
configure Switch to Qt5 by default. 2015-11-22 22:07:59 +02:00
configure.ac Switch to Qt5 by default. 2015-11-22 22:07:59 +02:00
CONTRIBUTING.md Update uncrustify script link. 2016-01-12 13:05:09 +08:00
COPYING
INSTALL
install.os2
macxconf.pri Enable c++11 support. 2015-09-18 08:33:12 +03:00
NEWS
os2conf.pri Enable c++11 support. 2015-09-18 08:33:12 +03:00
qbittorrent.pro
qm_gen.pri Fix lrelease version due to the default Qt5 build 2015-12-18 12:53:31 +01:00
README.md Add forum link in README. Closes #3853. 2015-10-04 22:30:44 +03:00
README.os2
TODO
uncrustify.cfg Add info and files for coding style. Issue #2192. 2016-01-10 14:50:05 +02:00
unixconf.pri Bump minimum supported version of gcc to 4.8. 2015-09-24 13:26:25 +03:00
version.pri Bump to v3.4.0alpha 2015-11-30 00:16:49 +02:00
winconf-mingw.pri Enable c++11 support. 2015-09-18 08:33:12 +03:00
winconf-msvc.pri Don't use wide strings in libtorrent 2016-01-31 10:40:55 +03:00
winconf.pri Various updates on the Windows configuration file. 2016-01-11 19:44:44 +02:00

qBittorrent - A BitTorrent client in Qt

Build 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.

This product includes GeoLite data created by MaxMind, available from http://maxmind.com/

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.

For more information please visit: http://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

You can also meet me (sledgehammer_999) on IRC: #qbittorrent on irc.freenode.net


sledgehammer999 sledgehammer999@qbittorrent.org