2009-04-26* Fixed path type of MYUtilities folder ref; this fixes issue #2.
Jens Alfke <jens@mooseyard.com> [Sun, 26 Apr 2009 18:12:44 -0700] rev 30
* Fixed path type of MYUtilities folder ref; this fixes issue #2.
* Added MYDNSService.h/m to iPhone project.
* Changed base SDK of iPhone project to 2.2.1 (from 2.0)

2009-04-28Fixed two CF memory leaks. (Fixes issue #5)
Jens Alfke <jens@mooseyard.com> [Tue, 28 Apr 2009 10:36:28 -0700] rev 29
Fixed two CF memory leaks. (Fixes issue #5)

2009-04-27Rewrote the Bonjour classes, using the low-level <dns_sd.h> API. They're now subclasses of MYDNSService.
Jens Alfke <jens@mooseyard.com> [Mon, 27 Apr 2009 09:03:56 -0700] rev 28
Rewrote the Bonjour classes, using the low-level <dns_sd.h> API. They're now subclasses of MYDNSService.

2009-04-24* Refactored MYPortMapper to use a new abstract base class MYDNSService; that way I can re-use it later for implementing Bonjour.
Jens Alfke <jens@mooseyard.com> [Fri, 24 Apr 2009 10:10:32 -0700] rev 27
* Refactored MYPortMapper to use a new abstract base class MYDNSService; that way I can re-use it later for implementing Bonjour.
* Fixed issue #1: a memory leak in BLIPProperties, reported by codechemist.

2009-04-22* Added MYBonjourBrowser and MYBonjourService.
Jens Alfke <jens@mooseyard.com> [Wed, 22 Apr 2009 16:45:39 -0700] rev 26
* Added MYBonjourBrowser and MYBonjourService.
* Added MYPortMapper.
* Added -[TCPEndpoint setPeerToPeerIdentity:].
* Created a static-library target.

2008-12-02Added iPhone demo project
snej@snej.local [Tue, 02 Dec 2008 22:42:56 -0800] rev 25
Added iPhone demo project

2008-07-15Fixed a memory leak by adding a -dealloc method to HostAddress. (Thanks to Mark Onyschuk)
Jens Alfke <jens@mooseyard.com> [Tue, 15 Jul 2008 09:37:15 -0700] rev 24
Fixed a memory leak by adding a -dealloc method to HostAddress. (Thanks to Mark Onyschuk)

2008-07-13Merged 1.0 final into 1.1 branch.
Jens Alfke <jens@mooseyard.com> [Sun, 13 Jul 2008 10:59:06 -0700] rev 23
Merged 1.0 final into 1.1 branch.

2008-07-13* Fixed: Responses still pending when a connection closed were not calling their onComplete targets.
Jens Alfke <jens@mooseyard.com> [Sun, 13 Jul 2008 10:42:50 -0700] rev 22
* Fixed: Responses still pending when a connection closed were not calling their onComplete targets.
* Fixed: BLIPTestClient target failed to build because it didn't link against zlib.
* If TCPListener.bonjourServiceName is changed while the listener is open, it now re-publishes the service with the new name.
* Added a TCPListener.bonjourService property.
* Added a BLIPMessage.representedObject property.
* Fixed a memory leak.

2008-07-13Added tag 1.0 for changeset 02224e981209
Jens Alfke <jens@mooseyard.com> [Sun, 13 Jul 2008 10:53:46 -0700] rev 21
Added tag 1.0 for changeset 02224e981209