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!