log libpurple/protocols/bonjour/mdns_win32.c @ 32819:2c6510167895 default tip

age author description
Wed, 31 Aug 2011 21:26:02 +0000 andrew victor Replace the last raw references to "->proto_data".
Sun, 21 Aug 2011 08:00:53 +0000 Mark Doliner Rename purple_connection_error_reason to purple_connection_error
Mon, 04 Oct 2010 00:48:25 +0000 Daniel Atallah The hostname used for a bonjour account should always be the current machine
Mon, 04 Oct 2010 00:35:26 +0000 Daniel Atallah Use DNSServiceGetAddrInfo() from dns_sd.h to resolve the IP for remote bonjour
Mon, 01 Mar 2010 03:52:01 +0000 Daniel Atallah Warning fix for latest Bonjour SDK
Thu, 30 Apr 2009 05:16:29 +0000 Daniel Atallah Backport ab47b66449b213d6fbfc728cc1e8c161bed87755 (#8782 - Fix persistent Bonjour buddies.)
Thu, 01 Jan 2009 22:43:01 +0000 Daniel Atallah Fix a race condition that can result in a NULL ptr deref. Fixes #7920.
Fri, 16 May 2008 18:21:09 +0000 Daniel Atallah Bonjour buddies will be saved persistently if they're moved out of the
Wed, 09 Jan 2008 19:07:16 +0000 Daniel Atallah Fix the _presence._tcp. record not to be referred to as the ICHAT_PRESENCE, that has been bothering me for a while.
Fri, 04 Jan 2008 20:41:08 +0000 Daniel Atallah Detect the mdnsresponder crashing in the DnsSD implementation and disconnect the account instead of pegging the CPU.
Fri, 04 Jan 2008 01:09:13 +0000 Daniel Atallah Improve error handling, particularly the debug output. I was hoping that this would provide some debug output that could be used to figure out how to detect and disconnect when the mdnsResponder crashes, but that doesn't appear to be the case.
Mon, 10 Dec 2007 03:50:58 +0000 Daniel Atallah Update Bonjour prpl to support multiple presence records for the same buddy. Eliminate the Howl backend to avoid having to maintain yet another set of code. References #4187 (more to come to fix the rest of the ticket).
Thu, 15 Nov 2007 17:27:16 +0000 Daniel Atallah Various bugfixes including using purple_account_remove_buddy() in addition to purple_blist_remove_buddy() to make sure that the buddy gets cleaned up fully when logging out or we go offline.
Fri, 26 Oct 2007 05:10:16 +0000 Daniel Atallah Fix a leak of the dns query results.
Fri, 26 Oct 2007 04:52:56 +0000 Daniel Atallah Fix a double-free that was not fun to track down. Fixes #3688.