log libpurple/protocols/bonjour/mdns_win32.c @ 32672:3828a61c44da

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.
Wed, 03 Oct 2007 18:45:31 +0000 Daniel Atallah rlaager noticed that these comments shouldn't be processed by doxygen.
Fri, 19 Oct 2007 17:10:04 +0000 Luke Schierer applied changes from fbb7ffaf4075cf690cc3ff9d171e56320e9af8da
Sat, 08 Sep 2007 03:09:35 +0000 John Bailey The FSF changed its address a while ago; our files were out of date.
Wed, 05 Sep 2007 22:33:22 +0000 Sadrul Habib Chowdhury Patch from QuLogic. Fixes #2903 ('Missing newlines in debug messages.')
Sun, 02 Sep 2007 17:54:44 +0000 Daniel Atallah Fix a couple potential leaks and prevent the avahi record resolver from being freed multiple times.
Fri, 24 Aug 2007 03:08:54 +0000 Sadrul Habib Chowdhury Reset unsigned int input handlers to 0 instead of -1.
Fri, 10 Aug 2007 01:29:48 +0000 Daniel Atallah Yay for code reuse.
Thu, 09 Aug 2007 22:49:53 +0000 Daniel Atallah Clear bonjour buddy values before resetting them so that we notice value removals.
Thu, 09 Aug 2007 22:10:44 +0000 Daniel Atallah Show bonjour status messages in the buddy list.
Thu, 09 Aug 2007 02:33:17 +0000 Daniel Atallah _mdns_retrieve_retrieve_buddy_icon() - what kind of crack am I on anyway?
Thu, 09 Aug 2007 02:17:18 +0000 Daniel Atallah Calculate the icon hash instead of using the current phsh value - iChat seems to update the TXT record before updating the NULL record containing image data, this causes the old image to be retrieved - perhaps we should re-fetch when this happens?
Wed, 08 Aug 2007 22:47:38 +0000 Daniel Atallah Fix recieving status updates for bonjour (win32 implementation).
Wed, 08 Aug 2007 18:14:46 +0000 Daniel Atallah Fix bonjour buddy icons to work with iChat.
Wed, 08 Aug 2007 01:50:01 +0000 Daniel Atallah Some more minor mdns implementation abstraction tweaks and implementation of setting buddy icons for the win32 bonjour implementation.
Mon, 06 Aug 2007 00:12:52 +0000 Daniel Atallah More minor leak fixes and cleanup to bonjour.
Sun, 05 Aug 2007 02:50:48 +0000 Daniel Atallah Implement bonjour buddy icons in the win32 implementation. Avahi's howl wrapper doesn't implement sw_discovery_query_record(), so we can't do it elsewhere yet.
Sun, 05 Aug 2007 02:44:53 +0000 Daniel Atallah Refactor the bonjour mdns implementation abstraction in preparation for the avahi implementation. Also fix alias assignment from the server to populate the server alias instead of the local alias.
Tue, 31 Jul 2007 23:23:25 +0000 Daniel Atallah Update the Bonjour prpl to use libxml explicitly instead of the xml_node stuff. This allows us to deal with partial reads. I also fixed issues related to starting conversations with iChat and a couple other things. Fixes #2022,#1652
Mon, 25 Jun 2007 02:16:58 +0000 Stu Tomlinson More compile fixes from rekkanoryo for G_GNUC_NULL_TERMINATED issues
Fri, 08 Jun 2007 05:06:47 +0000 Daniel Atallah advertisment_fd is an input handler, not a fd; name it accurately to avoid confusion.
Tue, 05 Jun 2007 22:30:06 +0000 Daniel Atallah Fix network byte order issues with win32 bonjour stuff. Also copy the buddy's ip address so that subsequent calls don't overwrite it (it already is being copied and freed because of the howl implementation).
Tue, 05 Jun 2007 22:27:07 +0000 Daniel Atallah Cleanup win32 of bonjour stuff - fix to only use glib to allocate and free memory to avoid confusion later.
Tue, 05 Jun 2007 22:23:10 +0000 Daniel Atallah Improve bonjour buddy TXT record parsing.
Tue, 05 Jun 2007 22:13:10 +0000 Daniel Atallah Clean up Bonjour service publishing and improve XEP-0174 compliance.
Tue, 05 Jun 2007 03:38:22 +0000 Daniel Atallah This is a patch from Chris Davies to make Bonjour work on Windows using the Apple Bonjour framework. It turns out that the actual DNS-SD library is (3 clause) BSD licensed, so we can use it.