From axel-bugs at alioth.debian.org Mon Dec 1 17:06:54 2008 From: axel-bugs at alioth.debian.org (axel-bugs at alioth.debian.org) Date: Mon, 01 Dec 2008 17:06:54 +0000 Subject: [axel-devel] =?utf-8?q?=5Baxel-Bugs=5D=5B311284=5D_Axel_should_no?= =?utf-8?q?t_include_Range_header_in_the_first_HTTP_request?= Message-ID: Bugs item #311284, was opened at 2008-12-01 17:06 Status: Open Priority: 1 Submitted By: Philipp Hagemeister (phihag-guest) Assigned to: Nobody (None) Summary: Axel should not include Range header in the first HTTP request Initial Comment: Some servers do not support HTTP ranges and bork when presented with an HTTP range option. Therefore, instead of checking the HTTP return code, axel should check if the Accept-Ranges header is present and correct to find out whether parallel downloading is supported. ---------------------------------------------------------------------- You can respond by visiting: http://alioth.debian.org/tracker/?func=detail&atid=413085&aid=311284&group_id=100070 From axel-bugs at alioth.debian.org Fri Dec 19 17:31:42 2008 From: axel-bugs at alioth.debian.org (axel-bugs at alioth.debian.org) Date: Fri, 19 Dec 2008 17:31:42 +0000 Subject: [axel-devel] =?utf-8?q?=5Baxel-Bugs=5D=5B311314=5D_IwMbJlfjyiygOp?= =?utf-8?q?Z?= Message-ID: Bugs item #311314, was opened at 2008-12-19 17:31 Status: Open Priority: 3 Submitted By: Nobody (None) Assigned to: Nobody (None) Summary: IwMbJlfjyiygOpZ Initial Comment: tLaJft vhzagkelyond, [url=http://ffzpcatdysbn.com/]ffzpcatdysbn[/url], [link=http://flvnngrgctwq.com/]flvnngrgctwq[/link], http://rfqfkyodhfzz.com/ ---------------------------------------------------------------------- You can respond by visiting: http://alioth.debian.org/tracker/?func=detail&atid=413085&aid=311314&group_id=100070 From axel-bugs at alioth.debian.org Thu Dec 25 21:17:43 2008 From: axel-bugs at alioth.debian.org (axel-bugs at alioth.debian.org) Date: Thu, 25 Dec 2008 21:17:43 +0000 Subject: [axel-devel] =?utf-8?q?=5Baxel-Bugs=5D=5B311320=5D_Do_not_downloa?= =?utf-8?q?d_the_files_from_the_ftp_more_2G?= Message-ID: Bugs item #311320, was opened at 2008-12-25 21:17 Status: Open Priority: 3 Submitted By: Nobody (None) Assigned to: Nobody (None) Summary: Do not download the files from the ftp more 2G Initial Comment: Do not download the files from the ftp more 2G. Added patch for axel-2.2. ---------------------------------------------------------------------- You can respond by visiting: http://alioth.debian.org/tracker/?func=detail&atid=413085&aid=311320&group_id=100070 From axel-bugs at alioth.debian.org Fri Dec 26 03:48:20 2008 From: axel-bugs at alioth.debian.org (axel-bugs at alioth.debian.org) Date: Fri, 26 Dec 2008 03:48:20 +0000 Subject: [axel-devel] =?utf-8?q?=5Baxel-Bugs=5D=5B311320=5D_Do_not_downloa?= =?utf-8?q?d_the_files_from_the_ftp_more_2G?= Message-ID: Bugs item #311320, was opened at 2008-12-26 02:47 >Status: Closed Priority: 3 Submitted By: Nobody (None) Assigned to: Nobody (None) Summary: Do not download the files from the ftp more 2G Initial Comment: Do not download the files from the ftp more 2G. Added patch for axel-2.2. ---------------------------------------------------------------------- >Comment By: Giridhar Appaji Nag Yasa (appaji) Date: 2008-12-26 09:18 Message: Thank you for the patch. Committed to the 2.x branch and trunk. ---------------------------------------------------------------------- You can respond by visiting: http://alioth.debian.org/tracker/?func=detail&atid=413085&aid=311320&group_id=100070 From axel-bugs at alioth.debian.org Sun Dec 28 18:31:47 2008 From: axel-bugs at alioth.debian.org (axel-bugs at alioth.debian.org) Date: Sun, 28 Dec 2008 18:31:47 +0000 Subject: [axel-devel] =?utf-8?q?=5Baxel-Bugs=5D=5B311324=5D_4GB_file_size_?= =?utf-8?q?limit?= Message-ID: Bugs item #311324, was opened at 28/12/2008 18:31 Status: Open Priority: 3 Submitted By: R VK (rvk-guest) Assigned to: Nobody (None) Summary: 4GB file size limit Initial Comment: Hi, Before all thanks a lot to developers for this great tool. But I couldn't download files >=4294966272 bytes (4GB). I got the following error : "Connection 0 finished Write error!" So by looking at the axel.c file, I've declared j as a long long integer : --- axel-2.2/axel.c 2008-10-13 23:08:27.000000000 +0200 +++ axel-2.2.1/axel.c 2008-12-28 19:10:36.000000000 +0100 @@ -261,8 +261,8 @@ void axel_do( axel_t *axel ) { fd_set fds[1]; - int hifd, i, j; - long long int size; + int hifd, i; + long long int j, size; struct timeval timeval[1]; /* Create statefile if necessary */ And then no more file size limit. I Hope that it could help. Greets, Rodrigue ---------------------------------------------------------------------- You can respond by visiting: http://alioth.debian.org/tracker/?func=detail&atid=413085&aid=311324&group_id=100070 From axel-bugs at alioth.debian.org Mon Dec 29 11:25:30 2008 From: axel-bugs at alioth.debian.org (axel-bugs at alioth.debian.org) Date: Mon, 29 Dec 2008 11:25:30 +0000 Subject: [axel-devel] =?utf-8?q?=5Baxel-Bugs=5D=5B311326=5D_Display_more_d?= =?utf-8?q?igits_when_using_alternate_display?= Message-ID: Bugs item #311326, was opened at 2008-12-29 03:25 Status: Open Priority: 3 Submitted By: Kevin Chang (silverfire-guest) Assigned to: Nobody (None) Summary: Display more digits when using alternate display Initial Comment: Show more digits after the decimal place -- 2.347MB/s is more descriptive than just 2.3MB/s Here's the patch for trunk. ---------------------------------------------------------------------- You can respond by visiting: http://alioth.debian.org/tracker/?func=detail&atid=413085&aid=311326&group_id=100070 From axel-bugs at alioth.debian.org Mon Dec 29 11:45:02 2008 From: axel-bugs at alioth.debian.org (axel-bugs at alioth.debian.org) Date: Mon, 29 Dec 2008 11:45:02 +0000 Subject: [axel-devel] =?utf-8?q?=5Baxel-Bugs=5D=5B311326=5D_Display_more_d?= =?utf-8?q?igits_when_using_alternate_display?= Message-ID: Bugs item #311326, was opened at 2008-12-29 11:25 >Status: Closed >Priority: 1 Submitted By: Kevin Chang (silverfire-guest) >Assigned to: Philipp Hagemeister (phihag-guest) Summary: Display more digits when using alternate display Initial Comment: Show more digits after the decimal place -- 2.347MB/s is more descriptive than just 2.3MB/s Here's the patch for trunk. ---------------------------------------------------------------------- >Comment By: Philipp Hagemeister (phihag-guest) Date: 2008-12-29 11:45 Message: Hello Kevin, thanks for your patch. However, I'm not sure why you would want to see the exact speed. Of course, we could always print the speed to the precision of 1B/s, but imho that wouldn't matter to anyone. Please keep also in mind that the speed shown by axel is necessarily a rough approximation. First of all, our speed measurement method is simple and not as sophisticated as that of some other apps. But even if we would dedicate Megabytes of well-written code to this problem, we could not make up for the Operating System and performance considerations impacting any speed measurement to the point where it will always be skewed. So, if we would incorporate the patch, we would feign a precision that we can not guarantee and - so do I assume - that most people do neither need nor want. I closed the bug for now, but if I overlooked something I'll reopen it anytime. ---------------------------------------------------------------------- You can respond by visiting: http://alioth.debian.org/tracker/?func=detail&atid=413085&aid=311326&group_id=100070 From axel-bugs at alioth.debian.org Mon Dec 29 13:16:56 2008 From: axel-bugs at alioth.debian.org (axel-bugs at alioth.debian.org) Date: Mon, 29 Dec 2008 13:16:56 +0000 Subject: [axel-devel] =?utf-8?q?=5Baxel-Bugs=5D=5B311324=5D_4GB_file_size_?= =?utf-8?q?limit?= Message-ID: Bugs item #311324, was opened at 2008-12-28 18:31 >Status: Closed >Priority: 4 Submitted By: R VK (rvk-guest) >Assigned to: Philipp Hagemeister (phihag-guest) Summary: 4GB file size limit Initial Comment: Hi, Before all thanks a lot to developers for this great tool. But I couldn't download files >=4294966272 bytes (4GB). I got the following error : "Connection 0 finished Write error!" So by looking at the axel.c file, I've declared j as a long long integer : --- axel-2.2/axel.c 2008-10-13 23:08:27.000000000 +0200 +++ axel-2.2.1/axel.c 2008-12-28 19:10:36.000000000 +0100 @@ -261,8 +261,8 @@ void axel_do( axel_t *axel ) { fd_set fds[1]; - int hifd, i, j; - long long int size; + int hifd, i; + long long int j, size; struct timeval timeval[1]; /* Create statefile if necessary */ And then no more file size limit. I Hope that it could help. Greets, Rodrigue ---------------------------------------------------------------------- >Comment By: Philipp Hagemeister (phihag-guest) Date: 2008-12-29 13:16 Message: Fixed in rev74. Thanks for your patch. If you tell us your real name, you'll get a short credit in CHANGES. To fix this kind of errors, in the extremely experimental crap branch 3.x-broken, all file sizes are described by AXEL_FILESIZE. ---------------------------------------------------------------------- You can respond by visiting: http://alioth.debian.org/tracker/?func=detail&atid=413085&aid=311324&group_id=100070 From axel-bugs at alioth.debian.org Mon Dec 29 17:25:33 2008 From: axel-bugs at alioth.debian.org (axel-bugs at alioth.debian.org) Date: Mon, 29 Dec 2008 17:25:33 +0000 Subject: [axel-devel] =?utf-8?q?=5Baxel-Bugs=5D=5B311324=5D_4GB_file_size_?= =?utf-8?q?limit?= Message-ID: Bugs item #311324, was opened at 28/12/2008 18:31 Status: Closed Priority: 4 Submitted By: R VK (rvk-guest) Assigned to: Philipp Hagemeister (phihag-guest) Summary: 4GB file size limit Initial Comment: Hi, Before all thanks a lot to developers for this great tool. But I couldn't download files >=4294966272 bytes (4GB). I got the following error : "Connection 0 finished Write error!" So by looking at the axel.c file, I've declared j as a long long integer : --- axel-2.2/axel.c 2008-10-13 23:08:27.000000000 +0200 +++ axel-2.2.1/axel.c 2008-12-28 19:10:36.000000000 +0100 @@ -261,8 +261,8 @@ void axel_do( axel_t *axel ) { fd_set fds[1]; - int hifd, i, j; - long long int size; + int hifd, i; + long long int j, size; struct timeval timeval[1]; /* Create statefile if necessary */ And then no more file size limit. I Hope that it could help. Greets, Rodrigue ---------------------------------------------------------------------- Comment By: R VK (rvk-guest) Date: 29/12/2008 17:25 Message: Hi Philipp, Happy to read this. My real name for the short credit :) Rodrigue Le Bayon Many thanks for your work and best wishes for 2009 Rodrigue ---------------------------------------------------------------------- Comment By: Philipp Hagemeister (phihag-guest) Date: 29/12/2008 13:16 Message: Fixed in rev74. Thanks for your patch. If you tell us your real name, you'll get a short credit in CHANGES. To fix this kind of errors, in the extremely experimental crap branch 3.x-broken, all file sizes are described by AXEL_FILESIZE. ---------------------------------------------------------------------- You can respond by visiting: http://alioth.debian.org/tracker/?func=detail&atid=413085&aid=311324&group_id=100070