Plugins/Bonjour/libezv/Private%20Classes/AWEzvContactManagerRendezvous.m
2009-10-31 If Bonjour disconnects but the user opens a contact window in the moment before the contact disappears from the list, it wass possible to attempt to open with a nil avInstanceName. Furthermore, if Bonjour disconnects, attempting to send a message to a still-open Bonjour chat could try to reference avInstanceName which would previously be nil after disconnect.
2009-05-05 I see no reason to not use #import for everything. Apple's compiler supports it fine in .c files, and it doesn't seem to have any downsides vs #include unless you're playing silly multiple inclusion tricks
2009-02-03 Clean up/propertyize some bonjour stuff
2009-01-17 Some debug logging in this broken code
2008-11-20 Fix type to match new header, maybe fixing bugs in the process. Done with the bonjour warnings, hooray :)
2008-11-20 Switch from our own copy of sha1 to using libcrypto. warnings--
2008-11-20 More warnings fixes
2008-11-20 warnings-- and maybe fix a bug
2008-11-20 I think this is my fault from way back in the day, but I do not really remember... bonjour was building with all warnings suppressed. This turns them back on, and fixes many of them. More remain.
2008-10-18 Fix leaks
2008-08-06 svn 1.5 merge tracking is terrible. This is a manual merge of the Sparkle 1.5 branch into trunk