BLIP/BLIPTest.m
2009-07-24 * The BLIPConnection receivedRequest: delegate method now returns BOOL. If the method returns NO (or if the method isn't implemented in the delegate), that means it didn't handle the message at all; an error will be returned to the sender.
2009-05-05 Fixed the leak of SecIdentityRef objects in a while loop.
2009-05-04 Cleaned up a few leaks found by clang checker.
2009-04-28 Fixed two CF memory leaks. (Fixes issue #5)
2009-04-22 * Added MYBonjourBrowser and MYBonjourService.
2008-07-13 * Fixed: Responses still pending when a connection closed were not calling their onComplete targets.
2008-06-23 Implemented BLIP 1.1 (explicit 'bye' message)
2008-06-19 Implemented new close protocol with 'bye' meta-message.
2008-06-04 Python implementation much improved. Can send requests now. Fully interoperable with Obj-C implementation's test cases.
2008-06-03 * Initial checkin of BLIP.py. (Receiving seems to work.)
2008-05-29 Got it to build on iPhone. (Haven't tried running it yet.)
2008-05-24 * Added more documentation.
2008-05-24 Added #imports of utility headers, so source files will compile without requiring a custom prefix (MYUtilities.pch.)
2008-05-23 First checkin after breaking out of Cloudy