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 behin

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

2015-04-16 Thread Aníbal Limón
Hi, On 15/04/15 18:38, Ángel González wrote: On 14/04/15 23:44, Aníbal Limón wrote: 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

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 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_pro

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

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

2015-04-16 Thread Giuseppe Scrivano
Hi Aníbal, Aníbal Limón 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 will be resolv > the h

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

2015-04-15 Thread Ángel González
On 14/04/15 23:44, Aníbal Limón wrote: 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 will be resolv the host to

[Bug-wget] no_proxy env ip address range support

2015-04-14 Thread Aníbal Limón
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 will be resolv the host to IP if the no_proxy variable contains an