Chocobo1
|
3955eef50d
|
Change to lt namespace
Quoting from libtorrent doc:
> In the future, libtorrent will be the alias and lt the namespace name.
|
2019-05-13 11:20:41 +08:00 |
|
Chocobo1
|
677a419f0b
|
Use upstream defined namespace
`lt` namespace is defined since libtorrent 1.1.6 and our master branch requires >= 1.1.10,
so there is no need to add #if condition for it.
|
2019-05-13 11:20:41 +08:00 |
|
Vladimir Golovnev (Glassez)
|
ead078a38e
|
Add preliminary support of libtorrent v1.2
libtorrent v1.2 should be built with deprecated features enabled.
|
2019-03-18 15:17:03 +03:00 |
|
Chocobo1
|
19d6de795c
|
Drop support for "BC Link" format
The format is marked obsolete on 2009.12.28 and has been replaced by magnet links.
http://wiki.bitcomet.com/inside_bitcomet#bc_link_format_obsoleted_as_of_v117
https://www.bitcomet.com/en/changelog
|
2018-12-31 20:00:15 +08:00 |
|
thalieht
|
6b1d26d555
|
Convert all foreach() to range-based for()
|
2018-11-28 23:40:12 +02:00 |
|
Chocobo1
|
0217d5b4c0
|
Replace single-character string with character literal
Also remove unnecessary dynamic allocation.
|
2018-07-21 23:26:15 +08:00 |
|
Chocobo1
|
09f759355f
|
Replace QRegExp with QRegularExpression
Revise `static` keyword usage, static is added to frequently used
instances.
|
2018-05-31 22:56:49 +08:00 |
|
Chocobo1
|
c22e6b4502
|
Cleanup header include order
Add missing header.
Cleanup license.
|
2018-05-31 22:56:25 +08:00 |
|
Chocobo1
|
fa2128cbae
|
Replace Utils::String::fromStdString() by QString::fromStdString()
|
2017-03-07 19:42:44 +08:00 |
|
Vladimir Golovnev (Glassez)
|
c57aaf0216
|
Create MagnetUri object from BC link or HASH string
|
2016-01-31 21:32:41 +03:00 |
|
Vladimir Golovnev (Glassez)
|
9db93e5d8f
|
Rename Core to Base (Closes #3733).
|
2015-12-06 14:27:00 +03:00 |
|