log libpurple/protocols/bonjour/mdns_win32.c @ 17506:bbe9248337ea

age author description
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.