- Implemented new close protocol with 'bye' meta-message. 2008-06-19, by Jens Alfke
- Work around crash-on-close by temporarily retaining the connection object. 2008-06-19, by Jens Alfke
- * Added a timeout property to TCPConnection. Set it before calling -open, if you want a shorter timeout than the default. 2008-06-11, by Jens Alfke
- Fixed: The -connection:failedToOpen: delegate method wasn't being called. 2008-06-10, by Jens Alfke
- Python: Optimized frame sending somewhat (frame buffers are generated on the fly as the socket has room.) 2008-06-04, by Jens Alfke
- Python implementation much improved. Can send requests now. Fully interoperable with Obj-C implementation's test cases. 2008-06-04, by Jens Alfke
- BLIP.py working for listener side (it talks to the Obj-C BLIPConnectionTester.) 2008-06-03, by Jens Alfke
- * Initial checkin of BLIP.py. (Receiving seems to work.) 2008-06-03, by Jens Alfke
- Copied the necessary Google Toolbox source files into the MYUtilities project, so people don't have to download a separate library. 2008-06-01, by Jens Alfke
- Fixed a serious bug - a race condition where a data buffer in the writer's queue could be dealloced (not the NSData, but its bytes themselves) before the writer sent it, resulting in an EFAULT error. 2008-05-30, by Jens Alfke
- Got it to build on iPhone. (Haven't tried running it yet.) 2008-05-29, by Jens Alfke
- Added -[TCPConnection initToNetService:] to make it easier to use with Bonjour. This allowed me to simplify BLIPEchoClient quite a lot. 2008-05-25, by Jens Alfke
- First public release. 2008-05-25, by Jens Alfke
- More documentation. release_1 2008-05-25, by Jens Alfke
- More documentation. 2008-05-25, by Jens Alfke
- Added a BLIP port of Apple's "CocoaEcho" sample code. 2008-05-24, by Jens Alfke
- * Added more documentation. 2008-05-24, by Jens Alfke
- Added #imports of utility headers, so source files will compile without requiring a custom prefix (MYUtilities.pch.) 2008-05-24, by Jens Alfke
- First checkin after breaking out of Cloudy 2008-05-23, by Jens Alfke