Re: [Bug-wget] libpsl discussion

2014-03-22 Thread Tim Rühsen
I created a google group mailing list for further libpsl discussion. (hope is works) https://groups.google.com/forum/#!forum/libpsl-bugs/join Tim signature.asc Description: This is a digitally signed message part.

Re: [Bug-wget] Fwd: [GSoC] Extend concurrency support in Wget

2014-03-22 Thread Jure Grabnar
Hi, thank you for your feedback, Darshit, Yousong! I reverted magic number back to its original state ('tmp2'), because it should be there (I overlooked that 'tmp' variable is changed in the very next statement). Duplicated line is removed. I also changed resource-type to point at dynamic

Re: [Bug-wget] Fwd: [GSoC] Extend concurrency support in Wget

2014-03-22 Thread Yousong Zhou
Hi, Jure. On 22 March 2014 18:02, Jure Grabnar grabna...@gmail.com wrote: Hi, thank you for your feedback, Darshit, Yousong! I reverted magic number back to its original state ('tmp2'), because it should be there (I overlooked that 'tmp' variable is changed in the very next statement).

[Bug-wget] [Bug-Wget] Issue in recursive retrievals

2014-03-22 Thread Darshit Shah
There was a case ealier today on the IRC channel that I'd like to bring out here. The user in question was attempting to continue a recursive retrieval. The files being dowloaded were large binaries. However, Wget still happens to load files that have already been downloaded in an attempt to find

Re: [Bug-wget] [Bug-Wget] Issue in recursive retrievals

2014-03-22 Thread Darshit Shah
On Sat, Mar 22, 2014 at 10:21 PM, Ángel González keis...@gmail.com wrote: On 22/03/14 18:10, Darshit Shah wrote: There was a case ealier today on the IRC channel that I'd like to bring out here. The user in question was attempting to continue a recursive retrieval. The files being dowloaded

Re: [Bug-wget] [Bug-Wget] Issue in recursive retrievals

2014-03-22 Thread Ángel González
On 22/03/14 22:32, Darshit Shah wrote: On Sat, Mar 22, 2014 at 10:21 PM, Ángel Gonzálezkeis...@gmail.com wrote: Well, the text/html content-type in the reply seems to indicate that the file *is* html, so it makes sense that it scans for links (although I suspect that the server is wrong and

Re: [Bug-wget] libpsl design

2014-03-22 Thread Daniel Kahn Gillmor
On 03/22/2014 04:00 PM, Tim Rühsen wrote: I just added the creation of a second library (libpsl-inline) with a slightly different approach. A tool (psl2c) genrates C data structures from the PSL ASCII file. This file will be included by psl-inline.c to build libpsl- inline.so. This sounds