Page 4 of 12

Re: [unofficial]qBittorrent git master builds: 3.2.0.0alpha_20140603_a6fa27467

Posted: Sat Jul 12, 2014 6:49 pm
by Calidude
Any builds with the stable version of libtorrent 1.0?

Re: [unofficial]qBittorrent git master builds: 3.2.0.0alpha_20140603_a6fa27467

Posted: Sat Jul 12, 2014 7:00 pm
by Nemo
Whats the hurry that you have with libtorrent 1.0? When its ready it will be released as it been said several times.

Re: [unofficial]qBittorrent git master builds: 3.2.0.0alpha_20140603_a6fa27467

Posted: Sun Jul 13, 2014 6:06 am
by Calidude
[quote="Nemo"]
Whats the hurry that you have with libtorrent 1.0? When its ready it will be released as it been said several times.
[/quote]
Whoa, I don't mean to be rushing anybody. I just thought since builds were being posted here, we might get one with the final version of libtorrent for further testing. Sorry if I seem impatient. I just thought builds were being posted regularly here.

Re: [unofficial]qBittorrent git master builds: 3.2.0.0alpha_20140603_a6fa27467

Posted: Sun Jul 13, 2014 3:32 pm
by ciaobaby
I just thought builds were being posted regularly here
They are ... .... When they are ready.

Re: [unofficial]qBittorrent git master builds: 3.2.0.0alpha_20140603_a6fa27467

Posted: Tue Aug 05, 2014 12:16 am
by sledgehammer_999
Here is a build of qBittorrent 3.2.0alpha sha1 15d3df38 from git master with:
boost 1.55
libtorrent 1.0.1svn
qt: 4.8.6

Built using gcc 4.9.0.

The big changes from the last alpha build:
* better json handling in the webui which should avoid many errors
* windows: installer + qbt should handle file associations much better now. qbt no longer needs to admin rights to register itself with .torrent files and magnet links
* refactored settings saving/loading code. It should be much more robust now even on hard resets and disk full errors. Settings shouldn't be forgotten now. (note: per torrent settings aren't migrated currently to the new code architecture). Also the settings are loaded ONCE on app startup and then are cached in memory. They are then saved periodically to disk. The previous behavior was to continously load and save to/from disk which was horribly inefficient and of course increased the changes of losing the settings in case of system crash.

http://builds.shiki.hu/qbittorrent_3.2. ... _setup.exe

PS: avast antivirus will complain about the UAC.dll when you launch the installer. I have self-compiled that dll from the source included in src/windows/nsis plugins (read the instructions src/windows/README.txt). It is a false positive.

Re: [unofficial]qBittorrent git master builds: 3.2.0alpha_20140805_15d3df380c

Posted: Tue Aug 05, 2014 12:04 pm
by Nemo
Thanks sledge, I will install it when im at home and see how it goes with lib 1.0.1. Very nice improvments by the way, great work mate.

Re: [unofficial]qBittorrent git master builds: 3.2.0alpha_20140805_15d3df380c

Posted: Sun Aug 10, 2014 12:57 am
by Doadin
I believe there to be a issue of privacy leaking in relation to anon mode and fore-proxy mode introduced in libtorrent1.0+. Are there plans to add the force-proxy mode in near future builds?

Re: [unofficial]qBittorrent git master builds: 3.2.0alpha_20140805_15d3df380c

Posted: Thu Aug 21, 2014 7:57 pm
by Nemo
Im very happy with this alpha, using it since its been released. Lib 1.0.1 seems also working quite good. It just works as a stable release :).

Re: [unofficial]qBittorrent git master builds: 3.2.0alpha_20140805_15d3df380c

Posted: Sun Aug 24, 2014 6:49 am
by Calidude
For me, the alpha seems to connect slower than the stable release. Not quite sure why. Maybe libtorrent 1.0.1 has some issues that need to be fixed with another release or two.

Re: [unofficial]qBittorrent git master builds: 3.2.0alpha_20140805_15d3df380c

Posted: Sun Aug 24, 2014 5:23 pm
by Nemo
Thats something that we know with sledge also. Compared to 16.16 it takes a few seconds longer to start sometimes with 1.0.1 but at the end it just works as it should.

Re: [unofficial]qBittorrent git master builds: 3.2.0alpha_20140805_15d3df380c

Posted: Mon Aug 25, 2014 9:48 pm
by sledgehammer_999
Here is a build of qBittorrent 3.2.0alpha sha1 0b8fad from git master with:
boost 1.56
libtorrent 1.0.1svn+r10217
qt: 4.8.6

Built using gcc 4.9.0.

http://builds.shiki.hu/qbittorrent_3.2. ... _setup.exe

PS: avast antivirus will complain about the UAC.dll when you launch the installer. I have self-compiled that dll from the source included in src/windows/nsis plugins (read the instructions src/windows/README.txt). It is a false positive.

Re: [unofficial]qBittorrent git master builds: 3.2.0alpha_20140826_0b8fad69f

Posted: Tue Aug 26, 2014 1:25 am
by Nemo
Great, lets start testing again :).

Thanks sledge.

Re: [unofficial]qBittorrent git master builds: 3.2.0alpha_20140826_0b8fad69f

Posted: Wed Aug 27, 2014 2:47 am
by MrGreg
Hi Folks, Sledge was kind enough to create this release which fixes a problem I discovered. He has implemented the anonymous force_proxy split in libtorrent 1.0+. You will notice the new setting Connections/Proxy Server/Disable connections not supported by proxies. I use a socks5 proxy and am happy to report that this release locks things down tight as a drum.

Re: [unofficial]qBittorrent git master builds: 3.2.0alpha_20140826_0b8fad69f

Posted: Sat Aug 30, 2014 3:35 pm
by Nemo
This alpha works great! I will be using it till the new release, for me this is just as good as the stable builds (or even better).

Re: [unofficial]qBittorrent git master builds: 3.2.0alpha_20140826_0b8fad69f

Posted: Sat Aug 30, 2014 4:03 pm
by sledgehammer_999
Here is a build of qBittorrent 3.2.0alpha sha1 11d39ba6ef from git master with:
boost 1.56
libtorrent 0.16.17svn+r10214
qt: 4.8.6

Built using gcc 4.9.0.

http://builds.shiki.hu/qbittorrent_3.2. ... _setup.exe

PS: avast antivirus will complain about the UAC.dll when you launch the installer. I have self-compiled that dll from the source included in src/windows/nsis plugins (read the instructions src/windows/README.txt). It is a false positive.