- Misc. tweaks made while porting Chatty to use MYNetwork. 2009-05-24, by Jens Alfke
- Yuck -- [TCPConnection initToBonjourService:] was releasing the wrong object, the BonjourService, causing it to dealloc and eventually crash. Fixes #10. 2009-05-16, by Jens Alfke
- * Fixed #9: compilation error with iPhone 3.0 SDK. 2009-05-16, by Jens Alfke
- Unnecessary self-merge (I'm just being confused with hg. Sorry.) 2009-05-10, by Jens Alfke
- Fixed MYAddressLookup to allocate an NSSet, and to send correct KV notifications. (Based on Jim Roepke's patch, but outsourcing the KV grunge to CollectionUtils.) 2009-05-10, by Jens Alfke
- * Merged part of Jim Roepke's changes -- the MYAddressLookup fixes and updated iPhone project. 2009-05-06, by Jens Alfke
- bug fixes and improvements to new bonjour classes and tcplistener, also added a static library target 2009-05-05, by jim
- Updated BLIPEchoClient to latest Bonjour API, fixing a compile error. (Fixes #7.) 2009-05-05, by Jens Alfke
- Fixed a small leak of an NSString object. 2009-05-05, by Dan Preston
- Tweaked release to be immediate instead of on autorelease pool. 2009-05-05, by Dan Preston
- Enabled garbage collection as being supported in the library target. 2009-05-05, by Dan Preston
- Fixed the release of an CFDataRef object under garbage collection. 2009-05-05, by Dan Preston
- Fixed the leak of SecIdentityRef objects in a while loop. 2009-05-05, by Dan Preston
- Fixed a double release in a garbage collected environment. 2009-05-05, by Dan Preston
- Cleaned up a few leaks found by clang checker. 2009-05-04, by Dan Preston