2009-06-23Moved _handleCloseRequest to a new method. Added warning messages.
morrowa [Tue, 23 Jun 2009 13:52:28 -0700] rev 54
Moved _handleCloseRequest to a new method. Added warning messages.

2009-06-23Connections opened by listeners now close correctly.
morrowa [Tue, 23 Jun 2009 12:46:40 -0700] rev 53
Connections opened by listeners now close correctly.

2009-06-23Updating ignore patterns.
morrowa [Tue, 23 Jun 2009 11:55:50 -0700] rev 52
Updating ignore patterns.

2009-06-23BROKEN COMMIT. Majority of code to handle closing has been added. Listeners do not close correctly.
morrowa@betelgeuse.local [Tue, 23 Jun 2009 11:44:30 -0700] rev 51
BROKEN COMMIT. Majority of code to handle closing has been added. Listeners do not close correctly.

2009-07-01Fix to BLIPMessage for Chatty (mark new outgoing BLIPMessages as "complete".)
Jens Alfke <jens@mooseyard.com> [Wed, 01 Jul 2009 14:14:32 -0700] rev 50
Fix to BLIPMessage for Chatty (mark new outgoing BLIPMessages as "complete".)
Lots of fixes for Bonjour stuff, including making the hostname lookup asynchronous in BonjourService.

2009-05-24Misc. tweaks made while porting Chatty to use MYNetwork.
Jens Alfke <jens@mooseyard.com> [Sun, 24 May 2009 15:03:39 -0700] rev 49
Misc. tweaks made while porting Chatty to use MYNetwork.
* Allow -[BLIPConnection sendRequest:] to re-send an already-sent or received request.
* Allow use of the basic -init method for BLIPConnection.
* Some new convenience factory methods.
* Broke dependencies on Security.framework out into new TCPEndpoint+Certs.m source file, so client apps aren't forced to link against Security.

2009-05-16Yuck -- [TCPConnection initToBonjourService:] was releasing the wrong object, the BonjourService, causing it to dealloc and eventually crash. Fixes #10.
Jens Alfke <jens@mooseyard.com> [Sat, 16 May 2009 14:24:06 -0700] rev 48
Yuck -- [TCPConnection initToBonjourService:] was releasing the wrong object, the BonjourService, causing it to dealloc and eventually crash. Fixes #10.

2009-05-16* Fixed #9: compilation error with iPhone 3.0 SDK.
Jens Alfke <jens@mooseyard.com> [Sat, 16 May 2009 14:10:15 -0700] rev 47
* Fixed #9: compilation error with iPhone 3.0 SDK.
* MYBonjourRegistration now allows you to set a TXT dictionary with non-NSData key values; they'll be translated to UTF-8 object descriptions. Useful for NSStrings and NSNumbers.

2009-05-10Unnecessary self-merge (I'm just being confused with hg. Sorry.)
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.)

2009-05-10Fixed 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> [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.)