Jens Alfke <jens@mooseyard.com> [Sun, 10 May 2009 19:05:52 -0700] rev 46
Unnecessary self-merge (I'm just being confused with hg. Sorry.)
Jens Alfke <jens@mooseyard.com> [Sun, 10 May 2009 19:00:50 -0700] rev 45
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.)
Jens Alfke <jens@mooseyard.com> [Wed, 06 May 2009 09:21:57 -0700] rev 44
* Merged part of Jim Roepke's changes -- the MYAddressLookup fixes and updated iPhone project.
* Changed API of Jim Roepke's TCPListener improvement (made it a settable property, not a method to override.)
* Added more types to .hgignore.
jim@Baldrick.local [Tue, 05 May 2009 23:24:50 -0700] rev 43
bug fixes and improvements to new bonjour classes and tcplistener, also added a static library target
Jens Alfke <jens@mooseyard.com> [Tue, 05 May 2009 22:19:33 -0700] rev 42
Updated BLIPEchoClient to latest Bonjour API, fixing a compile error. (Fixes #7.)
Dan Preston <danpreston@codechemistry.com> [Tue, 05 May 2009 15:40:36 -0700] rev 41
Fixed a small leak of an NSString object.
Dan Preston <danpreston@codechemistry.com> [Tue, 05 May 2009 15:27:20 -0700] rev 40
Tweaked release to be immediate instead of on autorelease pool.
Dan Preston <danpreston@codechemistry.com> [Tue, 05 May 2009 15:12:18 -0700] rev 39
Enabled garbage collection as being supported in the library target.
Dan Preston <danpreston@codechemistry.com> [Tue, 05 May 2009 15:11:02 -0700] rev 38
Fixed the release of an CFDataRef object under garbage collection.
Dan Preston <danpreston@codechemistry.com> [Tue, 05 May 2009 15:10:15 -0700] rev 37
Fixed the leak of SecIdentityRef objects in a while loop.