Page 2 of 10

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

Posted: Sat Mar 09, 2013 4:16 pm
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.

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

Posted: Sat Mar 09, 2013 4:24 pm
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).

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

Posted: Sat Mar 09, 2013 5:12 pm
by Tomaso
Perhaps he's just waiting for libtorrent v0.16.9?

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

Posted: Sun Mar 10, 2013 1:12 pm
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).

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

Posted: Sun Mar 10, 2013 3:14 pm
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.

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

Posted: Sun Mar 10, 2013 4:10 pm
by Big_Iron
Very nice, thanks.

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

Posted: Sun Mar 10, 2013 8:38 pm
by Nemo
Thanks alot sledge, and Dayman ;)! Installing right away. All alpha builds working stable so far.

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

Posted: Mon Mar 11, 2013 7:31 am
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

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

Posted: Mon Mar 11, 2013 12:53 pm
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

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

Posted: Mon Mar 11, 2013 1:53 pm
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... :)

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

Posted: Mon Mar 11, 2013 4:10 pm
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.

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

Posted: Tue Mar 12, 2013 2:50 pm
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.

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

Posted: Tue Mar 12, 2013 4:13 pm
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.

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

Posted: Tue Mar 12, 2013 4:38 pm
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.

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

Posted: Tue Mar 12, 2013 4:55 pm
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.