log libpurple/dnsquery.c @ 32827:4a34689eeb33 default tip

age author description
Fri, 02 Sep 2011 01:57:25 +0000 Elliott Sales de Andrade Replace purple_dnsquery_a_account with purple_dnsquery_a.
Wed, 24 Aug 2011 17:54:39 +0000 Mark Doliner In our forked DNS resolver processes, don't bail out if we get a retryable
Sun, 17 Jul 2011 20:38:09 +0000 Paul Aurich dnsquery: Behold, automagic conversion of a string IP address into a sockaddr struct, IPv#-independent.
Tue, 03 May 2011 05:19:14 +0000 Paul Aurich purple: Fix some compiler warnings related to new API and missing prototypes.
Tue, 19 Apr 2011 04:58:17 +0000 Daniel Atallah Add new DNS-related API to perform lookups in the context of an account.
Tue, 19 Apr 2011 00:20:26 +0000 Daniel Atallah Further consolidation of dnsquery code.
Sat, 16 Apr 2011 03:08:03 +0000 Daniel Atallah Consolidate duplicated implementations of purple_dnsquery_a
Mon, 02 Nov 2009 03:18:15 +0000 John Bailey propagate from branch 'im.pidgin.pidgin' (head 53ad409302bf312b4f1e4153f893f1350638c8c9)
Sat, 03 Oct 2009 16:29:05 +0000 John Bailey propagate from branch 'im.pidgin.pidgin' (head d88831199cb010e3856ff07fccd05fc6be6b1e72)
Sun, 27 Sep 2009 22:22:36 +0000 John Bailey propagate from branch 'im.pidgin.pidgin' (head bd59b6d44034a232a0414586f78d8f559d9705f8)
Fri, 04 Sep 2009 02:49:15 +0000 Daniel Atallah dns_str_is_ascii() is only used if USE_IDN is defined
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
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
Tue, 16 Sep 2008 23:30:47 +0000 Mark Doliner Change a string to be more user friendly (people shouldn't have any idea
Tue, 16 Sep 2008 23:29:22 +0000 Mark Doliner Improve a few comments
Tue, 16 Sep 2008 17:56:01 +0000 Mark Doliner Revert my revision 849d4f7265598a9f0340411c4c0c0401d488ec3b, which
Wed, 10 Sep 2008 21:59:09 +0000 Mark Doliner Fix this g_return_val_if_fail. It should have been returning TRUE or
Wed, 10 Sep 2008 21:48:33 +0000 Mark Doliner In our child DNS lookup processes, don't bother to use select to watch
Wed, 10 Sep 2008 21:32:50 +0000 Mark Doliner Currently when a child dns resolver process reads a domain name from
Tue, 27 May 2008 01:11:46 +0000 Peter O'Gorman A patch from Peter O'Gorman at The Written Word, Inc. to fix various
Sun, 16 Mar 2008 20:36:52 +0000 Mark Doliner Fix a bunch of compiler warnings caused by my addition of G_GNUC_PRINTF()
Mon, 14 Jan 2008 07:13:49 +0000 Mark Doliner More compiler warning fixes from o_sukhodolsky (with additions by me).
Sat, 05 Jan 2008 18:01:12 +0000 Richard Laager Squash some compiler warnings, some from my -Wstrict-prototypes fixing.
Thu, 03 Jan 2008 04:57:40 +0000 Richard Laager Probe for -Wstrict-prototypes to get some more warnings. I then cleaned up
Tue, 18 Dec 2007 08:42:41 +0000 Mark Doliner Create a purple_gai_strerror() function similar to g_str_error() which
Sat, 03 Nov 2007 17:52:28 +0000 Nathan Walp replace most calls to strerror with calls to g_strerror. strerror will return
Fri, 19 Oct 2007 17:42:21 +0000 Luke Schierer applied changes from 77376fe079e753b612b3b8c901060e689f3dee11
Sun, 16 Sep 2007 01:05:22 +0000 Sean Egan remove gpl boilerplate from doxygen docs
Sat, 08 Sep 2007 03:09:35 +0000 John Bailey The FSF changed its address a while ago; our files were out of date.
Sun, 29 Apr 2007 05:25:49 +0000 Mark Doliner Mark two functions as "noreturn"
Mon, 19 Mar 2007 13:31:34 +0000 Daniel Atallah merge of '921657d3f21f5190639852247331d608f5946095'
Mon, 19 Mar 2007 07:01:17 +0000 Sean Egan sed -ie 's/gaim/purple/g'
Sat, 17 Mar 2007 17:47:40 +0000 Daniel Atallah Minor cleanup.
Sun, 25 Feb 2007 23:02:25 +0000 Evan Schoenberg No changes; fixed a bunch of whitespace problems made by a text editor with 'use tabs' disabled. Sorry for the noise.
Sun, 25 Feb 2007 21:41:59 +0000 Evan Schoenberg Remove a g_return_val_if_fail() which isn't needed, made gaim_dnsquery_get_port() return an unsigned short and return 0 if query_data is NULL, and fixed a whitespace mistake
Sun, 25 Feb 2007 19:18:12 +0000 Evan Schoenberg Return -1 as 'invalid port' if passed NULL in gaim_dnsquery_get_port()
Sun, 25 Feb 2007 18:43:25 +0000 Evan Schoenberg The UI can now use the GaimDnsQueryUiOps to handle DNS resolving itself; if this is done, the platform-specific DNS query code won't be used. This will be used in Adium to use an efficient threads-based DNS resolve (since Adium is already multithreaded, this is significantly cheaper than fork()).
Sun, 18 Feb 2007 18:16:57 +0000 Evan Schoenberg Restore default signal handlers in fork()'d children. This adds a gaim_restore_default_signal_handlers() utility function since children are made in multiple places.
Sat, 20 Jan 2007 02:32:10 +0000 Sean Egan Rename gtk/ and libgaim/ to pidgin/ and libpurple/