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

2008-07-13* Fixed link error in BLIPClient target. 1.0
Jens Alfke <jens@mooseyard.com> [Sun, 13 Jul 2008 10:52:48 -0700] rev 20
* Fixed link error in BLIPClient target.
* Fixed *Ph*n* #ifdef issue (thanks, Jimmy)

2008-06-23Implemented BLIP 1.1 (explicit 'bye' message)
Jens Alfke <jens@mooseyard.com> [Mon, 23 Jun 2008 14:02:31 -0700] rev 19
Implemented BLIP 1.1 (explicit 'bye' message)

2008-06-19Implemented new close protocol with 'bye' meta-message.
Jens Alfke <jens@mooseyard.com> [Thu, 19 Jun 2008 16:22:05 -0700] rev 18
Implemented new close protocol with 'bye' meta-message.

2008-06-19Work around crash-on-close by temporarily retaining the connection object.
Jens Alfke <jens@mooseyard.com> [Thu, 19 Jun 2008 10:22:19 -0700] rev 17
Work around crash-on-close by temporarily retaining the connection object.

2008-06-11* Added a timeout property to TCPConnection. Set it before calling -open, if you want a shorter timeout than the default.
Jens Alfke <jens@mooseyard.com> [Wed, 11 Jun 2008 14:58:38 -0700] rev 16
* Added a timeout property to TCPConnection. Set it before calling -open, if you want a shorter timeout than the default.
* Made the utility function BLIPMakeError public.