log libpurple/dnsquery.c @ 27858:6f27b4d8c1c3

age author description
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
Tue, 06 Jan 2009 04:11:09 +0000 Daniel Atallah Ludovico Cavedon noticed that on 64-bit platforms, when HAVE_GETADDRINFO isn't
Mon, 17 Nov 2008 19:30:27 +0000 Richard Laager Fix a crash Jacky Lam noted on devel@pidgin.im:
Wed, 24 Sep 2008 17:01:32 +0000 Mark Doliner Fix this debug message. Thanks to fledermaus who pointed it out.
Tue, 16 Sep 2008 23:37:36 +0000 Mark Doliner Fix DNS resolution. I think I broke this this morning in my revision
Tue, 16 Sep 2008 23:35:45 +0000 Mark Doliner There was a little weirdness with the code that called the UI function
Tue, 16 Sep 2008 23:32:15 +0000 Mark Doliner Simplify two bits of code a little