Re: [Bug-wget] no_proxy env ip address range support

2015-04-16 Thread Giuseppe Scrivano
Hi Aníbal, Aníbal Limón anibal.li...@linux.intel.com writes: Hi guys, I noticed that wget only support domain names entries into no_proxy env-var, i think will be good to add support for IPs and IP ranges. I reviewed the code and i think can be added to src/retr.c:no_proxy_match , that

Re: [Bug-wget] [PATCH] Please review

2015-04-16 Thread Giuseppe Scrivano
Tim Ruehsen tim.rueh...@gmx.de writes: Hi, Two patches to WARC code and one for the Perl test suite for reviewing. BTW, we have no tests for the WARC code, do we ? Any ideas for an implementation ? ACK to the patches. Unfortunately we have no tests for WARC, and I think we also need a bit

Re: [Bug-wget] no_proxy env ip address range support

2015-04-16 Thread Daniel Stenberg
On Tue, 14 Apr 2015, Aníbal Limón wrote: I noticed that wget only support domain names entries into no_proxy env-var, i think will be good to add support for IPs and IP ranges. Let me just remind everyone that a very common setup for people behind proxies like in large companies, is to not

Re: [Bug-wget] no_proxy env ip address range support

2015-04-16 Thread Aníbal Limón
Hi, On 16/04/15 03:45, Daniel Stenberg wrote: On Tue, 14 Apr 2015, Aníbal Limón wrote: I noticed that wget only support domain names entries into no_proxy env-var, i think will be good to add support for IPs and IP ranges. Let me just remind everyone that a very common setup for people

Re: [Bug-wget] no_proxy env ip address range support

2015-04-16 Thread Aníbal Limón
Hi, On 16/04/15 02:18, Giuseppe Scrivano wrote: Hi Aníbal, Aníbal Limón anibal.li...@linux.intel.com writes: Hi guys, I noticed that wget only support domain names entries into no_proxy env-var, i think will be good to add support for IPs and IP ranges. I reviewed the code and i think can