morrowa [Fri, 03 Jul 2009 17:50:28 -0700] rev 58
Fixed bug which caused PyBLIP to stop sending responses while the connection was closing.
morrowa [Thu, 02 Jul 2009 20:45:11 -0700] rev 57
Merged Jens' latest changes.
morrowa [Thu, 02 Jul 2009 19:58:11 -0700] rev 56
Removed unnecessary files. Toned down logging. Added null logging handler to BLIP so client code doesn't have to use logging. Modified test drivers to work against Cocoa versions.
morrowa [Thu, 02 Jul 2009 17:51:35 -0700] rev 55
Made C99 project default.
morrowa [Tue, 23 Jun 2009 13:52:28 -0700] rev 54
Moved _handleCloseRequest to a new method. Added warning messages.
morrowa [Tue, 23 Jun 2009 12:46:40 -0700] rev 53
Connections opened by listeners now close correctly.
morrowa [Tue, 23 Jun 2009 11:55:50 -0700] rev 52
Updating ignore patterns.
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.
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.
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.
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.
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.
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.