Re: [PATCH 0/2] gweb/gresolv consistency against address family restiction.

2011-07-06 Thread Samuel Ortiz
Hi Tomasz, On Mon, Jul 04, 2011 at 02:34:55PM +0300, Tomasz Bursztyka wrote: > Hi, > > Rewritten the first patch so it restricts the queries to a specific address > family instead of filtering the result. > Both patches applied, thanks. Cheers, Samuel. -- Intel Open Source Technology Centre

[PATCH 0/2] gweb/gresolv consistency against address family restiction.

2011-07-04 Thread Tomasz Bursztyka
Hi, Rewritten the first patch so it restricts the queries to a specific address family instead of filtering the result. Tomasz Bursztyka (2): gresolv: queries address family scope restriction. gweb: applying address family restiction to resolver. gweb/gresolv.c | 41 +

[PATCH 0/2] gweb/gresolv consistency against address family restiction.

2011-07-01 Thread Tomasz Bursztyka
Hi, Here is two patches to make address family restriction consistent in both gweb and gresolv. First patch adds g_resolv_set_address_family() and second one add its usage inside g_web_set_address_family() so the resolver in gweb gets the restriction applied too. Please review, Tomasz Burszt