log libpurple/dnsquery.c @ 30863:351d07aefb09

age author description
Sun, 01 Nov 2009 00:12:38 +0000 Paul Aurich dns: I don't think this worked correctly before.
Sat, 31 Oct 2009 22:25:22 +0000 Paul Aurich dns: Avoid two warnings when building with --disable-idn.
Mon, 28 Sep 2009 06:44:46 +0000 Mark Doliner merge of 'ad95721f47b1dcb2d2e5c50c91701526fc4fd67f'
Mon, 28 Sep 2009 02:30:09 +0000 Paul Aurich Fix a string now that we're not in string freeze. Thanks, QuLogic!
Mon, 28 Sep 2009 01:54:43 +0000 Elliott Sales de Andrade Minor leak fixes. Probably not too important since they're in DNS resolver
Fri, 25 Sep 2009 03:39:35 +0000 brian lu More tightly scope a variable and avoid trying to free an unset variable.
Mon, 20 Jul 2009 18:28:16 +0000 Paul Aurich Build fix on Windows. Thanks to SuperMMX.
Sun, 19 Jul 2009 23:45:13 +0000 Paul Aurich Move the IDN support into the DNS routines.
Sat, 11 Jul 2009 21:53:52 +0000 aman Don't assume a resolver generated the response.
Sat, 11 Jul 2009 21:44:14 +0000 aman Don't fork a resolver process for IPs.
Sat, 11 Jul 2009 21:28:58 +0000 aman Fix a leak of the queued_requests from purple_dnsquery_a.
Thu, 02 Jul 2009 04:26:00 +0000 mauro brasil Increase the logging level of some debugging messages that seemed to be a
Fri, 22 May 2009 04:44:07 +0000 Paul Aurich Call res_init() when DNS queries fail in case the failure indicates a timeout
Wed, 20 May 2009 17:24:52 +0000 Mark Doliner Don't do IPv6 AAAA lookups if there is no IPv6 address configured on
Sat, 16 May 2009 19:58:40 +0000 Richard Laager A patch from Scott Wolchok to replace snprintf() with g_snprintf() and