[unofficial]qBittorrent git master builds: 3.1.0RC_06102013

Testing the freshly baked, latest builds!
sledgehammer_999
Administrator
Administrator
Posts: 2443
Joined: Sun Jan 23, 2011 1:17 pm

Re: [unofficial]qBittorrent git master builds: 3.1.0alpha05032013

Post by sledgehammer_999 »

About the downloadbar not working. It is a libtorrent issue. I don't know why or where but libtorrent 0.16.8 onwards is broken. The same code compiled with 0.16.7 has the downloadbar working fine.
Dayman

Re: [unofficial]qBittorrent git master builds: 3.1.0alpha05032013

Post by Dayman »

Any info on when Chris will be available? I think we could've released 3.0.9 two weeks ago (if milestone filter has any meaning).
Tomaso

Re: [unofficial]qBittorrent git master builds: 3.1.0alpha05032013

Post by Tomaso »

Perhaps he's just waiting for libtorrent v0.16.9?
sledgehammer_999
Administrator
Administrator
Posts: 2443
Joined: Sun Jan 23, 2011 1:17 pm

Re: [unofficial]qBittorrent git master builds: 3.1.0alpha05032013

Post by sledgehammer_999 »

Here is a build of qBittorrent 3.1.0alpha10032013 from git master with:
boost 1.53
libtorrent RC_0_16 svn branch
openssl: 1.0.1e
qt: 4.8.4

Built using MSVC2008.

Link1: https://mega.co.nz/#!8FhSwYzb!YwZogXJbM ... FrGZKvyAyA
Link2: http://dfiles.eu/files/75347gzq2

This has many fixes pushed into the master today. The most notable ones are WebUI related fixes(by Dayman).
sledgehammer_999
Administrator
Administrator
Posts: 2443
Joined: Sun Jan 23, 2011 1:17 pm

Re: [unofficial]qBittorrent git master builds: 3.1.0alpha10032013

Post by sledgehammer_999 »

I have a fix for the downloadbar. It is not included yet in master nor in my alpha builds.

EDIT: It is now included in git master. When something new and important is pushed in git master I will make new builds.
Last edited by sledgehammer_999 on Sun Mar 10, 2013 3:56 pm, edited 1 time in total.
Big_Iron

Re: [unofficial]qBittorrent git master builds: 3.1.0alpha10032013

Post by Big_Iron »

Very nice, thanks.
User avatar
Nemo
Administrator
Administrator
Posts: 1730
Joined: Sat Jul 24, 2010 6:24 pm

Re: [unofficial]qBittorrent git master builds: 3.1.0alpha10032013

Post by Nemo »

Thanks alot sledge, and Dayman ;)! Installing right away. All alpha builds working stable so far.
Dayman

Re: [unofficial]qBittorrent git master builds: 3.1.0alpha10032013

Post by Dayman »

0.16.9 is out

Code: Select all


   * fix long filename truncation on windows
   * distinguish file open mode when checking files and downloading/seeding with bittorrent. updates storage interface
   * improve file_storage::map_file when dealing with invalid input
   * improve handling of invalid utf-8 sequences in strings in torrent files
   * handle more cases of broken .torrent files
   * fix bug filename collision resolver
   * fix bug in filename utf-8 verification
   * make need_save_resume() a bit more robust
   * fixed sparse flag manipulation on windows
   * fixed streaming piece picking issue
sledgehammer_999
Administrator
Administrator
Posts: 2443
Joined: Sun Jan 23, 2011 1:17 pm

Re: [unofficial]qBittorrent git master builds: 3.1.0alpha10032013

Post by sledgehammer_999 »

[quote="Dayman"]
0.16.9 is out

Code: Select all


   * fix long filename truncation on windows
   * distinguish file open mode when checking files and downloading/seeding with bittorrent. updates storage interface
   * improve file_storage::map_file when dealing with invalid input
   * improve handling of invalid utf-8 sequences in strings in torrent files
   * handle more cases of broken .torrent files
   * fix bug filename collision resolver
   * fix bug in filename utf-8 verification
   * make need_save_resume() a bit more robust
   * fixed sparse flag manipulation on windows
   * fixed streaming piece picking issue
[/quote]

Perfect. Just in time for the new qbt release :D
100%

Re: [unofficial]qBittorrent git master builds: 3.1.0alpha10032013

Post by 100% »

[quote="sledgehammer_999"]
Perfect. Just in time for the new qbt release :D[/quote]

+1

Great news! Hope all the problems we used to face are gone forever... :)
Tomaso

Re: [unofficial]qBittorrent git master builds: 3.1.0alpha10032013

Post by Tomaso »

Good thing that they included the sparse flag manipulation fix..
Hopefully, once and for all, this takes care of the I/O errors that's been tormenting some Windows users for a long time.
Tomaso

Re: [unofficial]qBittorrent git master builds: 3.1.0alpha10032013

Post by Tomaso »

[quote="libtorrent_aio"]
fix shutdown hang
[/quote]

Damn!
I hope this isn't a bug that's been introduced in libtorrent v0.16.9..
I've never had that kind of issue with qBittorrent, but I've encountered it with other clients, and it can be really frustrating.
sledgehammer_999
Administrator
Administrator
Posts: 2443
Joined: Sun Jan 23, 2011 1:17 pm

Re: [unofficial]qBittorrent git master builds: 3.1.0alpha10032013

Post by sledgehammer_999 »

[quote="Tomaso"]
[quote="libtorrent_aio"]
fix shutdown hang
[/quote]

Damn!
I hope this isn't a bug that's been introduced in libtorrent v0.16.9..
I've never had that kind of issue with qBittorrent, but I've encountered it with other clients, and it can be really frustrating.
[/quote]

I searched the 0.16.9 session_impl.cpp for the code change and it doesn't exist there. So I don't 0.16.9 is affected. If it is, the libtorrent author will probably backport it to the RC_0_16 branch anyway.
Tomaso

Re: [unofficial]qBittorrent git master builds: 3.1.0alpha10032013

Post by Tomaso »

[quote="sledgehammer_999"]
I searched the 0.16.9 session_impl.cpp for the code change and it doesn't exist there. So I don't 0.16.9 is affected. If it is, the libtorrent author will probably backport it to the RC_0_16 branch anyway.
[/quote]

Yes, the fix has only been commited to the AIO so far..
What worries me is that this fix was needed at all.
Is there a new bug in libtorrent v0.16.9 that called for it?
..if so, we might have to live with it for a while, since I'm guessing that you guys are gonna use libtorrent v0.16.9 for qBittorrent v3.0.9.
sledgehammer_999
Administrator
Administrator
Posts: 2443
Joined: Sun Jan 23, 2011 1:17 pm

Re: [unofficial]qBittorrent git master builds: 3.1.0alpha10032013

Post by sledgehammer_999 »

As far as I can tell, 0.16.9 doesn't have the capabilities of aio or at least it has very few similarities. AIO stands for asynchronous I/O and it still is considered experimental.
Post Reply