1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-25 14:04:23 +00:00
Ivan Sorokin 6347700ee3 Move libtorrent includes to .cpp
This commit probably fixes #2119.

The only important change in this commit is moving
session::get_ip_filter() from FilterParserThread::processFilterFile() to
FilterParserThread::run(). Previously we called it in main thread, but
now we calls it in worker thread. I don't now what libtorrent contract
about threads, but I assume that if it is ok to set_ip_filter from
other thread, it is ok to get it.
2014-11-05 03:10:39 +03:00
..
2014-10-26 19:52:01 +03:00
2014-11-02 13:54:48 +03:00
2013-07-09 20:56:41 +03:00
2014-05-02 00:00:05 +03:00
2014-11-02 13:54:48 +03:00
2013-08-01 13:24:35 +04:00
2014-09-11 08:44:25 +06:00
2014-09-11 08:44:25 +06:00
2014-10-18 12:19:05 +04:00
2014-10-26 19:52:01 +03:00
2013-09-14 15:26:15 +03:00
2014-10-18 12:19:05 +04:00
2013-11-17 02:16:25 +04:00
2013-11-17 02:16:25 +04:00
2014-10-18 12:19:05 +04:00
2014-01-22 19:37:31 +04:00
2013-07-03 15:44:30 +04:00
2014-11-02 15:37:07 +03:00